Skip to content
New issue

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

Can't reproduce the results #6

Open
nikokks opened this issue Jun 18, 2023 · 0 comments
Open

Can't reproduce the results #6

nikokks opened this issue Jun 18, 2023 · 0 comments

Comments

@nikokks
Copy link

nikokks commented Jun 18, 2023

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant