GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
git clone https://github.com/Jittor/jittor.git sudo pip3.7 install ./jittor export cc_path="clang++-8" # if other compiler is used, change cc_path # export cc_path="g++" # export cc_path="icc" # run a simple test python3.7 -m jittor.test.test_example if the test is passed, ...
$ git clone https://github.com/Jittor/segmentation-jittor.git 然后需要在此处下载 backbone 的预训练模型,并放在 ./pretrained_model 目录下面 通过settings.py 文件来修改相关路径和模型配置,使用命令 $ sh train.sh 即可进行完整的训练 欢迎大家使用Jittor的GAN模型库开展自己的研究工作。如果大家发现模型库有什...
Explore Topics Trending Collections Events GitHub Sponsors # jittor Star Here are 115 public repositories matching this topic... Language: All Sort: Fewest forks RX300 / jittor-2503-cgan Star 0 Code Issues Pull requests jittor 热身赛 cgan jittor Updated Jun 7, 2022 Python ...
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 ...
Explore Topics Trending Collections Events GitHub Sponsors # jittor Star Here is 1 public repository matching this topic... Language: HTML Wang-Shengyuan / jittor-JittorAnything-landscape Star 1 Code Issues Pull requests this is the code implements by Team JittorAnyting for jittor challenge ...
计图大模型推理库,具有高性能、配置要求低、中文支持好、可移植等特点. Contribute to Jittor/JittorLLMs development by creating an account on GitHub.
git clone https://github.com/Jittor/jittor.git sudo pip3.7 install ./jittorexportcc_path="clang++-8"#if other compiler is used, change cc_path#export cc_path="g++"#export cc_path="icc"#run a simple testpython3.7 -m jittor.test.test_example ...
git clone https://github.com/Jittor/shapenet-reconstruction-jittor.git cd shapenet-reconstruction-jittor git clone https://github.com/Jittor/jrender.git mv jrender jrender-bak mv jrender-bak/jrender . python train.py -eid rcon 测试
jittor segmentation lib. Contribute to Jittor/segmentation-jittor development by creating an account on GitHub.