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

added UserWarnings if max_epochs not set in the Trainer class #10700

Merged
merged 36 commits into from
Dec 6, 2021

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    2c6bfea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6956fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7830149 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    dd2dc49 View commit details
    Browse the repository at this point in the history
  2. Update trainer.py

    Rajathbharadwaj committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    860d758 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa6ba0a View commit details
    Browse the repository at this point in the history
  4. Update trainer.py

    implemented suggested change
    Rajathbharadwaj committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    b61213d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4d3de3 View commit details
    Browse the repository at this point in the history
  6. Update trainer.py

    Updated docs
    Rajathbharadwaj committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    09a14e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    31b4d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7add35d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. refactored with utility

    cleaned trainer with utility to parse max_epochs and added the utility function in loops/utility
    Rajathbharadwaj committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    36d069c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e64bc63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9833956 View commit details
    Browse the repository at this point in the history
  4. added typing

    added typing to utility function
    Rajathbharadwaj committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    4421b5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b742f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    af9ae92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e8aae View commit details
    Browse the repository at this point in the history
  3. Updated with suggested changes

    Waiting for confirmation on if condition statements.
    Rajathbharadwaj committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    d184226 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d24f2e View commit details
    Browse the repository at this point in the history
  5. Update trainer.rst

    Rajathbharadwaj committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    77c8fac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b30b24 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. update

    tchaton committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    68dbe3d View commit details
    Browse the repository at this point in the history
  2. add default_max_epochs

    tchaton committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    3ffa763 View commit details
    Browse the repository at this point in the history
  3. add docstring

    tchaton committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d3f53f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Configuration menu
    Copy the full SHA
    8a0ff60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c8d416 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af308bb View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    2a0807c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a90a3 View commit details
    Browse the repository at this point in the history
  3. format warning

    awaelchli committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    5e82969 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7d472a View commit details
    Browse the repository at this point in the history
  5. update changelog

    awaelchli committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    5b5692b View commit details
    Browse the repository at this point in the history
  6. improve warning

    awaelchli committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    4606cdd View commit details
    Browse the repository at this point in the history
  7. add test

    awaelchli committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    e60300c View commit details
    Browse the repository at this point in the history
  8. prevent warning in test

    awaelchli committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    6ca175b View commit details
    Browse the repository at this point in the history