Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec2685f

Browse files
committedMar 16, 2020
minor text change
1 parent ca52b13 commit ec2685f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎convtranspose2d-dilation/cudnn-convtranspose2d-parse.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 37,
5+
"execution_count": 38,
66
"metadata": {
77
"scrolled": false
88
},
@@ -12,7 +12,7 @@
1212
"output_type": "stream",
1313
"text": [
1414
"['cudnn', 'batch_size', 'in_channels', 'out_channels', 'w_h', '\"kW', '_kH\"', 'stride', 'pad']\n",
15-
"last 3 columns: original time, time without dilation check, percentage difference\n",
15+
"last 3 columns: original time, time without dilation check, percentage difference (>0 means w/o dilation is better)\n",
1616
"\n",
1717
"('7605', '1', '32', '32', '112', '3', '2', '1', '32'), back, 2.516e-04, 3.911e-04, -0.555\n",
1818
"('7605', '1', '32', '32', '112', '3', '2', '1', '32'), all_, 3.437e-04, 4.878e-04, -0.419\n",
@@ -276,7 +276,7 @@
276276
"all_diff = []\n",
277277
"\n",
278278
"print(origin[0].rstrip().split(',')[:9])\n",
279-
"print('last 3 columns: original time, time without dilation check, percentage difference')\n",
279+
"print('last 3 columns: original time, time without dilation check, percentage difference (>0 means w/o dilation is better)')\n",
280280
"print()\n",
281281
"\n",
282282
"for key in d_orig.keys(): \n",

0 commit comments

Comments
 (0)
Please sign in to comment.