Closed CXiaoDing closed 3 years ago
Hi,
I didn't try multiple GPU. I suggest you could simply check forlengths
, which seems out of bounds for tensor x
in the function _average_batch
.
Hi, thank you for your great work on lipreading. I want to implement this model on 2 GPUs, and I used nn.DataParallel to do it. But there have some problems in the function __averagebatch() in the model.py file, the error as follows: IndexError: index 16 is out of bounds for dimension 0 with size 16. Do you meet this problem? Thank you very much! @mpc001
Have you solved this problem? I have the same problem @CXiaoDing
Hi, thank you for your great work on lipreading. I want to implement this model on 2 GPUs, and I used nn.DataParallel to do it. But there have some problems in the function __averagebatch() in the model.py file, the error as follows: IndexError: index 16 is out of bounds for dimension 0 with size 16. Do you meet this problem? Thank you very much! @mpc001