Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 3f5c60a

Browse files
author
ding
committed
rename convlstm
1 parent 1d4c75f commit 3f5c60a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

notebooks/neural_networks/convlstm.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
" model.add(encoder)\n",
163163
"\n",
164164
" model.add(Recurrent()\n",
165-
" .add(ConvLSTMPeephole(32, output_size, 7, 7, 1, with_peephole=True)))\n",
165+
" .add(ConvLSTMPeephole2D(32, output_size, 7, 7, 1, with_peephole=True)))\n",
166166
"\n",
167167
" decoder = Sequential()\n",
168168
" decoder.add(TimeDistributed(SpatialConvolution(output_size, 1, 7, 7, 1, 1, 3, 3)))\n",
@@ -306,7 +306,7 @@
306306
"language_info": {
307307
"codemirror_mode": {
308308
"name": "ipython",
309-
"version": 2
309+
"version": 2.0
310310
},
311311
"file_extension": ".py",
312312
"mimetype": "text/x-python",
@@ -317,5 +317,5 @@
317317
}
318318
},
319319
"nbformat": 4,
320-
"nbformat_minor": 1
321-
}
320+
"nbformat_minor": 0
321+
}

0 commit comments

Comments
 (0)