Closed Kaixhin closed 7 years ago
args.cuda is set up properly (via user input or checking if CUDA is not available), but is not used in any of the functions - everything is cast to cuda, irregardless of the value of this option.
args.cuda
cuda
The option is removed now.
args.cuda
is set up properly (via user input or checking if CUDA is not available), but is not used in any of the functions - everything is cast tocuda
, irregardless of the value of this option.