From 19d4e1d3ec4a2320148f82bf9d56c43506caab93 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 6 Jan 2018 08:44:27 +0000 Subject: [PATCH] Deploy to GitHub Pages: 3b543756aa73f9f78bc6c4e8a6d10708129461c1 --- develop/doc/api/v2/config/attr.html | 4 ++-- develop/doc_cn/api/v2/config/attr.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/develop/doc/api/v2/config/attr.html b/develop/doc/api/v2/config/attr.html index ca7e35d285..e3d2f19b33 100644 --- a/develop/doc/api/v2/config/attr.html +++ b/develop/doc/api/v2/config/attr.html @@ -284,10 +284,10 @@ value larger than some value, will be clipped.
  • sparse_update (bool) – Enable sparse update for this parameter. It will enable both local and remote sparse update.
  • -
  • initializer – If not None, it should be a callable object which accepts +
  • update_hooks (HookAttribute) – A HookAttribute object.
  • +
  • initializer (callable object) – If not None, it should be a callable object which accepts a parameter name and returns numpy array for the initial value of the parameter
  • -
  • initializer – callable object
  • diff --git a/develop/doc_cn/api/v2/config/attr.html b/develop/doc_cn/api/v2/config/attr.html index 0637c15daf..f294cc08fc 100644 --- a/develop/doc_cn/api/v2/config/attr.html +++ b/develop/doc_cn/api/v2/config/attr.html @@ -297,10 +297,10 @@ value larger than some value, will be clipped.
  • sparse_update (bool) – Enable sparse update for this parameter. It will enable both local and remote sparse update.
  • -
  • initializer – If not None, it should be a callable object which accepts +
  • update_hooks (HookAttribute) – A HookAttribute object.
  • +
  • initializer (callable object) – If not None, it should be a callable object which accepts a parameter name and returns numpy array for the initial value of the parameter
  • -
  • initializer – callable object
  • -- GitLab