Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range #4

Open
sizhongzhang1 opened this issue Mar 5, 2024 · 0 comments
Open

IndexError: list index out of range #4

sizhongzhang1 opened this issue Mar 5, 2024 · 0 comments

Comments

@sizhongzhang1
Copy link

Hello! Your work is very exciting, but I had some problems reproducing your code

$ python train_c3d_lstm.py
No. of samples: 803
No. of samples: 803

No. of samples: 803
No. of samples: 803
Traceback (most recent call last):
File "train_c3d_lstm.py", line 153, in
main()
File "train_c3d_lstm.py", line 127, in main
train_phase(train_dataloader, optimizer, criterion, epoch)
File "D:\C3D-LSTM--PyTorch-master\data_loader.py", line 81, in getitem
images[i] = load_image_train(image_list[i], hori_flip, transform)
IndexError: list index out of range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant