Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 236 Bytes

design_decisions.md

File metadata and controls

4 lines (4 loc) · 236 Bytes

Design Decisions

  • Pure PyTorch like design with the following change
    • Return nested dictionary instead of flat. This is easier to manage using jax.tree_utils
  • \ell, \sigma and \omega should be modelled without squaring them.