Open akhauriyash opened 3 years ago
Hi Akhauriyash, you can just modify the input shape and name of the dataset. I am testing with the model but it doesn't work well with CIFAR10, ~ 54% top1 accuracy and I wonder the config is the same or different on learning rate? Thank you!
Hello,
Thank you for this excellent repository!
Do you have any suggestions of changes to make to train BYOL on the CIFAR10 dataset?
The way I am doing this (in main.py) (I am also training my own custom models, but I do not think that is too relevant)
I also change the config to have: input_shape: (32,32,3).
Further, I may not have taken a very deep look into this code-base, but how do we produce the 'STL10 Top 1' accuracies(75.2%) after training the model on the self-supervised task? Do we take the trained model and fine-tune on the STL10 supervised dataset? I assume that code is not included in this library?
Thank you!