Error creating training and validation datasets #19
Answered
by
yilun-wu
kibangadas
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
yilun-wu
Sep 14, 2024
Replies: 1 comment
-
You need to make sure the dataset files are located in Please move everything from |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kibangadas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to make sure the dataset files are located in
/home/kibangadas/ae4353_dataset
as this is the path which we mount to the devcontainer workspace.Please move everything from
/home/kibangadas/AE4353-Y24/data/
to/home/kibangadas/ae4353_dataset/
. After that, you should be able to see the dataset files under/workspaces/AE4353-Y24/data
in the devcontainer. That's where the code is looking for dataset files.