1. 08 8月, 2019 1 次提交
  2. 07 8月, 2019 1 次提交
  3. 06 8月, 2019 2 次提交
  4. 05 8月, 2019 1 次提交
  5. 01 8月, 2019 2 次提交
  6. 31 7月, 2019 5 次提交
  7. 30 7月, 2019 2 次提交
  8. 29 7月, 2019 5 次提交
  9. 26 7月, 2019 2 次提交
  10. 25 7月, 2019 6 次提交
  11. 23 7月, 2019 2 次提交
  12. 22 7月, 2019 2 次提交
  13. 19 7月, 2019 1 次提交
  14. 18 7月, 2019 2 次提交
  15. 17 7月, 2019 2 次提交
  16. 16 7月, 2019 3 次提交
  17. 12 7月, 2019 1 次提交
    • Y
      Prevent module instance from modifying global config (#2790) · 584126e5
      Yang Zhang 提交于
      some of the global config values are reference type, e.g., objects, lists or
      dicts, if the created module instances modify those values (see FPN and
      spatial_scale), global config will reflect these changes, and instances of the
      same class created later will inherit the changed values
      584126e5