Highlights
- Arctic Code Vault Contributor
- Developer Program Member
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 up
Popular repositories
651 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- dirkschumacher/parsnip R
- dirkschumacher/torchvision R
- dirkschumacher/torch C++
-
dirkschumacher/learnsqlr
R
•
Built by
Created a pull request in mlverse/torch that received 3 comments
Refactor most of the optimizer step functions.
I noticed a bit of duplicated code. The common part is now extracted into a private helper function.
Created an issue in mlverse/torch that received 4 comments
Question on mapping from int64_t -> int
According to the wiki int64_t is mapped to int.
As integers in R are just 32bits, wouldn't it make more sense to map it to numerics or integer64?