Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Feat lightining trainer: Load best weights + save pipeline to output dir #542

Merged
merged 9 commits into from
Apr 2, 2021

Commits on Apr 1, 2021

  1. add as_dict to LightningTrainerConfiguration

    dcfidalgo committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    ef5d9b5 View commit details
    Browse the repository at this point in the history
  2. refactor: add METRICS_PREFIX constants

    dcfidalgo committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    a642973 View commit details
    Browse the repository at this point in the history
  3. load best weights by default

    dcfidalgo committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    ba0f647 View commit details
    Browse the repository at this point in the history
  4. prefer global over relative imports

    dcfidalgo committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    a76b0b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f22e12 View commit details
    Browse the repository at this point in the history
  6. save trained pipeline to output dir

    dcfidalgo committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e81231a View commit details
    Browse the repository at this point in the history
  7. test that trainer saves to output

    dcfidalgo committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    86880b7 View commit details
    Browse the repository at this point in the history
  8. doc string + logger output improvements

    dcfidalgo committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    7539413 View commit details
    Browse the repository at this point in the history
  9. add new parameters to non_lightning_kwargs

    dcfidalgo committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    96eafe5 View commit details
    Browse the repository at this point in the history