Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth authored Oct 5, 2023
1 parent 0099182 commit 35f40d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Convolutional neural networks can require "a lot" of GPU memory. These parameter

## Troubleshooting

### Installation of cuDNN

If you get the warniong `Package cuDNN not found in current path` or the error `Scalar indexing is disallowed`:

```
Expand All @@ -65,3 +67,10 @@ using cuDNN
using DINCAE
# ...
```

### Dependencies of DINCAE.jl

`DINCAE.jl` depends on `Flux.jl` and `CUDA.jl` which will automatically be installed.
If you have some problems installing these package you might consult the
[documentation of `Flux.jl`](http://fluxml.ai/Flux.jl/stable/#Installation) or
[`CUDA.jl`](https://cuda.juliagpu.org/stable/installation/overview/).

0 comments on commit 35f40d9

Please sign in to comment.