GateNLP / gate-lf-pytorch-json

PyTorch wrapper for the LearningFramework GATE plugin
Apache License 2.0
1 stars 2 forks source link

--cuda False does not seem to work #15

Closed johann-petrak closed 6 years ago

johann-petrak commented 6 years ago

Tested on laptop razer blade and did not seem to work as intended

johann-petrak commented 6 years ago

Also reproducible on zeus

johann-petrak commented 6 years ago

Turns out this works (on zeus), but if the --cuda parameter is unspecified, auto-detect may enable cuda even if the actual GPU is outdated and not supported any more. This is ok, since the user can then still use --cuda false.