diff --git a/utils.py b/utils.py index e2e0a64..7f1c243 100644 --- a/utils.py +++ b/utils.py @@ -12,7 +12,7 @@ import copy from model import * -from datasets import MNIST_truncated, CIFAR10_truncated, SVHN_custom, FashionMNIST_truncated, CustomTensorDataset, CelebA_custom, FEMNIST, Generated, genData +from datasets import MNIST_truncated, CIFAR10_truncated, CIFAR100_truncated, ImageFolder_custom, SVHN_custom, FashionMNIST_truncated, CustomTensorDataset, CelebA_custom, FEMNIST, Generated, genData from math import sqrt import torch.nn as nn