MCPcopy Create free account
hub / github.com/Kaggle/docker-python / val_dataloader

Method val_dataloader

tests/test_pytorch_lightning.py:30–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28 def val_dataloader(self):
29 return DataLoader(self.valid_ds, batch_size=self.batch_size, shuffle=False, num_workers=1)
30
31
32class LitClassifier(pl.LightningModule):
33
34 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected