MCPcopy Create free account
hub / github.com/pytorch/tutorials / val_dataloader

Method val_dataloader

intermediate_source/mnist_train_nas.py:127–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 return DataLoader(self.mnist_train, batch_size=self.batch_size)
126
127 def val_dataloader(self):
128 return DataLoader(self.mnist_val, batch_size=self.batch_size)
129
130
131def run_training_job():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected