-
Could you kindly upload the pretrained model parameters for WRN-28-10 BN on CIFAR-100? Thank you very much for your time and assistance.
-
Hello, when we train with MNIST, we choose episode is 0, if we use other datasets, how many episodes should we choose? such as cifar-10, etc.
i-hu updated
3 months ago
-
VValueError: Input 0 of layer geconv1 is incompatible with the layer: expected axis -1 of input shape to have value 1 but received input with shape [256, 36, 36, 3]
I updated the line "train_images…
-
It's strange that when i rerun the official version of moco I can't obtain a great result. It usually obtains around 73% accuarcy at the last epoch, and even the highest accuarcy is just 76%. It didn'…
-
Hello Xinyi, Many thanks for your great work.
I have a question regarding the model performance on the CIFAR-10 dataset.
Why the performance is so low for federated learning even the data samples ar…
-
During evaluation i get following errors
Traceback (most recent call last):
File "/home/ahmsoy00/Projects/DATE23_Invited_Variational_Bayes/classification/CIFAR-10/ReCU/main.py", line 319, in
…
-
By any chance, are you going to test it on CIFAR-10?
-
Hi I have implemented Mezo in cifar-10 dataset but the model does not seems to be converging even after large epochs, by taking appropriate parameters it seems to be going down very slowly. And if you…
-
![DD1B6B6D-E90F-47F1-A804-D22CC5531CC8](https://user-images.githubusercontent.com/48206866/157261651-45829f73-bc3e-42cf-af55-c815216e1584.jpeg)
大佬我想问问这样的运行结果算是正常的吗,如果不是的话可能是哪里有问题呀😣
-
I'm trying to reproduce the results for ResNet-110 on CIFAR 10.
I changed the lr schedule to the following to mimick the warm-up epoch:
` if epoch == 1 then
decay = 1
else
…