Skip to content

Issue with the code #4

Description

@kadiliissaar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions