提交 5dfd83da authored 作者: James Bergstra's avatar James Bergstra

cifarSC2011 - fixing image paths

上级 4fd68401
...@@ -148,7 +148,7 @@ Exercise 4 ...@@ -148,7 +148,7 @@ Exercise 4
Compilation pipeline Compilation pipeline
-------------------- --------------------
.. image:: pics/pipeline.png .. image:: ../hpcs2011_tutorial/pics/pipeline.png
:width: 400 px :width: 400 px
Inplace optimization Inplace optimization
...@@ -306,19 +306,19 @@ Elemwise{Composite{neg,{sub,{{scalar_sigmoid,GT},neg}}}} [@183160204] '' 2 ...@@ -306,19 +306,19 @@ Elemwise{Composite{neg,{sub,{{scalar_sigmoid,GT},neg}}}} [@183160204] '' 2
>>> theano.printing.pydotprint_variables(prediction) >>> theano.printing.pydotprint_variables(prediction)
.. image:: pics/logreg_pydotprint_prediction.png .. image:: ../hpcs2011_tutorial/pics/logreg_pydotprint_prediction.png
:width: 800 px :width: 800 px
All pydotprint* requires graphviz and pydot All pydotprint* requires graphviz and pydot
>>> theano.printing.pydotprint(predict) >>> theano.printing.pydotprint(predict)
.. image:: pics/logreg_pydotprint_predic.png .. image:: ../hpcs2011_tutorial/pics/logreg_pydotprint_predic.png
:width: 800 px :width: 800 px
>>> theano.printing.pydotprint(train) # This is a small train example! >>> theano.printing.pydotprint(train) # This is a small train example!
.. image:: pics/logreg_pydotprint_train.png .. image:: ../hpcs2011_tutorial/pics/logreg_pydotprint_train.png
:width: 1500 px :width: 1500 px
......
...@@ -14,7 +14,7 @@ Theano graphs ...@@ -14,7 +14,7 @@ Theano graphs
Inputs and Outputs are lists of Theano variables Inputs and Outputs are lists of Theano variables
.. image:: pics/apply_node.png .. image:: ../hpcs2011_tutorial/pics/apply_node.png
:width: 500 px :width: 500 px
Op contract Op contract
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论