backend note
This commit is contained in:
parent
1f3587e9dc
commit
5898cf9d95
@ -10,6 +10,12 @@ Pkg.clone("https://github.com/MikeInnes/Flux.jl")
|
|||||||
using Flux
|
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"
|
||||||
|
```
|
||||||
|
|
||||||
## The Model
|
## The Model
|
||||||
|
|
||||||
*... Initialising Photon Beams ...*
|
*... Initialising Photon Beams ...*
|
||||||
|
Loading…
Reference in New Issue
Block a user