diff --git a/ofa/model_zoo.py b/ofa/model_zoo.py index 34aed2a..dd1ac72 100644 --- a/ofa/model_zoo.py +++ b/ofa/model_zoo.py @@ -93,7 +93,7 @@ def ofa_net(net_id, pretrained=True): width_mult_list=[0.65, 0.8, 1.0], ) net_id = "ofa_resnet50_d0-1-2_e0.2-0.25-0.35_w0.65-0.8-1.0" - url_base = "https://drive.google.com/uc?id=1xy6VIPEHXqbbqNu3xEZUxhp5FbTVs5cQ" + url_base = "https://drive.google.com/uc?id=1BoyPbKbAoucnc_blgt_8hjwyb6d-7Kh5" googledrive = True else: raise ValueError("Not supported: %s" % net_id)