Skip to content
View zhangqiaorjc's full-sized avatar

Organizations

@google @UWNetworksLab @tensorflow @googlers

Block or report zhangqiaorjc

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. jax-ml/jax jax-ml/jax Public

    Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

    Python 34.8k 3.4k

  2. google/praxis google/praxis Public

    Python 192 42

  3. google/paxml google/paxml Public

    Pax is a Jax-based machine learning framework for training large scale models. Pax allows for advanced and fully configurable experimentation and parallelization, and has demonstrated industry lead…

    Python 548 70

  4. tensorflow/lingvo tensorflow/lingvo Public

    Lingvo

    Python 2.9k 451

  5. tensorflow/runtime tensorflow/runtime Public

    A performant and modular runtime for TensorFlow

    C++ 753 123

  6. spmd_pipeline_example.py spmd_pipeline_example.py
    1
    import itertools as it
    2
    
                  
    3
    import jax
    4
    import jax.numpy as jnp
    5