You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I got some idea, SSF's logics are in model folder, and timm will pass additional args into the model init method. But I am still confused why timm would call the manually written model code instead of the timm's model code.
In train.py the argument
is later passed to
create_model
methodand else where I cannot see the usage of this variable
args.tuning_mode
.However, create_model is from timm
Did you implement SSF's logics in timm lib?
The text was updated successfully, but these errors were encountered: