From 7e9fe4644251c62b6f8fa7f65e218a46618e8abc Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuagu37@gmail.com> Date: Mon, 31 Oct 2022 14:37:57 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b645c9..33ad3ba 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,6 @@ Coefficient of variation is calculated as the ratio of the standard deviation to #### Notes - It seems running directly via singularity shell will give worse performance (when I WFH). We should run it via sbatch script instead. - It took around a week to finish 100 iterations of benchmarking for all sets of parameters. -- For multi-node benchmarking, we need to use "srun" command; also, the line "#SBATCH --ntasks-per-node=8" has to been added. Otherwise the process will hang. -- Benchmarking with dim = 2, nodes = 1, gpus = 8, batch_size = 256 takes ~2mins. +- For multi-node benchmarking, we need to use "srun" command; also, the line "#SBATCH --ntasks-per-node=8" has to be added. Otherwise the process will hang. +- Benchmarking with dim = 2, nodes = 1, gpus = 8, batch_size = 128/256 takes ~2mins. - Use as large batch_size as possible for a more stable benchmark result. -- GitLab