1. 28 9月, 2021 4 次提交
  2. 27 9月, 2021 5 次提交
  3. 26 9月, 2021 1 次提交
  4. 25 9月, 2021 4 次提交
  5. 24 9月, 2021 1 次提交
  6. 22 9月, 2021 1 次提交
  7. 20 9月, 2021 5 次提交
  8. 19 9月, 2021 2 次提交
  9. 18 9月, 2021 5 次提交
  10. 17 9月, 2021 4 次提交
  11. 16 9月, 2021 5 次提交
  12. 15 9月, 2021 3 次提交
    • Glenn Jocher's avatar
      Evolution `--resume` fix (#4802) · 621b6d5b
      Glenn Jocher 提交于
      Also disable `/weights` dir creation when evolving as no weights are saved and empty folder causes user expectations of weights.
      621b6d5b
    • Glenn Jocher's avatar
      Add `--int8` argument (#4799) · b74dd4ba
      Glenn Jocher 提交于
      * Add `--int8` argument
      
      * parents[0] bug fix
      
      * Fix order
      b74dd4ba
    • Jihoon Kim's avatar
      Shuffle all 4(or 9) images in mosaic augmentation (#4787) · fcb225c1
      Jihoon Kim 提交于
      Thank you for sharing nice open-source codes 👍
      
      I applied to shuffle the order of all 4(or 9) images in mosaic augmentation
      
      Currently, the order of images in mosaic augmentation is not completely random.
      The remaining images except the first are randomly arranged. Apply shuffle all to increase the diversity of data composition.
      fcb225c1