Spaces:
Sleeping
Sleeping
File size: 205 Bytes
b3b6dd4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
import torch
from utils import show_predictions
from dataset import test_dataloader
# show_predictions(test_dataloader, model)
# x, y = next(iter(test_dataloader))
# print(x.shape)
# print(model) |