Skip to content
View arvindrajan92's full-sized avatar

Block or report arvindrajan92

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. fastanpr Public

    A fast automatic number-plate recognition (ANPR) library

    Python 10

  2. DTrOCR Public

    A PyTorch implementation of DTrOCR: Decoder-only Transformer for Optical Character Recognition

    Python 147 18

391 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing arvindrajan92's contributions from March 31, 2024 to March 31, 2025. The contributions are 68% commits, 24% pull requests, 6% code review, 2% issues. 6% Code review 2% Issues 24% Pull requests 68% Commits

Contribution activity

March 2025

Reviewed 2 pull requests in 2 repositories

Created an issue in tinygrad/tinygrad that received 1 comment

Tensor boolean masking

I am trying to replicate Numpy's boolean masking below on a Tensor. a = np.array([1,2,3,4,5]) mask = np.array([False,True,True,False,True]) b = a[m…

1 comment
14 contributions in private repositories Mar 3 – Mar 30
Loading