typo
This commit is contained in:
parent
d09a95c4f0
commit
d71ef09638
|
@ -13,7 +13,7 @@ Currently, Flux's pure-Julia backend has no optimisations. This means that calli
|
|||
model(rand(10)) #> [0.0650, 0.0655, ...]
|
||||
```
|
||||
|
||||
directly won't have great performance. In order to support a computationally intensive training process, we really on a backend like MXNet or TensorFlow.
|
||||
directly won't have great performance. In order to run a computationally intensive training process, we rely on a backend like MXNet or TensorFlow.
|
||||
|
||||
This is easy to do. Just call either `mxnet` or `tf` on a model to convert it to a model of that kind:
|
||||
|
||||
|
|
Loading…
Reference in New Issue