1. 19 8月, 2022 1 次提交
  2. 24 6月, 2022 2 次提交
    • W
      Fix config and wrapper of dataloader (#1192) · 9a918144
      whs 提交于
      * Fix config and wrapper of dataloader
      
      * Fix wrapper of dataloader
      1. Skip wrapper when input is format like [{'x': data1, 'y': data2}]
      2. Fix scripts in nlp demo of ACT
      9a918144
    • W
      Refine config API in ACT (#1178) · 52fba48d
      whs 提交于
      1. Make config of ACT support path, set, list and tuple
      2. Refine the implementation of loading config
      3. Add wrapper for dataloader to return data in dict format
      52fba48d