Skip to content

Validation is done using the test set #20

@SWaltmann

Description

@SWaltmann

In model.py, the train method of EfficientCapsNet includes the following line:

dataset_train, dataset_val = dataset.get_tf_data()

However, get_tf_data() simply calls generate_tf_data(), which augments and returns the test dataset.

Was this done on purpose? My understanding is that the test set should remain unseen until the actual test.

Cheers!

Stijn

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