Hide append_regularizer

guochaorong-patch-1
yuyang18 7 years ago
parent f92024470b
commit 5832e817d5
No known key found for this signature in database
GPG Key ID: 6DFF29878217BE5F

@ -15,10 +15,7 @@
import framework
from . import core
__all__ = [
'append_regularization_ops', 'L1Decay', 'L2Decay', 'L1DecayRegularizer',
'L2DecayRegularizer'
]
__all__ = ['L1Decay', 'L2Decay', 'L1DecayRegularizer', 'L2DecayRegularizer']
def append_regularization_ops(parameters_and_grads, regularization=None):

Loading…
Cancel
Save