Skip to content

Commit

Permalink
updated relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyken17 committed Oct 17, 2019
1 parent 4d8ba3a commit 3e88f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubconf.py
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
dependencies = ['torch', 'torchvision']

from torch.hub import load_state_dict_from_url
from .proxyless_nas.model_zoo import proxyless_cpu, proxyless_gpu, proxyless_mobile, proxyless_mobile_14
from proxyless_nas.model_zoo import proxyless_cpu, proxyless_gpu, proxyless_mobile, proxyless_mobile_14

0 comments on commit 3e88f8a

Please sign in to comment.