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

Bugfix: resume, requirements.txt #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yongsubaek
Copy link

  1. error at resume:
    In fairdarts/train_search.py, it loads an optimizer checkpoint by
    architect.**arch_optimizer**.load_state_dict(checkpoint['arch_optimizer'])
    But as in fairdarts/architect.py,
    there is no arch_optimizer in Architect class but optimizer.

  2. requirements.txt
    Pip has trouble with installing thop==0.0.31.post1910221501
    There are some thop versions with 0.0.31.post~, but not exact 0.0.31.post1910221501.

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