Merge pull request #1471 from helinwang/fix_gm

fix parameters.append_gradient_machine
avx_docs
qingqing01 9 years ago committed by GitHub
commit c679003d7b

@ -224,7 +224,8 @@ class Parameters(object):
except ValueError:
# If no such parameter in gradient machine, then don't copy
pass
self.__gradient_machines__.append(gradient_machine)
self.__gradient_machines__.append(gradient_machine)
def __get_parameter_in_gradient_machine__(gradient_machine, name):

Loading…
Cancel
Save