Closed forest1988 closed 4 years ago
Thank you for pointing out the bug! I have fixed the requirements.txt. Hopefully, it will work for you.
Thank you for your quick work and response! I'll try it!
Thanks for your support, I could run the following steps!
It seems step 1 needs one more prerequisite, "nltk". At step 2, I used the 10 samples in GitHub (it is less than 1000 steps, so no model is saved. Is my understanding right?).
After this, I'd like to try the full data and the fine-tuned models you kindly provide via cloud storage!
Thanks again!
Exactly! Thank you very much for your comments.
Thank you for sharing your great work in GitHub! I'm working on NLP, especially on story analysis and generation, so I'm very interested in your proposed metric "UNION".
I'd like to use the metric, but have trouble installing prerequisites. If you know how to avoid the error, could you please tell me how to solve it?
First, I tried
pip install -r requirements.txt
in Python 3.8 environment, but failed in installing Tensorflow v1. Then, I downgraded Python to 3.7 (as you indicated in "Prerequisites" in "README.md"), and TensorFlow v1 could be installed. However, now I come across another error saying the version of regex "Could not find".(If you allow me to add information, "tensorflow-gpu==1.14.0" seems duplicated in requirements.txt. Is it something you intended?)
Thank you in advance!