提交 f860dae3 authored 作者: Frederic Bastien's avatar Frederic Bastien

Fixed comment.

上级 a50e532d
...@@ -2573,9 +2573,12 @@ def test_speed_batchrnn(): ...@@ -2573,9 +2573,12 @@ def test_speed_batchrnn():
# #
# This function prints out the speed of recurrent neural network # This function prints out the speed of recurrent neural network
# calculations implemented in various ways. In DebugMode this will test the # calculations implemented in various ways.
# correctness of the optimizations applied, but generally
# correctness-testing is not the goal of this test. # We force the mode to theano.Mode(linker='cvm'). If you manually
# change this code to use DebugMode this will test the correctness
# of the optimizations applied, but generally correctness-testing
# is not the goal of this test.
# #
# To be honest, it isn't really a unit test so much as a tool for testing # To be honest, it isn't really a unit test so much as a tool for testing
# approaches to scan. # approaches to scan.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论