Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
-
Forked from sentinel-hub/sentinelhub-py
Download and process satellite imagery in Python using Sentinel Hub services.
Python
-
Forked from Christensen-Lab-Dartmouth/MethylNet
Modular framework for deep learning predictions on methylation data.
HTML
-
Forked from Christensen-Lab-Dartmouth/PyMethylProcess
Preprocessing methylation pipeline, written in python. Easy to use and highly parallelized.
Python
-
-
Forked from jlevy44/MethylNet
Modular framework for deep learning predictions on methylation data.
HTML
48 contributions in the last year
Contribution activity
November 2020
Created 10 commits in 1 repository
Created 2 repositories
- adamritter/multibit Java
- adamritter/btcrecover Python
Created a pull request in geohot/tinygrad that received 13 comments
Opened 12 other pull requests in 1 repository
geohot/tinygrad
9
merged
3
closed
- Train efficientnet should respect NUM environment variable
- Fix train_efficientnet
- Topological sort, zero_grads
- Simplify reshape more
- broadcasting 1s at the start, 1 kernel/4 divs version
- Let compiler optimize division by 1, broadcasting 1s at the start/end, use 1 kernel but 4 divs
- Let compiler optimize division by 1, broadcasting 1s at the start
- Somewhat more generic broadcasting
- No separate pad2d backward kernel needed
- Pad2d backward pass on GPU
- Constant exponent is more enough and more efficient for all tinygrad operations
- Speed up sum backward pass