Skip to content
Snippets Groups Projects
Commit eb854c3e authored by Xuan Gu's avatar Xuan Gu
Browse files

Update README.md

parent a6143054
No related branches found
No related tags found
No related merge requests found
......@@ -115,4 +115,4 @@ Ref: https://pytorch-lightning.readthedocs.io/en/stable/common/trainer.html
- 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.
- Specify the paths for enroot cache and data, see this [page](https://gitlab.liu.se/xuagu37/run-pytorch-and-tensorflow-containers-with-nvidia-enroot#set-path-to-user-container-storage).
- (20220222) For single node case, command ```srun singularity/enroot``` gives slightly worse throughput performance compared with running ```singularity/enroot``` directly. Command ```srun enroot``` stopped working for multi-node case.
- (20220222) ```srun enroot ...```stopped working for multi-node case. Use pyxis instead. See the script ```benchmark_multi_node.sbatch```.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment