1. 21 9月, 2018 7 次提交
  2. 13 7月, 2018 2 次提交
  3. 12 7月, 2018 12 次提交
  4. 06 6月, 2018 1 次提交
  5. 05 6月, 2018 10 次提交
  6. 04 6月, 2018 1 次提交
  7. 22 4月, 2018 3 次提交
    • R
      Headline typo fix in README.md · 6c9c82f5
      Ryan 提交于
      Fixed the typo in the headline of the README.md file. "Spash" should be "Splash"
      6c9c82f5
    • W
      Replace keep_dims with keepdims in TF calls. · 4129a272
      Waleed Abdulla 提交于
      TF replaced keep_dims with keepdims a while ago
      and now shows a warning when using the old name.
      4129a272
    • W
      Fix multi-GPU training. · 9cea282f
      Waleed Abdulla 提交于
      A previous fix to let validation run across more
      than one batch caused an issue with multi-GPU
      training. The issue seems to be in how Keras
      averages loss and metric values, where it expects
      them to be scalars rather than arrays. This fix
      causes scalar outputs from a model to remain
      scalar in multi-GPU training.
      9cea282f
  8. 16 4月, 2018 1 次提交
  9. 14 4月, 2018 1 次提交
  10. 13 4月, 2018 2 次提交