move mxnet install instruction

This commit is contained in:
Mike J Innes 2017-02-01 14:38:30 +05:30
parent 3fdf01e62f
commit a11c4bb5c4
2 changed files with 4 additions and 4 deletions

View File

@ -19,3 +19,7 @@ using Flux
```
You'll also need a backend to run real training, if you don't have one already. Choose from [MXNet](https://github.com/dmlc/MXNet.jl) or [TensorFlow](https://github.com/malmaud/TensorFlow.jl) (MXNet is the recommended option if you're not sure):
```
Pkg.add("MXNet") # or "TensorFlow"
```

View File

@ -1,9 +1,5 @@
# Model Building Basics
```
Pkg.add("MXNet") # or "TensorFlow"
```
## The Model
*... Initialising Photon Beams ...*