提交 2713571c authored 作者: Frederic's avatar Frederic

remove variable that aren't used.

上级 57361619
......@@ -106,7 +106,7 @@ class InputToGpuOptimizer(Optimizer):
if new_input.type == input.type:
fgraph.replace_validate(input, new_input,
"InputToGpuOptimizer")
except TypeError, e:
except TypeError:
#as we currently only support float32, this can fail.
#Using try except make that we won't need
pass
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论