Tags
Tags give the ability to mark specific points in history as being important
0.17.1
f7efc0e0
·
Fixed print __version__ bug
·
Oct 27, 2021
0.17.0
5a7bcf4c
·
Added BCE loss for binary classification such as Flood Presence
·
Oct 27, 2021
0.16.2
28976396
·
Fixed bug which returns list of labels rather than dictionary from number to label
·
Oct 05, 2021
0.16.1
2cfa8c33
·
Added class labels dictionary to output of test
·
Oct 05, 2021
0.16.0
cd6badbe
·
Added code for reproducibility
·
Oct 01, 2021
0.15.2
0526fcc2
·
Add worker seed setter
·
Oct 01, 2021
0.15.1
a0fac1e6
·
Cleaned up some print statements
·
Oct 01, 2021
0.15.0
00818c68
·
Moved y_pred and y_true to cpu for train, eval, and test functions
·
Oct 01, 2021
0.14.14
07a8bacb
·
updated torch & torchvision versions
·
Oct 01, 2021
0.14.13
300b1410
·
Added verbose param to calc_metric in utils.py and updated torch and torchvision version
·
Oct 01, 2021
0.14.12
4668dbc1
·
Updated six package to newer version 1.11.0 -> 1.15.0
·
Oct 01, 2021
0.14.11
60f0db3a
·
Removed dataclasses and fixed printing bug using tqdm during training
·
Oct 01, 2021
0.14.10
561fa7ac
·
Made package python3.6 compatible
·
Oct 01, 2021
0.14.9
56989487
·
Removed more requirements that are built into python3.8
·
Sep 30, 2021
0.14.8
6e1446d9
·
Removed dataclasses requirements as its built into python3.8
·
Sep 30, 2021
0.14.6
575e2cbc
·
Updated metadata about package
·
Sep 30, 2021
0.14.7
575e2cbc
·
Updated metadata about package
·
Sep 30, 2021
0.14.5
9da1a024
·
Added print statement signifying loaded testing data in testing.py
·
Sep 29, 2021
0.14.4
7ede524d
·
Added weighted keyword to print statement in calc_metric function
·
Sep 29, 2021
0.14.3
f59c9d22
·
Fixed bug in calc_metric_scores_dict missing metric_name arg
·
Sep 29, 2021
1
2
3
4
5
6
7
8
9