Block or Report
Block or report dc-dc-dc
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
tinygrad Public
Forked from geohot/tinygrad
You like pytorch? You like micrograd? You love tinygrad!
❤️ Python
-
-
-
cat-v-dog-classifier-pytorch Public
Forked from amitrajitbose/cat-v-dog-classifier-pytorch
End To End Deep Learning Project For Classifying Cat vs Dog Images, using PyTorch
Jupyter Notebook
172 contributions in the last year
Contribution activity
June 2023
Created 7 commits in 1 repository
Created a pull request in geohot/tinygrad that received 5 comments
[bug fix] limit split to 1 due to windows path containing :
Disk tensor bug on windows, when parsing the device string the split does not limit to 1. Since window path includes a ":" this results in the disk…
Opened 6 other pull requests in 1 repository
Reviewed 6 pull requests in 1 repository
geohot/tinygrad
6 pull requests
Created an issue in geohot/tinygrad that received 4 comments
Dtype casting behavior differs between runtimes
When using cstyle runtimes like METAL an intermediate cast op has no effect leading to differing behaviors compared to other runtimes like torch. T…
