Open brenowca opened 3 years ago
Obs.: I got the same error message when running on GPU or CPU
My $DATASRC/records/ilsvrc_2012/dataset_spec.json
file matches most of the original ilsvrc_2012_dataset_spec.json
file in the repository.
The only difference is the training split that seems to have being generated at random:
ilsvrc_json_diff_ilsvrc_original.txt This is the complete diff file, just for reference.
Oh, I had the same issue using the crosstransformer_simclreps_imagenet.gin
configuration file
Hi team, just a quick update on this issue:
I checked out an older commit, 0c8a9bb, and this error disappeared.
This is the following git checkout command that I ran:
git checkout 0c8a9bb
I chose this one because it was the last commit I knew for sure that where able to run the CTX code since another person was able to create a checkpoint for CTX using it. Check issue #58 for the mentioned checkpoint.
Hi I am trying to run the baseline cosine method on ImageNet but I got the following mysterious error?
I downloaded the ImageNet dataset and converted it to records as described in this instruction file.
Could you please help me find what is going wrong?
My script call:
The entire error log: