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

Run create.dataset.py to partition the dataset and generate empty files #28

Open
Eleanorhxd opened this issue May 12, 2024 · 5 comments

Comments

@Eleanorhxd
Copy link

Hello, why is the CSV file for the validation set and test set empty when I run created_dataset.py to partition the training set, validation set, and test set? What is the reason for this.

@sujaly
Copy link

sujaly commented May 29, 2024

Yes, I have meet the same problem. Have you solved it yet

@ttanida
Copy link
Owner

ttanida commented May 29, 2024

create_dataset.py is just a simple Python script.

Just put in some breakpoints in the code and run the debugger. I would assume that the file paths may not have been correctly defined in path_datasets_and_weights.py.

Observing the values of the variables during debugging, it should become clear what the cause of the empty files are.

@sujaly
Copy link

sujaly commented May 29, 2024 via email

@Eleanorhxd
Copy link
Author

Eleanorhxd commented May 30, 2024 via email

@Cckyrie
Copy link

Cckyrie commented Jun 7, 2024

I have meet the same problem. Have you solved it yet

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

4 participants