freesunshine0316 / nary-grn

Code regarding to our paper "N-ary Relation Extraction using Graph State LSTM"
96 stars 27 forks source link

How to configure the environment? #15

Closed ysn7 closed 4 years ago

ysn7 commented 4 years ago

My environment is python3.6,cuda 10.0,cudnn 7.4, can you tell me the detail settings about python 2,such as tensorflow and python's version?

VV1266 commented 4 years ago

Tensorflow==1.10.0 Python 2.7

ysn7 commented 4 years ago

Tensorflow==1.10.0 Python 2.7

thanks

freesunshine0316 commented 4 years ago

Tensorflow==1.10.0 Python 2.7

Thanks

freesunshine0316 commented 4 years ago

Thanks @VV1266 I think a higher version such as 1.14 may also work

ysn7 commented 4 years ago

Thanks @VV1266 I think a higher version such as 1.14 may also work

Ok,thanks.I will try.