Valentina Biryukova
Results
2
comments of
Valentina Biryukova
Hello! Thank you for your code! I tried it with my models and pretrained models and find the same strange thing that i see when tried to run your code...
Code for reproducing: ```python import matplotlib.pyplot as plt import matplotlib.cm as cm import numpy as np import torch from efficientnet_pytorch import EfficientNet from torchvision import transforms from PIL import Image...