1. 14 Nov, 2022 1 commit
  2. 23 Oct, 2022 1 commit
  3. 10 Sep, 2022 1 commit
  4. 09 Aug, 2022 1 commit
  5. 25 Jul, 2022 1 commit
  6. 22 Jul, 2022 1 commit
  7. 30 Jun, 2022 1 commit
  8. 24 Jun, 2022 1 commit
    • Yanghan Wang's avatar
      use runner class instead of instance outside of main · 8051775c
      Yanghan Wang authored
      Summary:
      Pull Request resolved: https://github.com/facebookresearch/d2go/pull/312
      
      As discussed, we decided to not use runner instance outside of `main`, previous diffs already solved the prerequisites, this diff mainly does the renaming.
      - Use runner name (str) in the fblearner, ML pipeline.
      - Use runner name (str) in FBL operator, MAST and binary operator.
      - Use runner class as the interface of main, it can be either the name of class (str) or actual class. The main usage should be using `str`, so that the importing of class happens inside `main`. But it's also a common use case to import runner class and call `main` for things like ad-hoc scripts or tests, supporting actual class makes it easier modify code for those cases (eg. some local test class doesn't have a name, so it's not feasible to use runner name).
      
      Reviewed By: newstzpz
      
      Differential Revision: D37060338
      
      fbshipit-source-id: 879852d41902b87d6db6cb9d7b3e8dc55dc4b976
      8051775c
  9. 18 Jun, 2022 1 commit
  10. 24 Mar, 2022 1 commit
    • Tsahi Glik's avatar
      refactor exporter and eval command line tools · 744d72d7
      Tsahi Glik authored
      Summary: Tweak exporter and evaluator cli entry point func to support calling it as a module with args from custom launching code.
      
      Reviewed By: sstsai-adl
      
      Differential Revision: D35035813
      
      fbshipit-source-id: c8b24099e94ccc58c184f8aac95b2a24a137e86a
      744d72d7
  11. 09 Sep, 2021 1 commit
  12. 03 Mar, 2021 1 commit