安装DeepFaceDrawing-Jittor

 

 

 

先安装 jittor

https://github.com/Jittor/jittor/tree/v1.0.1#quickstart

 

sudo apt install python3.7-dev libomp-dev
sudo python3.7 -m pip install git+https://github.com/Jittor/jittor.git
# if you cannot access github, please download code from our website:
#     wget https://cg.cs.tsinghua.edu.cn/jittor/assets/build/jittor.tgz
#     mkdir -p jittor && tar -xvf ./jittor.tgz -C jittor
#     sudo pip install ./jittor
python3.7 -m jittor.test.test_example

 

posted @ 2021-12-20 22:02  Domefy  阅读(960)  评论(0)    收藏  举报