How can I add a new dropout layer in the model and train it? #806
Unanswered
Calvin-Pang
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add a new dropout layer before the last fully-connected classification layer in the model. So is there any method that I can make it?
Also, if I can make it, how can I still use the train.py? I mean, the train.py seems like it can only create models which are predefined in the file named "timm.models".
Beta Was this translation helpful? Give feedback.
All reactions