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
Traceback (most recent call last):
File "train_multi_gpu.py", line 390, in
train()
File "train_multi_gpu.py", line 372, in train
eval_one_epoch(epoch)
File "train_multi_gpu.py", line 327, in eval_one_epoch
pointclouds_phs[1]: cur_data[begidx: endidx, ...],
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Getting the following error
Traceback (most recent call last):
File "train_multi_gpu.py", line 390, in
train()
File "train_multi_gpu.py", line 372, in train
eval_one_epoch(epoch)
File "train_multi_gpu.py", line 327, in eval_one_epoch
pointclouds_phs[1]: cur_data[begidx: endidx, ...],
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: