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

problem #23

Open
lminyuan opened this issue Dec 19, 2020 · 2 comments
Open

problem #23

lminyuan opened this issue Dec 19, 2020 · 2 comments

Comments

@lminyuan
Copy link

Sorry, I have an error when I run with your original code and original dataset: I ndexError:pop from An empty deque, how can I solve it

@alexanderbarnhill
Copy link

alexanderbarnhill commented Mar 9, 2021

Hi I just ran into this as well and I did a small workaround in the generator

while len(self._circ_buf_feat) < self._batch_seq_len * 2 and file_cnt < len(self._filenames_list) in line 115 of the DataGenerator class in the file cls_data_generator.py

This shouldn't be necessary, but I cannot find the root cause right now.

Edit

This delays the problem but it still comes after some point. I will continue to search for the cause and update here if I find anything.

@gabifhk
Copy link

gabifhk commented Sep 21, 2024

Hi I just ran into this as well and I did a small workaround in the generator

while len(self._circ_buf_feat) < self._batch_seq_len * 2 and file_cnt < len(self._filenames_list) in line 115 of the DataGenerator class in the file cls_data_generator.py

This shouldn't be necessary, but I cannot find the root cause right now.

Edit

This delays the problem but it still comes after some point. I will continue to search for the cause and update here if I find anything.

Hello, I've encountered the same issue. Could you please share how you resolved it? I'm wondering if it might be due to incompatibility with the CUDA version. My TensorFlow version is 1.14, and my CUDA version is 10.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

3 participants