Skip to content

Commit

Permalink
Update model_zoo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
han-cai authored Sep 26, 2023
1 parent 69deca0 commit a33f16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofa/model_zoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a33f16e

Please sign in to comment.