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

Model Improvements #2

Merged
merged 18 commits into from
Mar 7, 2022
Merged

Model Improvements #2

merged 18 commits into from
Mar 7, 2022

Commits on Jan 6, 2022

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

Commits on Jan 12, 2022

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

Commits on Jan 19, 2022

  1. Changing dtypes in positional encodings.

    Fixes in inference.py
    dominikstanojevic committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    76d94be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c0720d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    bedafa4 View commit details
    Browse the repository at this point in the history
  2. Rmoved features parameter from RFDataset.

    During training we call RockfishLightningCLI instead of its base class LightningCLI.
    dominikstanojevic committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    d5d85c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a11060 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Few fixes

    dominikstanojevic committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    58a40ce View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    262aaf5 View commit details
    Browse the repository at this point in the history
  2. GRUDecoder written

    dominikstanojevic committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ead6005 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Configuration menu
    Copy the full SHA
    00e0d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ae98bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b76e88a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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

Commits on Feb 20, 2022

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

Commits on Feb 22, 2022

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

Commits on Mar 7, 2022

  1. Iterative inference used multiprocessing instead of DataParallel

    Reorganized code - datasets, inference, model
    dominikstanojevic committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    9eaa0b7 View commit details
    Browse the repository at this point in the history