C2D
C2D copied to clipboard
Can't reproduce the results
Hi,
When I run this command
python3 main_cifar.py --r 0.8 --lambda_u 50 --dataset cifar100 --p_threshold 0.3 --data_path ./cifar-100 --experiment-name simclr_resnet18 --method bit --net resnet18 --batch_size 8
it gets all along results like this (I stopped a epoch 63)
| Test Epoch #63 Accuracy: 1.07%
I have runned anoteher command
python3 main_cifar.py --r 0.8 --lambda_u 50 --dataset cifar100 --p_threshold 0.03 --data_path ./cifar-100 --experiment-name simclr_resnet18 --method bit --net resnet18 --batch_size 8
and stopped at epoch 44
| Test Epoch #44 Accuracy: 7.91%
Do you have any advice please ?