Hello!
Line 393 in the training script (run_training.sh)
MSE_dev = tester.test(dataset_dev)[0]
raises an error
ValueError: Found array with 0 sample(s) (shape=(0,)) while a minimum of 1 is required.
This is probably because
dataset_dev, dataset_test = split_dataset(dataset_, 0.5)
produces
dataset_dev as []
Is it possible for you to look into this please?
Thank you and best wishes,
Kadi
Hello!
Line 393 in the training script (run_training.sh)
MSE_dev = tester.test(dataset_dev)[0]
raises an error
ValueError: Found array with 0 sample(s) (shape=(0,)) while a minimum of 1 is required.
This is probably because
dataset_dev, dataset_test = split_dataset(dataset_, 0.5)
produces
dataset_dev as []
Is it possible for you to look into this please?
Thank you and best wishes,
Kadi