From 863a7fc5678ebc551e4076f9317f009a4d5a4278 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Wed, 9 Mar 2022 22:47:32 +0100 Subject: [PATCH] update link [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d060f0b..4862946 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Pkg.add(url="https://github.com/gher-ulg/DINCAE.jl", rev="main") Pkg.add(url="https://github.com/gher-ulg/DINCAE_utils.jl", rev="main") ``` -`DINCAE.jl` depends on `Knet.jl` and `CUDA.jl` which will automatically installed. More information is available at [https://denizyuret.github.io/Knet.jl/latest/install/](https://denizyuret.github.io/Knet.jl/latest/install/) and [https://juliagpu.gitlab.io/CUDA.jl/installation/overview/](https://juliagpu.gitlab.io/CUDA.jl/installation/overview/). +`DINCAE.jl` depends on `Knet.jl` and `CUDA.jl` which will automatically installed. More information is available at [https://denizyuret.github.io/Knet.jl/latest/install/](https://denizyuret.github.io/Knet.jl/latest/install/) and [https://cuda.juliagpu.org/stable/](https://cuda.juliagpu.org/stable/). After this, you should be able to load `DINCAE` with: