From 441ae8a0dc66988e857f54687a436f1f935e4502 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Wed, 9 Nov 2022 14:16:30 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5cbfd5c..4b3e2a8 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,11 @@ enroot start --rw --mount ${PWD}/data:/data --mount ${PWD}/results:/results nnun python download.py --task 01 python preprocess.py --task 01 --dim 2 ``` +- For benchmarking purpose, we use 1000 copied of a single image +``` +mv data data_orig +bash copy_data_for_benchmark.sh +``` - Run the script. You need to modify the script for e.g. the name of your reservation, number of nodes, batch_size, etc. Also, choose either singularity or enroot. ``` -- GitLab