提交 cb682122 authored 作者: Iulian Vlad Serban's avatar Iulian Vlad Serban

Fixed typo.

上级 345c7366
...@@ -136,7 +136,7 @@ class RecordMode(Mode): ...@@ -136,7 +136,7 @@ class RecordMode(Mode):
playback = Record(file_object=output, replay=True) playback = Record(file_object=output, replay=True)
playback_mode = RecordMode(playback) playback_mode = RecordMode(playback)
# Compile an d call the function to test again with record_mode as # Compile and call the function to test again with record_mode as
# first parameter. An exception will be thrown if the recorded # first parameter. An exception will be thrown if the recorded
# computations are not identical between the two runs. # computations are not identical between the two runs.
x = theano.tensor.dscalar() x = theano.tensor.dscalar()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论