Familiarity with PyTorchUnderstanding of multi GPU trainingExperience with Kaldi's codebaseKnowledge of CUDA
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
15
調査方針
The issue requests extending Kaldi's Pytorchnn module to utilize multiple GPUs. Start by examining the current single GPU implementation in the source code (likely under src/pytorchnn/). Research PyTorch's DataParallel and DistributedDataParallel modules. Check the issue comments for any suggested approaches or pointers from maintainers. Then propose a design that integrates multi GPU support without breaking existing functionality.