Skip to content

Commit adc68cb

Browse files
author
Your Name
committed
add support for complex64 tensors
1 parent d54e793 commit adc68cb

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

Example.ipynb

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
{
8888
"cell_type": "code",
89-
"execution_count": null,
89+
"execution_count": 9,
9090
"metadata": {},
9191
"outputs": [
9292
{
@@ -116,7 +116,23 @@
116116
"Train Epoch: 2 [ 0/ 60000 ( 0%)]\tLoss: 0.003121\n",
117117
"Train Epoch: 2 [ 6400/ 60000 ( 11%)]\tLoss: 0.003100\n",
118118
"Train Epoch: 2 [ 12800/ 60000 ( 21%)]\tLoss: 0.001305\n",
119-
"Train Epoch: 2 [ 19200/ 60000 ( 32%)]\tLoss: 0.017995\n"
119+
"Train Epoch: 2 [ 19200/ 60000 ( 32%)]\tLoss: 0.017995\n",
120+
"Train Epoch: 2 [ 25600/ 60000 ( 43%)]\tLoss: 0.116825\n",
121+
"Train Epoch: 2 [ 32000/ 60000 ( 53%)]\tLoss: 0.018003\n",
122+
"Train Epoch: 2 [ 38400/ 60000 ( 64%)]\tLoss: 0.002124\n",
123+
"Train Epoch: 2 [ 44800/ 60000 ( 75%)]\tLoss: 0.001319\n",
124+
"Train Epoch: 2 [ 51200/ 60000 ( 85%)]\tLoss: 0.000611\n",
125+
"Train Epoch: 2 [ 57600/ 60000 ( 96%)]\tLoss: 0.013717\n",
126+
"Train Epoch: 3 [ 0/ 60000 ( 0%)]\tLoss: 0.010614\n",
127+
"Train Epoch: 3 [ 6400/ 60000 ( 11%)]\tLoss: 0.003073\n",
128+
"Train Epoch: 3 [ 12800/ 60000 ( 21%)]\tLoss: 0.004097\n",
129+
"Train Epoch: 3 [ 19200/ 60000 ( 32%)]\tLoss: 0.001755\n",
130+
"Train Epoch: 3 [ 25600/ 60000 ( 43%)]\tLoss: 0.005218\n",
131+
"Train Epoch: 3 [ 32000/ 60000 ( 53%)]\tLoss: 0.003784\n",
132+
"Train Epoch: 3 [ 38400/ 60000 ( 64%)]\tLoss: 0.011459\n",
133+
"Train Epoch: 3 [ 44800/ 60000 ( 75%)]\tLoss: 0.022287\n",
134+
"Train Epoch: 3 [ 51200/ 60000 ( 85%)]\tLoss: 0.031437\n",
135+
"Train Epoch: 3 [ 57600/ 60000 ( 96%)]\tLoss: 0.001994\n"
120136
]
121137
}
122138
],

0 commit comments

Comments
 (0)