bst-mug / n2c2

Support code for participation at the 2018 n2c2 Shared-Task Track 1
https://n2c2.dbmi.hms.harvard.edu
Apache License 2.0
6 stars 4 forks source link

Determinism #129

Open michelole opened 4 years ago

michelole commented 4 years ago

Running LSTM architectures, even when using pre-trained models, gives different results each time.

Try to reach some determinism. This might require updating dl4j with a newer version (see #78) that contains, e.g., https://github.com/eclipse/deeplearning4j/pull/7087.