easonnie / semanticRetrievalMRS

This is the repo for the paper "Revealing the Importance of Semantic Retrieval for Machine Reading at Scale".
MIT License
59 stars 11 forks source link

Is it fine to use a newer version torch and allennlp? #4

Closed nasyxx closed 4 years ago

nasyxx commented 4 years ago

Can I use the latest torch and allennlp?

Will it be any differents between the results?

easonnie commented 4 years ago

In general, it should be fine. You can try to run the script with the latest version and then you might need to make some changes according to the version-compatibility-related-errors or warnings. There might be minor difference on the results but not in a way that would affect any conclusions.

nasyxx commented 4 years ago

Thank you.