pretrained-models.pytorch
pretrained-models.pytorch copied to clipboard
inceptionv4.py: adaptiveAvgPoolWidth should be an int and not a tensor
adaptiveAvgPoolWidth should be an int and not a tensor
put .item() in line 302 of pretrainedmodels/models/inceptionv4.py the following
adaptiveAvgPoolWidth = features.shape[2].item()