kaldi-asr/kaldi

Fix registering of CuAllocatorOptions

Open

#2,929 创建于 2018年12月21日

在 GitHub 查看
 (6 评论) (0 反应) (1 负责人)Shell (15,392 star) (5,359 fork)batch import
bughelp wantedstale

描述

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.

贡献者指南

Fix registering of CuAllocatorOptions · kaldi-asr/kaldi#2929 | Good First Issue