Parallel Lorenz Simulation in JAX

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024

Комментарии • 5

  • @gitfted_by_AI
    @gitfted_by_AI День назад +1

    Jax is awesome, i prefer Jax ecosystem to Pytorch ecosystem. Even if Jax is slightly more complex to understand compared to Pytorch, it is highly rewarding. In particularly, in Reinforcement Learning when the envs are mainly into the CPU while your NN is into the GPU.

  • @particularlypythonic
    @particularlypythonic День назад

    I think it is worth drawing a distinction between vectorization and parallelization in jax computation. Vectorization takes SISD(Single Instruction Single Data) to SIMD(Single Instruction Multiple Data) while Parallelization takes it to MIMD( Multiple Instruction Multiple Data). To do parallelization in jax you would need to use sharded parallel or for simpler cases pmaps.
    This is a good showcase of how vmaps and vectorization in jax works.

  • @THEKHURRAM100
    @THEKHURRAM100 День назад

    Lovely ❤

  • @THEKHURRAM100
    @THEKHURRAM100 День назад

    Lovely

  • @h.e.a311
    @h.e.a311 23 часа назад

    ihanaa