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
What can I do about the problems I ran into running the train. py file?
File "C:\Users\admin\AppData\Local\Programs\Python\Python35\lib\site-packages\numpy\core\shape_base.py", line 283, in vstack
return _nx.concatenate(arrs, 0)
File "<array_function internals>", line 6, in concatenate
ValueError: need at least one array to concatenate
The text was updated successfully, but these errors were encountered:
It seems to be because the dataset has not been loaded, and when np.vstack is run on an empty array it throws this error.
this is part of the _load_npz_list_files method in the dataloader.py file
What can I do about the problems I ran into running the train. py file?
File "C:\Users\admin\AppData\Local\Programs\Python\Python35\lib\site-packages\numpy\core\shape_base.py", line 283, in vstack
return _nx.concatenate(arrs, 0)
File "<array_function internals>", line 6, in concatenate
ValueError: need at least one array to concatenate
The text was updated successfully, but these errors were encountered: