This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Description
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.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?