import torch import numpy as np def preprocessing(batch, transpose=True): if ... 3) a = preprocessing(a, transpose=True) a = a.astype(np.float32) a = torch.
確定! 回上一頁