From 8d752882085a5d2deb16bf33a3c19945a7b7ebab Mon Sep 17 00:00:00 2001 From: Charles Troupin Date: Wed, 22 May 2024 10:34:01 +0200 Subject: [PATCH] Update index.md typo --- docs/src/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 5469069..6930588 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -16,7 +16,7 @@ The method is described in the following articles: The neural network will be trained on the GPU. Note convolutional neural networks can require a lot of GPU memory depending on the domain size. [`Flux.jl`](https://github.com/FluxML/Flux.jl) supports NVIDIA GPUs as well as other vendors (see https://fluxml.ai/Flux.jl/stable/gpu/ for details). -Training on the CPU can be performeded, but it is prohibitively slow. +Training on the CPU can be performed, but it is prohibitively slow. ## User API @@ -60,7 +60,7 @@ julia> using DINCAE ``` -You need to install and load cuDNN before calling a function in `DINCAE.jl`: +You need to install and load `cuDNN` before calling a function in `DINCAE.jl`: ```julia using cuDNN