You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ResNeXt and SE-ResNeXt use [NHWC data layout](https://pytorch.org/tutorials/intermediate/memory_format_tutorial.html) when training using Mixed Precision,
73
+
which improves the model performance. We are currently working on adding it for ResNet.
69
74
70
-
### Training performance: NVIDIA DGX-2 (16x V100 32G)
71
75
76
+
### Training performance: NVIDIA DGX-1 16G (8x V100 16GB)
72
77
73
-
Our results were obtained by running the applicable
74
-
training scripts in the pytorch-19.10 NGC container
75
-
on NVIDIA DGX-2 with (16x V100 32G) GPUs.
76
-
Performance numbers (in images per second)
78
+
79
+
Our results were obtained by running the applicable
80
+
training scripts in the pytorch-20.06 NGC container
81
+
on NVIDIA DGX-1 with (8x V100 16GB) GPUs.
82
+
Performance numbers (in images per second)
77
83
were averaged over an entire training epoch.
78
-
The specific training script that was run is documented
84
+
The specific training script that was run is documented
79
85
in the corresponding model's README.
80
86
81
-
The following table shows the training accuracy results of the
87
+
The following table shows the training accuracy results of the
ResNeXt and SE-ResNeXt use [NHWC data layout](https://pytorch.org/tutorials/intermediate/memory_format_tutorial.html) when training using Mixed Precision,
98
+
which improves the model performance. We are currently working on adding it for ResNet.
0 commit comments