From 7f5990b68498794d9dad9508f9bfeffd9882e47e Mon Sep 17 00:00:00 2001 From: Chris Yeung <38325429+chrishkchris@users.noreply.github.com> Date: Fri, 15 Jan 2021 19:42:56 +0800 Subject: [PATCH] Update README.md --- examples/cnn/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/cnn/README.md b/examples/cnn/README.md index b081affa7e..3806bef355 100644 --- a/examples/cnn/README.md +++ b/examples/cnn/README.md @@ -43,4 +43,6 @@ SINGA for image classification. * `train_mpi.py` is the script for distributed training (among multiple nodes) using MPI and NCCL for communication. -* `benchmark.py` tests the training throughput using `ResNet50` as the workload. \ No newline at end of file +* `benchmark.py` tests the training throughput using `ResNet50` as the workload. + +try