1. 15 Sep, 2022 1 commit
    • Kashif Rasul's avatar
      Karras VE, DDIM and DDPM flax schedulers (#508) · b34be039
      Kashif Rasul authored
      * beta never changes removed from state
      
      * fix typos in docs
      
      * removed unused var
      
      * initial ddim flax scheduler
      
      * import
      
      * added dummy objects
      
      * fix style
      
      * fix typo
      
      * docs
      
      * fix typo in comment
      
      * set return type
      
      * added flax ddom
      
      * fix style
      
      * remake
      
      * pass PRNG key as argument and split before use
      
      * fix doc string
      
      * use config
      
      * added flax Karras VE scheduler
      
      * make style
      
      * fix dummy
      
      * fix ndarray type annotation
      
      * replace returns a new state
      
      * added lms_discrete scheduler
      
      * use self.config
      
      * add_noise needs state
      
      * use config
      
      * use config
      
      * docstring
      
      * added flax score sde ve
      
      * fix imports
      
      * fix typos
      b34be039
  2. 13 Sep, 2022 1 commit
    • Kashif Rasul's avatar
      initial flax pndm schedular (#492) · 55f7ca3b
      Kashif Rasul authored
      * initial flax pndm
      
      * fix typo
      
      * use state
      
      * return state
      
      * add FlaxSchedulerOutput
      
      * fix style
      
      * add flax imports
      
      * make style
      
      * fix typos
      
      * return created state
      
      * make style
      
      * add torch/flax imports
      
      * docs
      
      * fixed typo
      
      * remove tensor_format
      
      * round instead of cast
      
      * ets is jnp array
      
      * remove copy
      55f7ca3b
  3. 01 Sep, 2022 1 commit
  4. 16 Aug, 2022 2 commits
  5. 09 Aug, 2022 1 commit
  6. 13 Jul, 2022 1 commit
  7. 27 Jun, 2022 1 commit
  8. 26 Jun, 2022 1 commit
  9. 25 Jun, 2022 2 commits
  10. 21 Jun, 2022 1 commit
  11. 16 Jun, 2022 2 commits
  12. 13 Jun, 2022 5 commits
  13. 12 Jun, 2022 1 commit
  14. 10 Jun, 2022 1 commit
  15. 09 Jun, 2022 1 commit
  16. 08 Jun, 2022 2 commits
  17. 06 Jun, 2022 1 commit
  18. 01 Jun, 2022 1 commit
  19. 30 May, 2022 1 commit