Skip to content
Snippets Groups Projects
Unverified Commit 08dc953d authored by Xuan Gu's avatar Xuan Gu Committed by GitHub
Browse files

Update README.md

parent 43325810
No related branches found
No related tags found
No related merge requests found
...@@ -91,5 +91,5 @@ Coefficient of variation is calculated as the ratio of the standard deviation to ...@@ -91,5 +91,5 @@ Coefficient of variation is calculated as the ratio of the standard deviation to
- It seems running directly via singularity shell will give worse performance (when I WFH). We should run it via sbatch script instead. - 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. - 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 be added. Otherwise the process will hang. - 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.
- Use as large batch_size as possible for a more stable benchmark result. - Use as large batch_size as possible for a more stable benchmark result. For single node, use 256; for multi-node, use 128.
- Benchmarking with dim = 2, nodes = 1, gpus = 8, batch_size = 128, 256 takes ~2mins. - Benchmarking with dim = 2, nodes = 1, gpus = 8, batch_size = 128, 256 takes ~2mins.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment