kaldi-asr/kaldi

Fix registering of CuAllocatorOptions

開放

#2,929 建立於 2018年12月21日

 (6 則留言) (0 個反應) (1 位負責人)Shell (5,359 個分叉)batch import
bughelp wantedstale

倉庫指標

星標
 (15,392 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南