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

removed debug cmd

上级 25809a7a
...@@ -18,8 +18,6 @@ def use(device=None): ...@@ -18,8 +18,6 @@ def use(device=None):
# No successful call to use() has been made yet # No successful call to use() has been made yet
if device is None: if device is None:
device = os.getenv("THEANO_GPU",0) device = os.getenv("THEANO_GPU",0)
import pdb
pdb.set_trace()
if device=="-1" or device=="CPU": if device=="-1" or device=="CPU":
return return
device=int(device) device=int(device)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论