1. 08 12月, 2016 1 次提交
    • X
      Correctly handling multiple calls to parse_config() · 3cf7337f
      xuwei06 提交于
      To solve this, we maintain the list of DefaultNameFactory used in by trainer_config_helper,
      and reset the state at the beginning of each parse_config call.
      
      Change-Id: I13c7574dc8f0b6bc6f6b7c92eb425e2c52c926e8
      3cf7337f
  2. 12 11月, 2016 1 次提交
  3. 05 11月, 2016 1 次提交
    • E
      Add elementwise math operations (#343) · 6c3a678c
      emailweixu 提交于
      * Add elementwise math operations
      This allows use to use expressions like: y=log(1+exp(x))
      Also added unittests for ActivationFunction
      * Enforce keyword arguments for non-positional arguments
      * Add LogActivation to doc
      6c3a678c
  4. 29 8月, 2016 1 次提交