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

index 128 is out of bounds for axis 3 with size 128 #11

Open
crazysal opened this issue Sep 14, 2021 · 0 comments
Open

index 128 is out of bounds for axis 3 with size 128 #11

crazysal opened this issue Sep 14, 2021 · 0 comments

Comments

@crazysal
Copy link

crazysal commented Sep 14, 2021

While training
Full traceback

Traceback (most recent call last):
  File "train_chart.py", line 265, in <module>
    train(training_dbs, validation_db, args.start_iter)
  File "train_chart.py", line 181, in train
    training, ind = sample_data(training_dbs[0], ind)
  File "/4/reps/DeepRule/sample/line.py", line 316, in sample_data
    return globals()[system_configs.sampling_function](db, k_ind, data_aug, debug)
  File "/4/reps/DeepRule/sample/line.py", line 259, in kp_detection
    key_heatmaps[b_ind, category, detection[2 * k + 1], detection[2 * k]] = 1
IndexError: index 128 is out of bounds for axis 3 with size 128

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