From d866429c03f70b49f340201f6fa6456bb938b34a Mon Sep 17 00:00:00 2001 From: Hatef OTROSHI <hatef.otroshi@idiap.ch> Date: Thu, 5 Sep 2024 12:09:56 +0200 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 931bbd7..bdd9fe6 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ $ conda create --name bob.paper.iccv2023_face_ti --file package-list.txt # activate the environment $ conda activate bob.paper.iccv2023_face_ti +# install torch (required version) +$ pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 --extra-index-url https://download.pytorch.org/whl/cu117 + # install paper package $ pip install ./ --no-build-isolation ``` -- GitLab