thuiar/MMSA-FET

ImportError: cannot import name 'run_dataset' from 'MSA_FET' (/root/miniconda/envs/python38_torch1121/lib/python3.8/site-packages/MSA_FET/__init__.py)

Wenfeng6 opened this issue · 2 comments

已经下载了MSA_FET,为何显示在此包里无法导入run_dataset?

1emonx commented

我也遇到了这个问题,请问你现在解决了吗~

查看环境下 lib/python3.8/site-packages/MSA_FET/main.py可以发现run_dataset也是 FeatureExtractionTool 类的一个方法。
直接跟run_single使用方法一样
fet = FeatureExtractionTool("custom_config.json")
fet.run_dataset(
)