GussailRaat / ACL2020-SE-MUStARD-for-Multimodal-Sarcasm-Detection

Sentiment and Emotion help Sarcasm? A Multi-task Learning Framework for Multi-Modal Sarcasm, Sentiment and Emotion Analysis
MIT License
11 stars 2 forks source link

Experimental environment #1

Open DingNing123 opened 3 years ago

DingNing123 commented 3 years ago

Could I know the versions of Keras and TensorFlow?

GussailRaat commented 3 years ago

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 https://github.com/DushyantChauhan/ACL-2020-MUStARD-Extension/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB22ELGMWEZPS23DT2FUG4LTFF6ZDANCNFSM4ZWS4F4Q .

DingNing123 commented 3 years ago

I got it

eliasyin commented 3 years ago

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

https://github.com/DushyantChauhan/ACL-2020-MUStARD-Extension/blob/0eff539f1b3565d737d34f932126a326cad2ad04/trimodal_false.py#L245-L247

eliasyin commented 3 years ago

Could you use pipreqs package to generate the requirements.txt of the repo? pipreqs

DingNing123 commented 3 years ago

tensorflow==1.9.0 Keras==2.2.2 numpy==1.16.6 scipy==1.2.3 scikit_learn==0.24.1

eliasyin commented 3 years ago

tensorflow==1.9.0 Keras==2.2.2 numpy==1.16.6 scipy==1.2.3 scikit_learn==0.24.1

OK, Thank you

GussailRaat commented 3 years ago

Hello @eliasyin

I used python 2.7.