Browse Source

doc(mge): add bibtex msg

release-1.7
wenjuan 3 years ago
parent
commit
d18d3b5df7
2 changed files with 25 additions and 1 deletions
  1. +12
    -0
      README.md
  2. +13
    -1
      README_CN.md

+ 12
- 0
README.md View File

@@ -65,4 +65,16 @@ We strive to build an open and friendly community. We aim to power humanity with

MegEngine is licensed under the Apache License, Version 2.0

## Citation
If you use MegEngine in your publication,please cite it by using the following BibTeX entry.

```
@Misc{MegEngine,
institution = {megvii},
title = {MegEngine:A fast, scalable and easy-to-use deep learning framework},
howpublished = {\url{https://github.com/MegEngine/MegEngine}},
year = {2020}
}
```

Copyright (c) 2014-2021 Megvii Inc. All rights reserved.

+ 13
- 1
README_CN.md View File

@@ -64,6 +64,18 @@ python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html

## 开源许可

MegEngine 使用 Apache License, Version 2.0
MegEngine 使用 Apache License, Version 2.0 。

## 引用 MegEngine
如果在您的研究中使用了 MegEngine ,建议您使用如下 BibTeX 格式引用文案。

```
@Misc{MegEngine,
institution = {megvii},
title = {MegEngine:A fast, scalable and easy-to-use deep learning framework},
howpublished = {\url{https://github.com/MegEngine/MegEngine}},
year = {2020}
}


Copyright (c) 2014-2021 Megvii Inc. All rights reserved.

Loading…
Cancel
Save