Parallel Lorenz Simulation in JAX

Поділитися
Вставка
  • Опубліковано 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.

  • @THEKHURRAM100
    @THEKHURRAM100 День тому

    Lovely ❤

  • @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

  • @h.e.a311
    @h.e.a311 День тому

    ihanaa