Open ascourtas opened 2 years ago
I think this is fixed right?
Nathan has a hotfix in main, but some additional fixes need to be added
Fixes need to be done for the apply_transforms
method in conversions.py
so should I create a new branch off of main or off of dev?
Off of main. I'm not sure what dev
is to be honest, I don't remember making it lol. Most "dev" style commits have been put in torchvision_rewrite
(though I'm not sure why). If you wanted to just use dev
(checkout dev and then do git rebase main
to get it up to speed first though) that's cool too.
weird issue where
permute()
is messing up the image size and interfering with train/test and inference.