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
Running pytorch_conv3L_dvsgestures_args.py always returns an error:
Traceback (most recent call last):
File ".\pytorch_conv3L_dvsgestures_args.py", line 206, in
n_test, input_tests, labels1h_tests = generate_test(gen_test, n_test=1 if args.valid else 100, offset = args.test_offset)
File ".\pytorch_conv3L_dvsgestures_args.py", line 183, in generate_test
input_test, labels_test = gen_test.next(offset=offset)
File "D:\python38\lib\site-packages\dcll-0.0.1-py3.8.egg\dcll\load_dvsgestures_sparse.py", line 68, in next
dat,lab = next_1ofeach(
File "D:\python38\lib\site-packages\dcll-0.0.1-py3.8.egg\dcll\load_dvsgestures_sparse.py", line 197, in next_1ofeach
batch_1of_each = {k:range(len(v['labels'].value)) for k,v in hdf5_group.items()}
File "D:\python38\lib\site-packages\dcll-0.0.1-py3.8.egg\dcll\load_dvsgestures_sparse.py", line 197, in
batch_1of_each = {k:range(len(v['labels'].value)) for k,v in hdf5_group.items()}
AttributeError: 'Dataset' object has no attribute 'value'
The text was updated successfully, but these errors were encountered:
Running pytorch_conv3L_dvsgestures_args.py always returns an error:
Traceback (most recent call last):
File ".\pytorch_conv3L_dvsgestures_args.py", line 206, in
n_test, input_tests, labels1h_tests = generate_test(gen_test, n_test=1 if args.valid else 100, offset = args.test_offset)
File ".\pytorch_conv3L_dvsgestures_args.py", line 183, in generate_test
input_test, labels_test = gen_test.next(offset=offset)
File "D:\python38\lib\site-packages\dcll-0.0.1-py3.8.egg\dcll\load_dvsgestures_sparse.py", line 68, in next
dat,lab = next_1ofeach(
File "D:\python38\lib\site-packages\dcll-0.0.1-py3.8.egg\dcll\load_dvsgestures_sparse.py", line 197, in next_1ofeach
batch_1of_each = {k:range(len(v['labels'].value)) for k,v in hdf5_group.items()}
File "D:\python38\lib\site-packages\dcll-0.0.1-py3.8.egg\dcll\load_dvsgestures_sparse.py", line 197, in
batch_1of_each = {k:range(len(v['labels'].value)) for k,v in hdf5_group.items()}
AttributeError: 'Dataset' object has no attribute 'value'
The text was updated successfully, but these errors were encountered: