A create_model()
function that works with EfficientNet B0 and B2 from the Experiment Tracking
section
#675
Rick-29
started this conversation in
Show and tell
Replies: 1 comment
-
Wow! Fantastic use case, thank you for sharing. I really like the line Good way to update the last linear layer. One slight annoying issue is that some models outside of I also like the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a function that should work with any type of pretrained model from torchvision, I only tested it with EfficineNet B0 and B2 currently.
this is an example of it's use:
Beta Was this translation helpful? Give feedback.
All reactions