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

Log command line options, hyperparameters, and weights per run in runs/ #104

Merged
merged 40 commits into from
Jul 9, 2020
Merged

Log command line options, hyperparameters, and weights per run in runs/ #104

merged 40 commits into from
Jul 9, 2020

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    a85e6d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9f446c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4418809 View commit details
    Browse the repository at this point in the history
  4. add save_dir arg to plot_lr_scheduler, default to current dir.

    Uncomment plot_lr_scheduler in train() and pass log_dir as save location
    alexstoken committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    490f1e7 View commit details
    Browse the repository at this point in the history
  5. add util function to get most recent last.pt file

    added logic in train.py __main__ to handle resuming from a run
    alexstoken committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    25e51bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a448c3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    333f678 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f2eeba View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    d342917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3263a20 View commit details
    Browse the repository at this point in the history
  3. Fix hyp file read in and dict update.

    Add example of hyp yaml
    alexstoken committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    ade023c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b2b330 View commit details
    Browse the repository at this point in the history
  5. Add save_dir to plot_lr_scheduler and plot_labels

    Set save_dir = log_dir in train.py
    alexstoken committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    945307b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b7386f View commit details
    Browse the repository at this point in the history
  7. Syntax fixes

    alexstoken committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    c8152c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Configuration menu
    Copy the full SHA
    e572bb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    ccf0af1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d64ad0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7edbf65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7abf202 View commit details
    Browse the repository at this point in the history
  5. Default optimizer SGD

    alexstoken committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    bc4ef48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    611aacf View commit details
    Browse the repository at this point in the history
  7. Delete equip_hyp.yaml

    alexstoken authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    d1ca6f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d396be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de19165 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Configuration menu
    Copy the full SHA
    e18e681 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    f517ba8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    5ac517b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b6dbb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52bac22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95f0a56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4364751 View commit details
    Browse the repository at this point in the history
  6. Delete advanced_logging_test.ipynb

    Remove from advanced_logging branch before merge.
    alexstoken authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e6e7e7f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Update utils.py

    glenn-jocher authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    c654d18 View commit details
    Browse the repository at this point in the history
  2. Update utils.py

    glenn-jocher authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    cbe39a1 View commit details
    Browse the repository at this point in the history
  3. Update test.py

    glenn-jocher authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    c3d3e6b View commit details
    Browse the repository at this point in the history
  4. Update test.py

    glenn-jocher authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    22ab1c2 View commit details
    Browse the repository at this point in the history
  5. Update train.py

    glenn-jocher authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    6b134d9 View commit details
    Browse the repository at this point in the history
  6. Delete new_hyp.yaml

    glenn-jocher authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    abb024d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    dc5e183 View commit details
    Browse the repository at this point in the history