pretrained-models.pytorch
pretrained-models.pytorch copied to clipboard
what is normalize in imagenet_eval.py 101
My editor say Undefined variable 'normalize', so i want to know where normalize is defined ?
That file imagenet_eval.py
needs some maintenance. You should change it to transforms.Normalize(mean=model.mean, std=model.std),