Daniel Falbel
Daniel Falbel
I'm trying to use `metricsgraphics` with my jekyll blog but I can't find where I'm missing something. It seems that the div is created but the graphic never shows up....
Hello there, Thanks very much for this library. I'm working on bindings for the [R language](https://github.com/dfalbel/tabulate). I encountered this behavior where modifying `hide_border_bottom()` won't modify the output if the table...
This would allow calling JIT registered operators without the need to manually create wrappers in C++. For future reference: We need to port the logic here into R: https://github.com/pytorch/pytorch/blob/47834679ba2f869e66450a74e2add4c04f0006e9/torch/csrc/jit/python/pybind_utils.h#L874-L947 Once...
Probably should use something suggested here: https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners for a more stable solution.
This should fix #632 but it seems that https://github.com/pytorch/pytorch/issues/62603 is the reson why it doesn't work yet.
It shows: stylethere is no package called ‘devtools’ -- stylethere is no package called 'torch' [style](https://github.com/mlverse/torch/runs/5050983183?check_suite_focus=true) there is no package called ‘devtools’ [style](https://github.com/mlverse/torch/runs/5050983183?check_suite_focus=true) there is no package called 'torch'
see: https://pytorch.org/docs/stable/cuda.html#random-number-generator
It would take a dataset and a function to be applied after `.getitem`. The idea is similar to `dataset_subset()` although there's no `dataset_map()` in PyTorch's API as far as I...
> @dfalbel I also think it may not be worth the extra effort to debug this and deprecating it makes sense, but as a potential solution, does the current R...