Hong_Cheng
(Hong Cheng)
January 4, 2020, 2:22pm
#1
Now I am using pytorch1.0 in win10 with cuda9.0. I’d like to use tensorboard to visualize the training progress and check the network structure.
However, I find pytorch1.3 have the official support for tensorboard.
But pytorch1.3 need cuda9.2.
What should I do?
peterjc123
(Pu Jiachen)
January 4, 2020, 2:51pm
#2
If you have the driver version >= 398.26, then you could install pytorch 1.3. cuda 9.2 here doesn’t refer to the cuda version at the user side, but it means the version of cuda used during build.
Hong_Cheng
(Hong Cheng)
January 4, 2020, 3:11pm
#4
God, I use search tool in win10, and I find the nvidia-smi!
Here the driver version is 432, I’ll try to install pytorch1.3 in my PC.
Thanks a lot
Hong_Cheng
(Hong Cheng)
January 5, 2020, 2:18pm
#5
It works.
I install pytorch1.3.1 with cuda10 and cudnn7.5 in the GTX1080
And we need to install the tensorboard with version higher 1.14.0