-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I encountered the following problem while trying to replicate the experiment. How can I solve it?
Command:bash unimof_pretrain.sh
Problems:
Traceback (most recent call last):
File "/home/lizc/.conda/envs/Uni-MOF/bin/unicore-train", line 8, in
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
sys.exit(cli_main())
File "/home/lizc/.conda/envs/Uni-MOF/lib/python3.9/site-packages/unicore_cli/train.py", line 411, in cli_main
File "", line 228, in _call_with_frames_removed
File "/data/share/gourd/Uni-MOF/unimof/init.py", line 2, in
parser = options.get_training_parser()
File "/home/lizc/.conda/envs/Uni-MOF/lib/python3.9/site-packages/unicore/options.py", line 25, in get_training_parser
parser = get_parser("Trainer", default_task)
File "/home/lizc/.conda/envs/Uni-MOF/lib/python3.9/site-packages/unicore/options.py", line 165, in get_parser
import unimat.tasks
ModuleNotFoundError: No module named 'unimat'