felixbur / nkululeko

Machine learning speaker characteristics
MIT License
31 stars 5 forks source link

Using GPU as default if it is available #114

Closed bagustris closed 5 months ago

bagustris commented 5 months ago

Problem:
Currently, Nkululeko uses CPU for some models (MLP, SVM, etc) if the "value for the device is not found." (not defined in INI file).

Expectation:
If GPU is available, Nkululeko should use GPU as the default.

@felixbur