Open DingNing123 opened 3 years ago
Hello,
I have also mentioned it in the Github repository.
python: 2.7 keras: 2.2.2 tensorflow: 1.9.0
PhD Scholar, Dept. of CSE, Indian Institute of Technology, Patna, Ph: +91-9720162666 Work-email: @. Alternate-email: @. Skype: 9720162666
On Wed, Mar 24, 2021 at 11:39 AM DingNing123 @.***> wrote:
Could I know the versions of Keras and TensorFlow?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DushyantChauhan/ACL-2020-MUStARD-Extension/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB22ELGMWEZPS23DT2FUG4LTFF6ZDANCNFSM4ZWS4F4Q .
I got it
Hello, I have also mentioned it in the Github repository. python: 2.7 keras: 2.2.2 tensorflow: 1.9.0 Regards, Dushyant Singh Chauhan ------------------------------------------------------------- PhD Scholar, Dept. of CSE, Indian Institute of Technology, Patna, Ph: +91-9720162666 Work-email: @. Alternate-email: @. Skype: 9720162666 … On Wed, Mar 24, 2021 at 11:39 AM DingNing123 @.***> wrote: Could I know the versions of Keras and TensorFlow? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#1>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB22ELGMWEZPS23DT2FUG4LTFF6ZDANCNFSM4ZWS4F4Q .
Are you sure about that the python version is 2.7
?
The way you use print
function seems to be python 3.x
https://github.com/DushyantChauhan/ACL-2020-MUStARD-Extension/blob/0eff539f1b3565d737d34f932126a326cad2ad04/trimodal_false.py#L236
Could you use pipreqs
package to generate the requirements.txt of the repo?
pipreqs
tensorflow==1.9.0 Keras==2.2.2 numpy==1.16.6 scipy==1.2.3 scikit_learn==0.24.1
tensorflow==1.9.0 Keras==2.2.2 numpy==1.16.6 scipy==1.2.3 scikit_learn==0.24.1
OK, Thank you
Hello @eliasyin
I used python 2.7.
Could I know the versions of Keras and TensorFlow?