You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
Hello Sir
I used your code to validate the dataset size as data_loader=373 and got an error while validating as follows.
When for i, (data, target, coord) in enumerate(data_loader):
The following error message appears when the loop reaches the 66th time.
IndexError: index 32 is out of bounds for axis 2 with size 32
Can you help me please? Thank you.
The text was updated successfully, but these errors were encountered:
Hello Sir
I used your code to validate the dataset size as data_loader=373 and got an error while validating as follows.
When
for i, (data, target, coord) in enumerate(data_loader):
The following error message appears when the loop reaches the 66th time.
IndexError: index 32 is out of bounds for axis 2 with size 32
Can you help me please? Thank you.
The text was updated successfully, but these errors were encountered: