Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

A typo #132

Open
pixeli99 opened this issue Sep 5, 2023 · 0 comments
Open

A typo #132

pixeli99 opened this issue Sep 5, 2023 · 0 comments

Comments

@pixeli99
Copy link

pixeli99 commented Sep 5, 2023

return rearrange(item / (127.5 - 1.0), 'f h w c -> f c h w')

Change to return rearrange(item / 127.5 - 1.0, 'f h w c -> f c h w')?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant