mindsponge 使用

http://www.pangu-drug.com/
mindsponge 使用
wget https://download.mindspore.cn/mindscience/mindsponge/MEGAFold/checkpoint/MEGA_Fold_1.ckpt
41 cd mindscience/
42 ls
43 cd MindSPONGE
44 ls
45 ls
46 bash build.sh -e Ascend -j 128
47 pip install -r requirements.txt
48 pip install output/mindsponge_ascend-1.0.0-py3-none-any.whl
49 cd applications/MEGAProtein/
50 ls
51 ls
52 python main.py --data_config ./config/data.yaml --model_config ./config/model.yaml --run_platform Ascend --input_path ./examples/pkl/ --checkpoint_path ./ckpt/MEGA_Fold_1.ckpt --use_pkl True
53 python main.py --data_config ./config/data.yaml --model_config ./config/model.yaml --run_platform Ascend --input_path ./examples/pkl/ --checkpoint_path ./ckpt/MEGA_Fold_1.ckpt --use_pkl True

你可能感兴趣的:(python,linux,bash,python)