Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 599ffe4

Browse files
srochelsandeepkrishnamurthy-dev
authored andcommitted
Update README.md (#12208)
Removed reference to gitter, updated references from dmlc to Apache github and reordered references to make asking questions & how to contribute more visible.
1 parent 38bcb88 commit 599ffe4

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ MXNet is also more than a deep learning project. It is also a collection of
2121
[blue prints and guidelines](https://mxnet.incubator.apache.org/architecture/index.html#deep-learning-system-design-concepts) for building
2222
deep learning systems, and interesting insights of DL systems for hackers.
2323

24-
[![Join the chat at https://gitter.im/dmlc/mxnet](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dmlc/mxnet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
24+
Ask Questions
25+
-------------
26+
* Please use [discuss.mxnet.io](https://discuss.mxnet.io/) for asking questions.
27+
* Please use [mxnet/issues](https://github.com/apache/incubator-mxnet/issues) for reporting bugs.
28+
* [Frequent Asked Questions](https://mxnet.incubator.apache.org/faq/faq.html)
29+
30+
How to Contribute
31+
-----------------
32+
* [Contribute to MXNet](https://mxnet.incubator.apache.org/community/contribute.html)
2533

2634
What's New
2735
----------
@@ -37,7 +45,7 @@ What's New
3745
* [Version 0.9.1 Release (NNVM refactor)](./docs/architecture/release_note_0_9.md) - NNVM branch is merged into master now. An official release will be made soon.
3846
* [Version 0.8.0 Release](https://github.com/dmlc/mxnet/releases/tag/v0.8.0)
3947
* [Updated Image Classification with new Pre-trained Models](./example/image-classification)
40-
* [Python Notebooks for How to Use MXNet](https://github.com/dmlc/mxnet-notebooks)
48+
* [Notebooks How to Use MXNet](https://github.com/zackchase/mxnet-the-straight-dope)
4149
* [MKLDNN for Faster CPU Performance](./MKLDNN_README.md)
4250
* [MXNet Memory Monger, Training Deeper Nets with Sublinear Memory Cost](https://github.com/dmlc/mxnet-memonger)
4351
* [Tutorial for NVidia GTC 2016](https://github.com/dmlc/mxnet-gtc-tutorial)
@@ -56,11 +64,9 @@ Contents
5664
--------
5765
* [Documentation](https://mxnet.incubator.apache.org/) and [Tutorials](https://mxnet.incubator.apache.org/tutorials/)
5866
* [Design Notes](https://mxnet.incubator.apache.org/architecture/index.html)
59-
* [Code Examples](https://github.com/dmlc/mxnet/tree/master/example)
67+
* [Code Examples](https://github.com/apache/incubator-mxnet/tree/master/example)
6068
* [Installation](https://mxnet.incubator.apache.org/install/index.html)
61-
* [Pretrained Models](https://github.com/dmlc/mxnet-model-gallery)
62-
* [Contribute to MXNet](https://mxnet.incubator.apache.org/community/contribute.html)
63-
* [Frequent Asked Questions](https://mxnet.incubator.apache.org/faq/faq.html)
69+
* [Pretrained Models](http://mxnet.incubator.apache.org/api/python/gluon/model_zoo.html)
6470

6571
Features
6672
--------
@@ -72,14 +78,9 @@ Features
7278
* Support for Python, R, Scala, C++ and Julia
7379
* Cloud-friendly and directly compatible with S3, HDFS, and Azure
7480

75-
Ask Questions
76-
-------------
77-
* Please use [discuss.mxnet.io](https://discuss.mxnet.io/) for asking questions.
78-
* Please use [mxnet/issues](https://github.com/dmlc/mxnet/issues) for reporting bugs.
79-
8081
License
8182
-------
82-
Licensed under an [Apache-2.0](https://github.com/dmlc/mxnet/blob/master/LICENSE) license.
83+
Licensed under an [Apache-2.0](https://github.com/apache/incubator-mxnet/blob/master/LICENSE) license.
8384

8485
Reference Paper
8586
---------------

0 commit comments

Comments
 (0)