thank you for your sharing good code.
I have questions.
1
I downloaded poolformer_m48.pth.tar and poolformer_m36.pth.tar and load them, but I can't load only m48 somehow.
loading parama are different from saved one.
I created model by using code in train.py like this;
thank you for your sharing good code. I have questions.
1 I downloaded poolformer_m48.pth.tar and poolformer_m36.pth.tar and load them, but I can't load only m48 somehow. loading parama are different from saved one. I created model by using code in train.py like this;
Is anything wrong? params of args are default param except for checkpoint_path and pretrained.
2 Also, how can I set up params for creating model like dropout except for drop path. You've described it in running train, like this