1. 22 4月, 2018 1 次提交
    • 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
  2. 16 4月, 2018 1 次提交
  3. 13 4月, 2018 2 次提交
  4. 11 4月, 2018 1 次提交
  5. 10 4月, 2018 1 次提交
  6. 09 4月, 2018 7 次提交
  7. 08 4月, 2018 2 次提交
  8. 07 4月, 2018 5 次提交