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

Changed logging frequency to epoch, improved tuning #11

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

Commits on Feb 7, 2024

  1. feat: cpus per trial

    Billy Li committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a1ab17b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. debug: add comma

    Billy Li committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a7ebed7 View commit details
    Browse the repository at this point in the history
  2. feat: subprocess

    Billy Li committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e4dc9ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6afe0ca View commit details
    Browse the repository at this point in the history
  4. rm: unexpected indent

    Billy Li committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c0e7808 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    1f34232 View commit details
    Browse the repository at this point in the history
  2. new: use a torch trainer

    Billy Li committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7595a38 View commit details
    Browse the repository at this point in the history
  3. feat: variable workers

    Billy Li committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ccc1b9e View commit details
    Browse the repository at this point in the history
  4. dev: more suitable flag names

    Billy Li committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b5aded5 View commit details
    Browse the repository at this point in the history
  5. init tune

    Billy Li committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a2ec421 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. rm: ray init address

    Billy Li committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5578d45 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. feat: num_workers_per_cpu

    Billy Li committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5476ce2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. add: clamp on log prob denominator

    Billy Li committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    475048b View commit details
    Browse the repository at this point in the history
  2. rm: float min clamp

    Billy Li committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    44e9fb1 View commit details
    Browse the repository at this point in the history
  3. rm: unnecessary options

    Billy Li committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7a919c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. nan to 0.0

    Billy Li committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0f55af3 View commit details
    Browse the repository at this point in the history
  2. rm: nan_to_num

    Billy Li committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0f9ef82 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. rm: import, cleanup

    Billy Li committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8fdce8e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. feat: log on epoch

    Billy Li committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c0e5956 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. add: checkpoint option for prediction

    Billy Li committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6cd0b6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from billy000400/predict_from_checkpoint

    add: checkpoint option for prediction
    billy000400 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    90975c7 View commit details
    Browse the repository at this point in the history