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

dist_mat = dist_mat.min(1, keepdim=True)[0] IndexError: Dimension out of range #88

Open
Alicoo1907 opened this issue Dec 29, 2022 · 1 comment

Comments

@Alicoo1907
Copy link

Alicoo1907 commented Dec 29, 2022

İ created h5 file following the : https://github.com/TorRient/Video-Summarization-Pytorch

@Alicoo1907
Copy link
Author

İ created h5 dataset with my own videos. When i want to train there is a error for representativeness reward.

line 61, in compute_reward
dist_mat = dist_mat.min(1, keepdim=True)[0]
IndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1)

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