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
When attempting to replicate, I've noticed that the dataloader loads ImageNet validation samples in order, so the true label is correlated to the index:
(I'm assuming that the values differ because the replication model was trained independently, so that isn't the issue: I'm just wondering why the selection of samples is different in the reported data from when I try to replicate it.)
The text was updated successfully, but these errors were encountered:
@alevine0 I apologize for the late reply. Hmmm that is an interesting observation, we didn't even notice this till now. So we are using a version of ImageNet that is zipped and already exists on our cluster, so I guess the validation set is already shuffled there.
This shuffled ordering is consistent throughout all of our experiments, and as you mentioned, this shouldn't affect any of our results especially as we actually replicate Cohen's results using this version of ImageNet.
As such, we'll close this issue, but your post would certainly help future researchers avoid confusion when they try to replicate our results!
Hi,
When attempting to replicate, I've noticed that the dataloader loads ImageNet validation samples in order, so the true label is correlated to the index:
But in the provided data, this isn't the case:
I'm running the command:
For what it's worth, in data_cohen, the samples are in fact in order...
(I'm assuming that the values differ because the replication model was trained independently, so that isn't the issue: I'm just wondering why the selection of samples is different in the reported data from when I try to replicate it.)
The text was updated successfully, but these errors were encountered: