We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When I run this command
it gets all along results like this (I stopped a epoch 63)
I have runned anoteher command
and stopped at epoch 44
Do you have any advice please ?
The text was updated successfully, but these errors were encountered: