Traceback (most recent call last):
File "shufflenetv2_to_caffe.py", line 16, in <module>
import converter
ModuleNotFoundError: No module named 'converter'
用pip install converter安装converter后,出现交互式提示:
This is the metric converter
What would you like to convert ?
You can either convert a measurement, weight or volume
>
你好,我请教一下,test_convert_to_caffe这个目录下的文件是用来实现pytorch转caffe的吗? 我运行
python shufflenetv2_to_caffe.py
的时候报错(python3.6.10)用
pip install converter
安装converter后,出现交互式提示:这里我应该怎么选择?