Skip to content

Commit

Permalink
Typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Aug 20, 2018
1 parent b74a516 commit 224ae96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ MXNet.jl is the [dmlc/mxnet](https://github.com/dmlc/mxnet) [Julia](http://julia
* Efficient tensor/matrix computation across multiple devices, including multiple CPUs, GPUs and distributed server nodes.
* Flexible symbolic manipulation to composite and construct state-of-the-art deep learning models.

The current support julia version is 0.6. Julia 0.7/1.0 is
The current support julia version is 0.6. Julia 0.7/1.0 is not supported yet.

Here is an example of how training a simple 3-layer MLP on MNIST looks like:

Expand Down

0 comments on commit 224ae96

Please sign in to comment.