Closed devanshkv closed 4 years ago
Hi @feiyu-chen96, do you have plans for the GPU version in the near future?
Setting the default tensor type right after imports worked for me.
# import libraries ... torch.set_default_tensor_type('torch.cuda.FloatTensor') torch.backends.cudnn.benchmark = True # normal training ...
Hi @feiyu-chen96, do you have plans for the GPU version in the near future?