File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,21 +50,21 @@ Input for this model is the standard [CIFAR-10 dataset](http://www.cs.toronto.ed
50
50
51
51
### 2. Training Time: DenseNet-121 on ChestXRay - Image Recognition (Multi-GPU)
52
52
53
- ** This is a work in progress**
53
+ This is a work in progress
54
54
55
- ** CUDA 9/CuDNN 7.0 ** - Train+Val 5 w/ data-loader + data-augmentation
55
+ ** Train+Val w/ data-loader + data-augmentation**
56
56
57
- | DL Library | 1xP100 | 4xP100 |
57
+ | DL Library | 1xP100/CUDA 9/CuDNN 7.0 * | 4xP100/CUDA 9/CuDNN 7.0 * |
58
58
| ----------------------------------------------- | :------------------: | :------------------: |
59
59
| [ Pytorch] ( notebooks/PyTorch_MultiGPU.ipynb ) | 41min | 17min |
60
60
| [ Keras(TF)] ( notebooks/Keras_TF_MultiGPU.ipynb ) | 51min | 22min |
61
61
| [ Tensorflow] ( notebooks/Tensorflow_MultiGPU.ipynb ) | 50min | 25min |
62
62
| [ Chainer] ( notebooks/Chainer_MultiGPU.ipynb ) | 65min | ? |
63
63
| [ MXNet] ( ) | ? | ? |
64
64
65
- ** CUDA 9/CuDNN 7.0 ** - Train w/ synthetic-data
65
+ ** Train w/ synthetic-data**
66
66
67
- | DL Library | 4xP100 |
67
+ | DL Library | 4xP100/CUDA 9/CuDNN 7.0 * |
68
68
| ----------------------------------------------- | :------------------: |
69
69
| [ Pytorch] ( notebooks/PyTorch_MultiGPU.ipynb ) | 11min37s |
70
70
| [ Keras(TF)] ( notebooks/Keras_TF_MultiGPU.ipynb ) | 18min25s |
You can’t perform that action at this time.
0 commit comments