Closed saidwivedi closed 6 years ago
I have just fixed the issue. Now, the code is compatible for also RGB and Flow modalities. Could you please reclone the code and try?
@okankop Yes I pulled the latest changes and it works. Thanks a lot for your quick response.
@okankop I still meet this issue, could you let me know why?
@xiaofeiwu Could you please check if the getitem(self, index) in dataset.py is functioning properly? Your code might be stucking at lines 118 or 122 in dataset.py.
When I run the training from scratch code for Jester dataset with the following command -
The code hangs at https://github.com/okankop/MFF-pytorch/blob/master/main.py#L169 Am I missing something ?
I am using Python 3.6 and Pytorch 0.3.1