Open farimahjohari opened 5 years ago
If I want to use GPU, I will deal with this problem.
While Google colab uses Tesla k80, what should I do to get the code running on the GPU?
I seems that cuDNN doesn't work in Colab. Two ways you can try: 1) make cuDNN available 2) change the command in "train.sh", just remove "optimizer_including=cudnn,"
If I want to use GPU, I will deal with this problem.
While Google colab uses Tesla k80, what should I do to get the code running on the GPU?