1. 14 10月, 2019 1 次提交
  2. 31 7月, 2019 1 次提交
  3. 16 7月, 2019 1 次提交
  4. 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
  5. 28 6月, 2019 1 次提交