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

Typo in cords_cifar10_glister_train.ipynb #41

Closed
eendee opened this issue Oct 21, 2021 · 1 comment
Closed

Typo in cords_cifar10_glister_train.ipynb #41

eendee opened this issue Oct 21, 2021 · 1 comment

Comments

@eendee
Copy link

eendee commented Oct 21, 2021

There is a typo in the cords_cifar10_glister_train.ipynb notebook :
https://github.com/decile-team/cords/blob/main/examples/SL/image_classification/cords_cifar10_glister_train.ipynb

glister_trn.configdata.train_args.print_every = 1
glister_trn.configdata.train_args.device = 'cuda'
glister_trn.configdata.dss_args.fraction = fraction

instead of

glister_trn.cfg.train_args.print_every = 1
glister_trn.cfg.train_args.device = 'cuda'
glister_trn.cfg.dss_args.fraction = fraction
@krishnatejakk
Copy link
Collaborator

@eendee Thanks a lot for pointing out the issue. Now the python notebook has been changed.

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

2 participants