kaldi-asr/kaldi

Fix registering of CuAllocatorOptions

Open

#2.929 aberto em 21 de dez. de 2018

Ver no GitHub
 (6 comments) (0 reactions) (1 assignee)Shell (5.359 forks)batch import
bughelp wantedstale

Métricas do repositório

Stars
 (15.392 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador