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

Start pre-training #36

Open
Tang18970202 opened this issue Dec 11, 2020 · 2 comments
Open

Start pre-training #36

Tang18970202 opened this issue Dec 11, 2020 · 2 comments

Comments

@Tang18970202
Copy link

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

@akaraspt
Copy link
Owner

akaraspt commented Oct 6, 2021

@Tang18970202 Can u provide more detail on this error (e.g., Python package versions, what have you done before running the script, etc.)?

@bindusara-reddy
Copy link

bindusara-reddy commented Oct 7, 2021

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

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

3 participants