1. 08 6月, 2010 5 次提交
  2. 03 6月, 2010 3 次提交
  3. 02 6月, 2010 16 次提交
  4. 01 6月, 2010 8 次提交
  5. 29 5月, 2010 5 次提交
  6. 28 5月, 2010 2 次提交
  7. 27 5月, 2010 1 次提交
    • Frederic Bastien's avatar
      fix a bug where we pushdown the max to the input of softmax, softplus,… · 3e84f926
      Frederic Bastien 提交于
      fix a bug where we pushdown the max to the input of softmax, softplus, tensor.exp, tensor.log, tensor.tanh, sigmoid, softmax_with_bias.
      
      Add test for this bug and print a warning by default if we encounter the case where the bug was causing problem. The warning can be disabled by the Theano flag warn.argmax_pushdown_bug.
      3e84f926