We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
in the efficientnet_pytorch/model.py , it has two function " from_pretrained " what is the different?
def from_pretrained(cls, model_name, num_classes=1000, in_channels = 3):
def from_pretrained(cls, model_name, num_classes=1000):