You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
(py36) C:\Git\ELL\mytest\testcntk>python test.py Traceback (most recent call last): File "test.py", line 6, in <module> import vgg File "C:\Git\ELL\mytest\testcntk\vgg.py", line 3, in <module> from .utils import load_state_dict_from_url ImportError: attempted relative import with no known parent package
The error message is above in miniconda3 prompt.
How can I fix problem from .utils import load_state_dict_from_url?
Hello I have problem building CNTK environment
I've checked
download pytorch
download torchvision
environment path
my environment is window10
(py36) C:\Git\ELL\mytest\testcntk>python test.pyTraceback (most recent call last):File "test.py", line 6, in <module>import vggFile "C:\Git\ELL\mytest\testcntk\vgg.py", line 3, in <module>from .utils import load_state_dict_from_urlImportError: attempted relative import with no known parent packageThe error message is above in miniconda3 prompt.
How can I fix problem
from .utils import load_state_dict_from_url?