Skip to content
View heyyanshuman's full-sized avatar
🐥
🐥

Block or report heyyanshuman

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 Loading

  1. keras-team/keras-io keras-team/keras-io Public

    Keras documentation, hosted live at keras.io

    Jupyter Notebook 2.9k 2.1k

  2. keras-team/keras-hub keras-team/keras-hub Public

    Pretrained model hub for Keras 3.

    Python 886 278

  3. FluxML/Metalhead.jl FluxML/Metalhead.jl Public

    Computer vision models for Flux

    Julia 342 66

  4. Covine Covine Public

    Covine : An App for Covid - 19

    Dart 2

  5. Technocrats-nitw/GoVID Technocrats-nitw/GoVID Public

    Amazon HackOn Top 10 Finalist Project

    Dart 3

  6. Rotary Embedding Rotary Embedding
    1
    class RotaryEmbedding(keras.layers.Layer):
    2
    
                  
    3
        def __init__(self, hidden_dim):
    4
            super().__init__()
    5
            self.hidden_dim = hidden_dim