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

Update dl4j to 1.0.0-beta3 #78

Open michelole opened 5 years ago

michelole commented 5 years ago

We depend on newer versions to load fasttext models, so let's bump the dependency to beta versions.

This should also solve issues with newer JDKs (#31).

michelole commented 5 years ago

We realized that the current dl4j snapshot does not support loading the larger .bin model files from fasttext, which are required for subword information. We now plan to obtain them manually in #79 .

Also, training with 1.0.0-beta3 (and 1.0.0-beta2) don't seem to converge as fast as 0.9.1.

Therefore, updating dl4j is not a priority any longer.