This commit is contained in:
chenxuanhong
2022-04-21 00:58:32 +08:00
parent 5181115399
commit 1bbc1eff67
6 changed files with 0 additions and 270 deletions
-2
View File
@@ -3,10 +3,8 @@ import glob
import torch
import random
from PIL import Image
from pathlib import Path
from torch.utils import data
from torchvision import transforms as T
# from StyleResize import StyleResize
class data_prefetcher():
def __init__(self, loader):