Skip to content

Commit 83b2c0d

Browse files
author
Ilia Karmanov
committed
table formatting
1 parent 5eeed29 commit 83b2c0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ Input for this model is the standard [CIFAR-10 dataset](http://www.cs.toronto.ed
5050

5151
### 2. Training Time: DenseNet-121 on ChestXRay - Image Recognition (Multi-GPU)
5252

53-
**This is a work in progress**
53+
This is a work in progress
5454

55-
**CUDA 9/CuDNN 7.0** - Train+Val 5 w/ data-loader + data-augmentation
55+
**Train+Val w/ data-loader + data-augmentation**
5656

57-
| DL Library | 1xP100 | 4xP100 |
57+
| DL Library | 1xP100/CUDA 9/CuDNN 7.0* | 4xP100/CUDA 9/CuDNN 7.0* |
5858
| ----------------------------------------------- | :------------------: | :------------------: |
5959
| [Pytorch](notebooks/PyTorch_MultiGPU.ipynb) | 41min | 17min |
6060
| [Keras(TF)](notebooks/Keras_TF_MultiGPU.ipynb) | 51min | 22min |
6161
| [Tensorflow](notebooks/Tensorflow_MultiGPU.ipynb) | 50min | 25min |
6262
| [Chainer](notebooks/Chainer_MultiGPU.ipynb) | 65min | ? |
6363
| [MXNet]() | ? | ? |
6464

65-
**CUDA 9/CuDNN 7.0** - Train w/ synthetic-data
65+
**Train w/ synthetic-data**
6666

67-
| DL Library | 4xP100 |
67+
| DL Library | 4xP100/CUDA 9/CuDNN 7.0* |
6868
| ----------------------------------------------- | :------------------: |
6969
| [Pytorch](notebooks/PyTorch_MultiGPU.ipynb) | 11min37s |
7070
| [Keras(TF)](notebooks/Keras_TF_MultiGPU.ipynb) | 18min25s |

0 commit comments

Comments
 (0)