Skip to content

Commit 3625ac1

Browse files
committed
custom training
1 parent e6f0495 commit 3625ac1

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

README.rst

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,23 @@ Basic Machine Learning
292292
Neural Networks
293293
~~~~~~~~~~~~~~~~
294294

295-
.. image:: _img/mainpage/CNNs.png
296-
:height: 100px
297-
:width: 200 px
298-
:scale: 50 %
299-
:alt: alternate text
300-
:align: right
295+
.. raw:: html
296+
297+
<div align="center">
298+
299+
.. raw:: html
300+
301+
<a href="https://github.com/instillai/TensorFlow-Course/blob/master/_img/mainpage/CNNs.png" target="_blank">
302+
<img width="600" height="180" align="center" src="https://github.com/instillai/TensorFlow-Course/blob/master/_img/mainpage/CNNs.png"/>
303+
</a>
304+
305+
.. raw:: html
306+
307+
</div>
308+
309+
.. raw:: html
310+
311+
<br>
301312

302313

303314
.. _ipythonmlp: https://github.com/instillai/TensorFlow-Course/blob/master/codes/ipython/neural_networks/mlp.ipynb
@@ -323,6 +334,9 @@ Neural Networks
323334

324335
==========================
325336

337+
~~~~~~~~~~~~~~~~
338+
Advanced
339+
~~~~~~~~~~~~~~~~
326340

327341

328342
.. raw:: html
@@ -343,9 +357,7 @@ Neural Networks
343357

344358
<br>
345359

346-
~~~~~~~~~~~~~~~~
347-
Advanced
348-
~~~~~~~~~~~~~~~~
360+
349361

350362

351363
.. _ipythoncustomtr: https://github.com/instillai/TensorFlow-Course/blob/master/codes/ipython/advanced/custom_training.ipynb

0 commit comments

Comments
 (0)