matt-gardner / pra

122 stars 42 forks source link

run sfe_bfs_pra_anyrel #17

Closed papisw closed 7 years ago

papisw commented 7 years ago

I try to follow http://rtw.ml.cmu.edu/emnlp2015_sfe/ to replicate the results reported in emnlp 2015. Even though I can get the code run until the end, I get an error INFO models.MalletLogisticRegression: Using L1 regularization cc.mallet.optimize.OrthantWiseLimitedMemoryBFGS INFO: getValue() (MalletLogisticRegression$LogRegOptimizable.getValue()

Is it common or I mess up something when I set up the code. Thanks,

samehkamaleldin commented 7 years ago

I think the error messages shown while running is okay, It will still work despite that.

matt-gardner commented 7 years ago

That is how sbt shows things when a subprocess prints to stderr. MALLET logs to stderr. This is not an error.