Skip to content
View hctomkins's full-sized avatar

Highlights

  • Pro

Block or report hctomkins

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. caffe-gui-tool caffe-gui-tool Public archive

    Node based Gui for creating caffe networks

    Python 103 31

  2. jax-monohull-dynamics jax-monohull-dynamics Public

    Dynamic Simulation of Sailing Boats in JAX

    Python 1

  3. JAX cursor rules JAX cursor rules
    1
    # How to write JAX in this codebase
    2
    Most of the codebase is written in JAX. Whenever writing JAX or numpy code, adhere to the following style guide.
    3
    
                  
    4
    The main ML library we use in JAX is Equinox. Note that self should not be written to in equinox, only read for configuration inside modules. Ideally as many methods as possible should be staticmethods. 
    5