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