Replies: 2 comments 3 replies
-
@ardeal where is there a row with 304.76 as the resnet18 param count? it's million, 1e6 and resnet18 is 10.69 https://github.com/rwightman/pytorch-image-models/blob/master/results/results-imagenet.csv#L650 |
Beta Was this translation helpful? Give feedback.
1 reply
-
@ardeal sorry typo in my resppnse, 11.69. You've messed up sorting your csv, you need to extend sort to all columns, you only sorted param count... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I checked the results.csv file. For resnet18, the param_count is:
my question is:
what is exponent of the number 304.76?
as we know, the parameter count of resnet18 is around 31Million which is
31x1e6
Beta Was this translation helpful? Give feedback.
All reactions