bern
bern copied to clipboard
Not working with tensorflow 2.0
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??
The following should work... numpy==1.19.2 pandas==1.1.3 requests==2.24.0 tensorflow-gpu==1.15 xmltodict==0.12.0
Thanks so much! I'm troubled by the environment version!