我对此克隆的hmm代码存在问题
当我去
python testing/example.py
Traceback (most recent call last):
File "testing/example.py", line 2, in <module>
from model import sensors, general_inf
ModuleNotFoundError: No module named 'model'
为什么导入不起作用? 我可以更改原始代码,但我不理解错误。来自example.py
的三行from model import sensors, general_inf
from testing import viz, synth
from numpy import shape