Replies: 1 comment 3 replies
-
@omerb01 between table 10 (D column) and table 13 I think everything is covered and fairly clear relative to timm train script args? I have a yaml config file for that specific run but it's on a remote machine that's being ugpraded and not on at the moment. WRT to the timm train scripts, for the most part the defaults can be ignored and you should only need to set the hparams that are explicitly mentioned in the paper. One omission relative to train.py defaults is I think it'd be pretty close to this (run on a 2x 2080Ti machine, so most low-end machine of all paper experiments) One thing that I need to check the config to confirm is if for D it's: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm looking for a train script for procedure D in the "ResNet strikes back" paper: https://arxiv.org/pdf/2110.00476.pdf
it's a bit confusing because there are some hyper parameters that are not mentioned regarding default arguments in timm repo, and there are some arguments that are mentioned in procedures A1 A2 A3 but not in the others.
I would be happy for help here,
thanks, Omer.
Beta Was this translation helpful? Give feedback.
All reactions