Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
ctroupin authored May 22, 2024
1 parent d1b1fcb commit 8d75288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d75288

Please sign in to comment.