What should I put in the ./dataset/val folder?
yff0815 opened this issue · 1 comments
yff0815 commented
I generate the training dataset using run RL-Restore,and then I put (train.h5)to dataset/train/
, but when I run python main.py -m mix -g 1
, there is an error that no such file named dataset /val/
I would like to know what should I put in the ./dataset/val
folder?
hope for your helping, thank you so much!
sg-nm commented
The validation data (validation.h5) can be found at the repository of RL-Restore. Please put the validation.h5 to ./dataset/val/
.