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

Fix bug about undefined swa #584

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Fix bug about undefined swa #584

merged 2 commits into from
Sep 12, 2024

Commits on Aug 27, 2024

  1. Merge pull request #572 from ACEsuit/develop

    Merge develop, pylint + log changes
    ilyes319 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    22a2e3e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fix bug about undefined swa

    Bug will come out when swa is not used at the end of training.
    ```
    mace/tools/train.py", line 262, in train
        if patience_counter >= patience and epoch < swa.start:
    AttributeError: 'NoneType' object has no attribute 'start'
    ```
    Hongyu-yu authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    dcaa0ae View commit details
    Browse the repository at this point in the history