@@ -214,7 +214,7 @@ Train the machine with `fit!(mach, rows=...)`.
214
214
will retrain from scratch on `fit!` call, otherwise it will not.
215
215
216
216
- `acceleration::AbstractResource=CPU1()`: Defines on what hardware training is done. For
217
- Training on GPU, use `CudaLibs ()`.
217
+ Training on GPU, use `CUDALibs ()`.
218
218
219
219
- `finaliser=Flux.softmax`: The final activation function of the neural network (applied
220
220
after the network defined by `builder`). Defaults to `Flux.softmax`.
@@ -404,7 +404,7 @@ Train the machine with `fit!(mach, rows=...)`.
404
404
will retrain from scratch on `fit!` call, otherwise it will not.
405
405
406
406
- `acceleration::AbstractResource=CPU1()`: Defines on what hardware training is done. For
407
- Training on GPU, use `CudaLibs ()`.
407
+ Training on GPU, use `CUDALibs ()`.
408
408
409
409
- `finaliser=Flux.softmax`: The final activation function of the neural network (applied
410
410
after the network defined by `builder`). Defaults to `Flux.softmax`.
@@ -641,7 +641,7 @@ Train the machine with `fit!(mach, rows=...)`.
641
641
will retrain from scratch on `fit!` call, otherwise it will not.
642
642
643
643
- `acceleration::AbstractResource=CPU1()`: Defines on what hardware training is done. For
644
- Training on GPU, use `CudaLibs ()`.
644
+ Training on GPU, use `CUDALibs ()`.
645
645
646
646
647
647
# Operations
@@ -655,7 +655,7 @@ Train the machine with `fit!(mach, rows=...)`.
655
655
The fields of `fitted_params(mach)` are:
656
656
657
657
- `chain`: The trained "chain" (Flux.jl model), namely the series of layers, functions,
658
- and activations which make up the neural network.
658
+ and activations which make up the neural network.
659
659
660
660
661
661
# Report
@@ -867,7 +867,7 @@ Here:
867
867
will retrain from scratch on `fit!` call, otherwise it will not.
868
868
869
869
- `acceleration::AbstractResource=CPU1()`: Defines on what hardware training is done. For
870
- Training on GPU, use `CudaLibs ()`.
870
+ Training on GPU, use `CUDALibs ()`.
871
871
872
872
873
873
# Operations
@@ -882,7 +882,7 @@ Here:
882
882
The fields of `fitted_params(mach)` are:
883
883
884
884
- `chain`: The trained "chain" (Flux.jl model), namely the series of layers,
885
- functions, and activations which make up the neural network.
885
+ functions, and activations which make up the neural network.
886
886
887
887
888
888
# Report
0 commit comments