Replies: 1 comment 1 reply
-
Hi Geoff, The You can get more information here. Best wishes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In lecture 214, we created some manual transforms for use for both efficientnet_b0 and efficientnet_b2 and their best available weights.
With the updated torchvision version I noticed that the transforms() from the DEFAULT weights used for the different models has a slightly different resize values. I'm not sure if these updated DEFAULT weights since the time of recording the lecture.
My question is as we are using the same transforms for the testing of both pretrained models, will this effect the efficientnet_b2 results?
would creating separate dataloaders for the two pretrained models with different transforms by calling transforms() on the two different DEFAULT weights be the best approach?
Thanks!
Geoff
Beta Was this translation helpful? Give feedback.
All reactions