提交 3272fee0 authored 作者: James Bergstra's avatar James Bergstra

removed debugging assert

上级 a6168f49
......@@ -187,7 +187,6 @@ class GpuCrossentropySoftmax1HotWithBiasDx (Op):
def make_node(self, dy, sm, y_idx):
return Apply(self, [dy, sm, y_idx],[sm.type()])
def perform(self, node, input_storage, output_storage):
assert False
raise NotImplementedError('only C is implemented')
def c_code_cache_version(self):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论