Skip to content

Commit e9879a0

Browse files
authored
Update README.rst
1 parent 647dc87 commit e9879a0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Here is an exmple from `geeksforgeeks <https://www.geeksforgeeks.org/removing-s
109109
110110
Output:
111111

112-
.. code::
112+
.. code:: python
113113
114114
['This', 'is', 'a', 'sample', 'sentence', ',', 'showing',
115115
'off', 'the', 'stop', 'words', 'filtration', '.']
@@ -1152,7 +1152,7 @@ run DNN and see our result:
11521152
11531153
Model summary:
11541154

1155-
::
1155+
.. code:: python
11561156
11571157
_________________________________________________________________
11581158
Layer (type) Output Shape Param #
@@ -1188,7 +1188,7 @@ Model summary:
11881188
11891189
Output:
11901190

1191-
::
1191+
.. code:: python
11921192
11931193
Train on 11314 samples, validate on 7532 samples
11941194
Epoch 1/10
@@ -1381,7 +1381,7 @@ run RNN and see our result:
13811381
13821382
Model summary:
13831383

1384-
::
1384+
.. code:: python
13851385
13861386
_________________________________________________________________
13871387
Layer (type) Output Shape Param #
@@ -1413,7 +1413,7 @@ Model summary:
14131413
14141414
Output:
14151415

1416-
::
1416+
.. code:: python
14171417
14181418
Train on 11314 samples, validate on 7532 samples
14191419
Epoch 1/20
@@ -1656,7 +1656,7 @@ run RNN and see our result:
16561656
16571657
Model:
16581658

1659-
::
1659+
.. code:: python
16601660
16611661
__________________________________________________________________________________________________
16621662
Layer (type) Output Shape Param # Connected to
@@ -1724,7 +1724,7 @@ Model:
17241724
Output:
17251725

17261726

1727-
::
1727+
.. code:: python
17281728
17291729
Train on 11314 samples, validate on 7532 samples
17301730
Epoch 1/15

0 commit comments

Comments
 (0)