Closed zkx06111 closed 2 years ago
I tried to install lunanlp and fuzzywuzzy and the error was gone.
Also, the extra spaces at the end of some script lines should be deleted for the code to run properly.
Hi, thanks for raising the issues. I will include a script that installs all the additional packages.
I first ran
pip install --editable .
and ran your training script. The error wasModuleNotFoundError: No module named 'tensorflow'
. I found that the tensorflow in file_io was a hack so I removed all the related lines. However, it still produces the following error