CoVi icon indicating copy to clipboard operation
CoVi copied to clipboard

What is the `network` version?

Open zws-2019 opened this issue 3 years ago • 1 comments

Traceback (most recent call last): File "main.py", line 9, in import utils File "/home/zhouwenshuo/workspace/domain_shift/nature/CoVi-master/utils.py", line 7, in from network import models ImportError: cannot import name 'models' from 'network' (/home/zhouwenshuo/anaconda3/envs/p38t/lib/python3.8/site-packages/network.py)`

zws-2019 avatar Dec 26 '22 09:12 zws-2019

This should be the wrong module. The source code is written to import models from network, but in fact, just change it to import models directly.

Long-louis avatar Jul 01 '24 03:07 Long-louis