Tags
Tags give the ability to mark specific points in history as being important
0.14.2
f9705dc1
·
Fixed a bug with loading model weights in testing.py
·
Sep 29, 2021
0.14.1
1d443cfe
·
Fixed bug in testing.py importing construct criterion
·
Sep 28, 2021
0.14.0
da716be9
·
Finished testing functionality
·
Sep 28, 2021
0.13.6
d3ee43cc
·
Fixed optimizer bug in train_on_n_epochs
·
Sep 23, 2021
0.13.5
eb10b6ee
·
Refactored utils, classes, and constants in preparation for starting testing code
·
Sep 23, 2021
0.13.4
67d7f432
·
Added task_name param to train_on_n_epochs for file saving
·
Sep 22, 2021
0.13.3
17e4915c
·
Changed model_filename path to model_weights_path
·
Sep 18, 2021
0.13.2
d6cef226
·
Fixed bug for printing results of an epoch
·
Sep 17, 2021
0.13.1
e62ba82b
·
Fixed float result for finding batch size for training loader
·
Sep 16, 2021
0.13.0
dd4430a6
·
Added grad accumulation capability to training process to use larger batch...
·
Sep 16, 2021
0.12.4
ce348dee
·
Getting started on prediction file
·
Sep 14, 2021
0.12.3
f08b9974
·
Updated names of fields for training results data
·
Sep 08, 2021
0.12.2
7d3feea4
·
Removed model name
·
Sep 07, 2021
0.12.1
74cc0b5d
·
Added some more helpful print statements to training code.
·
Sep 02, 2021
0.12.0
3bedb4d3
·
Resolved circular dependency between constants, utils, and classes
·
Sep 02, 2021
0.11.9
d9a26c1f
·
Fixed missing abbreviation dict bug for prettify_underscore_string in utils.py
·
Sep 02, 2021
0.11.8
989275bf
·
Fixed abbreviation dictionary bug
·
Sep 01, 2021
0.11.7
c56c4759
·
Made metric customizable for training and validation
·
Aug 30, 2021
0.11.6
11e9125c
·
Finished documenting module
·
Aug 30, 2021
0.11.5
f79579da
·
Added documentation to training code
·
Aug 26, 2021
1
2
3
4
5
6
7
8
9