EfficientNet-PyTorch
EfficientNet-PyTorch copied to clipboard
AttributeError: module 'torch.nn' has no attribute 'Identity' with old pytorch and AttributeError: 'torch.dtype' object has no attribute 'type' with new
is there a fix for this backward compatibility issue yet?
I want to get the output of the layer 'Identity with EfficientNet.Identity. I algo get the same error AttributeError: 'EfficientNet' object has no attribute 'Identity'