Problems within this project
sunhaozhepy opened this issue · 0 comments
sunhaozhepy commented
I recently downloaded this project and found several problems to be solved:
Please note that this project uses Python 2 (which is not a big concern since we only need to change the use of print()), and Tensorflow 1 (which turns out to be a big issue - not only it cannot be used in a Tensorflow 2 environment, but also it calls on other packages that are not compatible with Tensorflow 1, which leads to the fact that this project can't work either way).
It would be very nice if the authors of this project could kindly share a .yaml file of the environment used during their phase of development.