From 5c61dbc6c82959b990aeb623a49007e29d88ee66 Mon Sep 17 00:00:00 2001 From: Marco Minici Date: Fri, 30 Dec 2022 14:44:06 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8180b34..f0a9bf5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +**Update: Use this [colab notebook](https://colab.research.google.com/drive/1s0wEW3IvUfrUZOcsXMo_GqTwISt63R8F?usp=sharing) to reproduce our results** + +--- + Before running any experiment, we suggest you install the provided conda environment. > How to install the conda environment: ```conda env create --file environment.yml```