fyu / drn

Dilated Residual Networks
https://www.vis.xyz/pub/drn
BSD 3-Clause "New" or "Revised" License
1.1k stars 219 forks source link

--no-cuda is unused #6

Closed Kaixhin closed 7 years ago

Kaixhin commented 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.

fyu commented 7 years ago

The option is removed now.