Open arshinmar opened 3 years ago
Hi @arshinmar thanks for using this repo. I have tested this code with Keras 2.2.4 and Tensorflow 1.14.0, which is basically one of the preconfigured TensorFlow environments in my university. I have been planning to update these scripts to Tensorflow2, haven't gotten to do it yet. Looking forward to your implementation of it. Also, I don't have any comments on the error you have been getting.
Hello,
I would like to begin by saying thank you for publishing this code and results.
I am trying to reproduce the results from the code, but am running into some code issues.
To give some context, I am trying to reproduce the results with tensorflow-gpu==2.1.3. Therefore, I slightly changed the import section (shown below) of sed.py due to compatibility errors between Tensorflow 1 and 2.
However, once I run the new code, it triggers the following error.
This error may have been caused by the difference in tensorflow-gpu version. It would be much appreciated if you could recommend the tensorflow version to use or if any other error is causing this issue.
Thanks!