-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Verbosity flag * Log accuracy of frequency informed guess * Fix mypy * Add type * Update gitignore * Add reduce lr on plateau * Fix mypy * Make sure best model is loaded for evaluation * Update batch size for experiments * Add commands for sweeps * Update commands * Update commands filepath * Add interleave cli command * UPdate cpu profiling * Changes to get model working * Add jsonify dict * Add reduce lr on plateau * Fix mypy * Make sure best model is loaded for evaluation * Update batch size for experiments * Add commands for sweeps * Update commands * Update commands filepath * Add interleave cli command * UPdate cpu profiling * Changes to get model working * Add jsonify dict * Add val metrics * Mypy and linting * Linting * Setup sweep * Fix sweep * Update evaluation code * Run training * Fix fingerprint indices * Add assert statement to make sure df and fp are same size * Make sure train_fraction is taken on the training set only * Change the frequency informed guess to be teh training set instead of the training and validation set * Change seed * Linting
- Loading branch information
1 parent
a22d8e5
commit 99dbf8e
Showing
14 changed files
with
579 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.