mirror of https://github.com/Jittor/Jittor
add qq group
This commit is contained in:
parent
79ce02cc6a
commit
217c96fcc9
25
README.cn.md
25
README.cn.md
|
@ -217,13 +217,13 @@ jt.flags.use_cuda = 1
|
|||
```
|
||||
|
||||
|
||||
### 可选步骤五:进行完整测试
|
||||
### 可选步骤五:测试训练Resnet18
|
||||
|
||||
|
||||
要检查Jittor的完整性,您可以运行完整的测试。
|
||||
要检查Jittor的完整性,您可以运行Resnet18训练测试。
|
||||
|
||||
```bash
|
||||
python3.7 -m jittor.test -v
|
||||
python3.7 -m jittor.test.test_resnet
|
||||
```
|
||||
|
||||
如果这些测试失败,请为我们报告错误,我们十分欢迎您为Jittor做出贡献^ _ ^
|
||||
|
@ -360,12 +360,31 @@ Jittor还很年轻。 它可能存在错误和问题。 请在我们的错误跟
|
|||
|
||||
|
||||
|
||||
QQ 群:761222083
|
||||
|
||||
|
||||
|
||||
## 团队
|
||||
|
||||
|
||||
Jittor目前由来自[清华大学计算机图形学组](https://cg.cs.tsinghua.edu.cn/)的梁盾,杨国烨,杨国炜,周文洋和国孟昊等博士生维护。 如果您也对Jittor感兴趣并希望对其进行改进,请加入我们!
|
||||
|
||||
|
||||
## 引用
|
||||
|
||||
```
|
||||
@article{hu2020jittor,
|
||||
title={Jittor: a novel deep learning framework with meta-operators and unified graph execution},
|
||||
author={Hu, Shi-Min and Liang, Dun and Yang, Guo-Ye and Yang, Guo-Wei and Zhou, Wen-Yang},
|
||||
journal={Information Sciences},
|
||||
volume={63},
|
||||
number={222103},
|
||||
pages={1--222103},
|
||||
year={2020}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
## 版权声明
|
||||
|
||||
|
||||
|
|
26
README.md
26
README.md
|
@ -210,14 +210,14 @@ import jittor as jt
|
|||
jt.flags.use_cuda = 1
|
||||
```
|
||||
|
||||
### Optional Step 5: Run full tests
|
||||
### Optional Step 5: Test Resnet18 training
|
||||
|
||||
|
||||
To check the integrity of Jittor, you can run full tests.
|
||||
To check the integrity of Jittor, you can run Resnet18 training test.
|
||||
|
||||
|
||||
```bash
|
||||
python3.7 -m jittor.test -v
|
||||
python3.7 -m jittor.test.test_resnet
|
||||
```
|
||||
if those tests are failed, please report bugs for us, and feel free to contribute ^_^
|
||||
|
||||
|
@ -353,12 +353,32 @@ Email: jittor@qq.com
|
|||
|
||||
File an issue: https://github.com/Jittor/jittor/issues
|
||||
|
||||
QQ Group: 761222083
|
||||
|
||||
|
||||
<img src="https://cg.cs.tsinghua.edu.cn/jittor/images/news/2020-12-8-21-19-1_2_2/fig4.png" width="200"/>
|
||||
|
||||
## The Team
|
||||
|
||||
|
||||
Jittor is currently maintained by Dun Liang, Guo-Ye Yang, Guo-Wei Yang, Wen-Yang Zhou and Meng-Hao Guo etc. from the [Tsinghua CSCG Group](https://cg.cs.tsinghua.edu.cn/). If you are also interested in Jittor and want to improve it, Please join us!
|
||||
|
||||
|
||||
## Citation
|
||||
|
||||
|
||||
```
|
||||
@article{hu2020jittor,
|
||||
title={Jittor: a novel deep learning framework with meta-operators and unified graph execution},
|
||||
author={Hu, Shi-Min and Liang, Dun and Yang, Guo-Ye and Yang, Guo-Wei and Zhou, Wen-Yang},
|
||||
journal={Information Sciences},
|
||||
volume={63},
|
||||
number={222103},
|
||||
pages={1--222103},
|
||||
year={2020}
|
||||
}
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
|
||||
|
|
|
@ -453,6 +453,12 @@ Email: jittor@qq.com
|
|||
|
||||
File an issue: https://github.com/Jittor/jittor/issues
|
||||
|
||||
QQ Group: 761222083
|
||||
|
||||
QQ 群:761222083
|
||||
|
||||
<img src="https://cg.cs.tsinghua.edu.cn/jittor/images/news/2020-12-8-21-19-1_2_2/fig4.png" width="200"/>
|
||||
|
||||
## The Team
|
||||
|
||||
## 团队
|
||||
|
@ -461,6 +467,22 @@ Jittor is currently maintained by Dun Liang, Guo-Ye Yang, Guo-Wei Yang, Wen-Yan
|
|||
|
||||
Jittor目前由来自[清华大学计算机图形学组](https://cg.cs.tsinghua.edu.cn/)的梁盾,杨国烨,杨国炜,周文洋和国孟昊等博士生维护。 如果您也对Jittor感兴趣并希望对其进行改进,请加入我们!
|
||||
|
||||
## Citation
|
||||
|
||||
## 引用
|
||||
|
||||
```
|
||||
@article{hu2020jittor,
|
||||
title={Jittor: a novel deep learning framework with meta-operators and unified graph execution},
|
||||
author={Hu, Shi-Min and Liang, Dun and Yang, Guo-Ye and Yang, Guo-Wei and Zhou, Wen-Yang},
|
||||
journal={Information Sciences},
|
||||
volume={63},
|
||||
number={222103},
|
||||
pages={1--222103},
|
||||
year={2020}
|
||||
}
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
## 版权声明
|
||||
|
|
Loading…
Reference in New Issue