Skip to content

Commit c3ab1f1

Browse files
committed
unused
1 parent 42e2d26 commit c3ab1f1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/models/test_tpu.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@
3939

4040
SERIAL_EXEC = xmp.MpSerialExecutor()
4141

42-
_LARGER_DATASET = RandomDataset(32, 2000)
43-
44-
45-
# 8 cores needs a big dataset
46-
def _serial_train_loader():
47-
return DataLoader(_LARGER_DATASET, batch_size=32)
48-
4942

5043
class SerialLoaderBoringModel(BoringModel):
5144
def train_dataloader(self):

0 commit comments

Comments
 (0)