[RANK 0] ### funcol ### [RANK 0] AsyncCollectiveTensor(tensor([[[ 0, 4, 8], [12, 16, 20]]], device='cuda:0')) [RANK 0] ### golden ### [RANK 0] tensor([[[ 0, 8, 16 ...
I'm working on integrating FastRNNT with Speechbrain, check this Pull Request. At the current moment, I'm trying to train a transducer model on the multilingual TEDx ...