From dd4a0e2d2ef826c352db3a345705da96a35d0228 Mon Sep 17 00:00:00 2001 From: Guanhua Zhang Date: Tue, 7 May 2024 17:05:50 +0200 Subject: [PATCH] Updated format of readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ec03ce6..04ca5d9 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,7 @@ We recommend to setup a virtual environment using Anaconda.
# Run the code Our code supports training using GPUs or CPUs. It will prioritise GPUs if available (line 45 in main.py). You can also assign a particular card via CUDA_VISIBLE_DEVICES (e.g., the following commands use GPU card no.3). -## Train Mouse2Vec Autoencoder -
- +## Train Mouse2Vec Autoencoder
Execute ```shell CUDA_VISIBLE_DEVICES=3 python main.py --ssl True