Skip to content

What should I do if I don't have validation data and test data? #94

@ghost

Description

    @pl.data_loader
    def val_dataloader(self):
        # I don't need it.

    @pl.data_loader
    def test_dataloader(self):
        # I don't need it.

    def validation_step(self, batch, batch_nb):
         # I don't need it.

    def validation_end(self, outputs):
         # I don't need it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions