Skip to content

Can't reproduce the results #6

@nikokks

Description

@nikokks

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions