Zhensu Sun

Results 4 comments of Zhensu Sun

Update your CuDNN and be polite to the developers.

The wrong code is at line 75 of supervised_trainer.py and line 38 of evaluator.py. I change them to `device = torch.device('cuda:0') if torch.cuda.is_available() else -1` and CUDA is available now.