move mxnet install instruction
This commit is contained in:
parent
3fdf01e62f
commit
a11c4bb5c4
@ -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):
|
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"
|
||||||
|
```
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
# Model Building Basics
|
# Model Building Basics
|
||||||
|
|
||||||
```
|
|
||||||
Pkg.add("MXNet") # or "TensorFlow"
|
|
||||||
```
|
|
||||||
|
|
||||||
## The Model
|
## The Model
|
||||||
|
|
||||||
*... Initialising Photon Beams ...*
|
*... Initialising Photon Beams ...*
|
||||||
|
Loading…
Reference in New Issue
Block a user