Skip to content
View zhangqiaorjc's full-sized avatar

Organizations

@google @UWNetworksLab @tensorflow @googlers
Block or Report

Block or report zhangqiaorjc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. google/jax google/jax Public

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

    Python 28k 2.6k

  2. google/praxis google/praxis Public

    Python 141 36

  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 392 57

  4. tensorflow/lingvo tensorflow/lingvo Public

    Lingvo

    Python 2.8k 434

  5. tensorflow/runtime tensorflow/runtime Public

    A performant and modular runtime for TensorFlow

    C++ 745 122

  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