kaldi-asr/kaldi

Fix registering of CuAllocatorOptions

Open

#2929 aperta il 21 dic 2018

Vedi su GitHub
 (6 commenti) (0 reazioni) (1 assegnatario)Shell (5359 fork)batch import
bughelp wantedstale

Metriche repository

Star
 (15.392 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor