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
User provides val and/or test files. Then, we should use them
User does not provide them OR they cannot be loaded for some reason. Then, we should generate a validation and test dataset
I agree though that it can be confusing 🤔
How about having a log.warning that says something , e.g. during val: "env.val_file has been loaded. val_data_size will have no effect"? Or do you have better ideas?
The configs
val_data_size
andtest_data_size
(see here) have no effect. It seems that the defaultenv.val_file
andenv.test_file
are used.You can simply check this by
python run.py
with the changed config file.The text was updated successfully, but these errors were encountered: