mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-10-30 02:08:50 +08:00
cleanup some unused imports
This commit is contained in:
@ -13,13 +13,12 @@ You can find the download instructions
|
||||
Save the training images inside `carvana/train` folder and the masks in `carvana/train_masks` folder.
|
||||
"""
|
||||
|
||||
from torch import nn
|
||||
from pathlib import Path
|
||||
|
||||
import torch.utils.data
|
||||
import torchvision.transforms.functional
|
||||
from PIL import Image
|
||||
|
||||
import torch.utils.data
|
||||
from labml import lab
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user