kaldi-asr/kaldi

Fix registering of CuAllocatorOptions

Open

#2.929 geöffnet am 21. Dez. 2018

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Shell (5.359 Forks)batch import
bughelp wantedstale

Repository-Metriken

Stars
 (15.392 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Currently it seems we register the global options but don't call the SetOptions() function. There is no need for the global options-class variable, we can use a local one in each binary that registers the options. @desh2608 can you please do this? Ask one of the other students if you don't know how.

Contributor Guide