Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- 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 upPinned
3,156 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 161 commits in 6 repositories
Created a pull request in mlverse/torch that received 3 comments
Start experimenting with jit support
The scope of this PR is to implement the equivalent to trace an R function to a ScriptFunction(https://github.com/pytorch/pytorch/blob/fa560ceb9c8c…
Opened 13 other pull requests in 3 repositories
mlverse/torch
11
merged
- disable tests on windows gpu because of RAM restrictions.
- Parallel dataloader experiment
- Refactor dataloaders using coro
- Recurrent modules
- Fix NULL stride
- fix stft function when center = TRUE & for LibTorch 1.7
- avoid crash in hann window
- allow active and private methods in nn_module and dataset
- warn integer overflow
- fix torch_norm calls with `dim` argument
- fix argsort
mlverse/torchvision
1
closed
rstudio/keras
1
merged
Reviewed 4 pull requests in 3 repositories
mlverse/torch 2 pull requests
rstudio/ai-blog 1 pull request
decryptr/decryptr 1 pull request
Created an issue in r-lib/coro that received 3 comments
Error when making generator a method of an R6 class
Not sure if you want to support that, but the following does not work: g <- R6::R6Class( "generator", public = list( x = coro::generator(function() {