bern icon indicating copy to clipboard operation
bern copied to clipboard

Not working with tensorflow 2.0

Open avacaondata opened this issue 4 years ago • 2 comments

In the requirements.txt no version is specified for tensorflow (or for any other library, which is very confusing), therefore your Python scripts using Tensorflow don't work. Could you please tell me which package versions you used for setting up the server??

avacaondata avatar Sep 23 '20 10:09 avacaondata

The following should work... numpy==1.19.2 pandas==1.1.3 requests==2.24.0 tensorflow-gpu==1.15 xmltodict==0.12.0

leonardomra avatar Oct 23 '20 14:10 leonardomra

Thanks so much! I'm troubled by the environment version!

JustinDoIt avatar May 17 '21 08:05 JustinDoIt