Satpreet
Satpreet
Yes please! https://github.com/pfnet/pfrl/issues/38
Try running this and see if you still get the error. ``` import torch print("Is CUDA available:", torch.cuda.is_available()) print("CUDA version:", torch.version.cuda) print("cuDNN version:", torch.backends.cudnn.version()) a = torch.randn(1024, 1024, device="cuda:0") b...
Ran the following bash snippet in my anaconda python's site-packages directory: ```~/anaconda3/lib/python3.6/site-packages$ ``` ``` FILES=$(find pyhsmm pybasicbayes -name "*.py") for FILE in $FILES do echo $FILE sed -i s/"from scipy.misc...