提交 c24b0ffa authored 作者: Frederic's avatar Frederic

Print a deprecation warning when we use the old ProfileMode

上级 061bb990
......@@ -303,6 +303,10 @@ class ProfileMode(Mode):
whose outputs memory size is lower then that.
"""
print "ProfileMode is deprecated! Use the new profiler."
print " The Theano flags to enable it ise: profile=True"
print " The Theano flags for the memory profile to it is: profile_memory=True"
total_time = time.time() - import_time
total_fct_time = sum(fct_call_time.values())
total_fct_call = sum(fct_call.values())
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论