提交 0408c2a0 authored 作者: David Warde-Farley's avatar David Warde-Farley

Merge pull request #374 from delallea/fix_grad_refs

Fixed some references to code recently moved
...@@ -6,7 +6,7 @@ import numpy.linalg ...@@ -6,7 +6,7 @@ import numpy.linalg
import theano import theano
from theano import tensor, function from theano import tensor, function
from theano.tensor.basic import _allclose from theano.tensor.basic import _allclose
from theano.tensor.tests.test_rop import break_op from theano.tests.test_rop import break_op
from theano.tests import unittest_tools as utt from theano.tests import unittest_tools as utt
from theano import config from theano import config
......
...@@ -13,7 +13,7 @@ else: ...@@ -13,7 +13,7 @@ else:
mode_with_gpu = mode_with_opt.including('gpu', 'scan') mode_with_gpu = mode_with_opt.including('gpu', 'scan')
# TODO: this should replace the verify_grad in tensor/tensor_grad.py # TODO: this should replace the verify_grad in gradient.py
class multiple_outputs_numeric_grad: class multiple_outputs_numeric_grad:
"""WRITEME""" """WRITEME"""
type_eps = {'float64': 1e-7, type_eps = {'float64': 1e-7,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论