Closed philgzl closed 1 year ago
:exclamation: No coverage uploaded for pull request base (
main@6b5663d
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #39 +/- ##
=======================================
Coverage ? 28.57%
=======================================
Files ? 6
Lines ? 161
Branches ? 0
=======================================
Hits ? 46
Misses ? 115
Partials ? 0
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Changes include:
GCN.evaluate
methods. Evaluation method returns a float equal to accuracy over entire test dataset. Also added a new prediction methodGCN.predict
to predict a single observation. The prediction method takes as argument the item index in the dataset and returns a string equal to the paper category.README.md
. Renamed fromreadme.md
toREADME.md
.src/models/train_model.py
->src/models/train.py
trained_model.pt
tocheckpoint.pt
5e4
to0
in the config file since5e4
was extremely high and resulted in weights not updating during training.