Skip to content

The results of Resnet101 and Resnet152 in timm results file don't match the ResNet strikes back paper. #1822

Closed Answered by rwightman
iminfine asked this question in Q&A
Discussion options

You must be logged in to vote

@iminfine 101 and 152 in the results did use a different recipe yes, they used a variation with higher aug+reg.

This is the weights used for the last results, note the 'a1h' in the name: https://github.com/huggingface/pytorch-image-models/blob/0.6.x/timm/models/resnet.py#L75-L84

In 0.9, all of the variants are present and almost done the run to update the results files (which will include the .tag names to differentiate)

https://github.com/huggingface/pytorch-image-models/blob/main/timm/models/resnet.py#L704-L737

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iminfine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants