RotNet icon indicating copy to clipboard operation
RotNet copied to clipboard

How to train with GPU

Open JJY0710 opened this issue 3 years ago • 2 comments

JJY0710 avatar Oct 18 '21 12:10 JJY0710

I have the same question

sjtu-cz avatar Mar 28 '22 06:03 sjtu-cz

If you have CUDA 11.2 like me, you should upgrade dependencies Keras==2.4.3 tensorflow==2.5.0 (tested with python 3.7 and it works)

update dipendencies (tested on Colab):

astor==0.8.0
cycler==0.10.0
h5py~=3.1.0
Keras==2.4.3
kiwisolver==1.1.0
Markdown==3.1.1
matplotlib==3.1.1
opencv-python==4.1.1.26
protobuf==3.20
pyparsing==2.4.2
python-dateutil==2.8.0
PyYAML==5.1.2
scipy==1.3.1
tensorboard==2.5.0
tensorflow==2.5.0
termcolor==1.1.0
Werkzeug==0.16.0
wget==3.2

I think, it should work also with CUDA 10 (without upgrade dipendencies)

dvivarelli avatar Jul 03 '22 13:07 dvivarelli