ViktorGlushak

Results 1 issues of ViktorGlushak

Hello! When I tried: ``` model_name = 'efficientnet-b8' print(EfficientNet.get_image_size(model_name)) Output: 672 ``` Then ``` model = EfficientNet.from_pretrained(model_name) ``` I got error: Traceback (most recent call last): File "myfile.py", line 526,...