weiaicunzai / pytorch-cifar100

Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)
4.22k stars 1.17k forks source link

Is the data enhanced once or every epoch? #53

Open ZhaolinWang0110 opened 3 years ago

ZhaolinWang0110 commented 3 years ago

Is the data enhanced once or every epoch? I want to know if the data augmentation function "transform_train" executed once or every epoch. If the data augmentation only executed once, that make little difference.