From 35f40d9afc4bfb5730acf7c021beeadf0bbb317f Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Thu, 5 Oct 2023 08:45:25 +0200 Subject: [PATCH] Update index.md --- docs/src/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/index.md b/docs/src/index.md index 1d228cb..9118949 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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`: ``` @@ -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/).