Krzysztof Joachimiak

Results 6 issues of Krzysztof Joachimiak

A checklist of distributions we'd like to port from [PyTorch](https://pytorch.org/docs/stable/distributions.html): - [x] Bernoulli - [ ] Beta - [ ] Binomial - [x] Categorical - [ ] Cauchy - [x]...

When creating a new R package, there is no possibility to organize the scripts in categorical subfolders. I guess there was an assumption that every R package should be modular...

package-building

Hi, When I'm trying to import `intel_extension_for_pytorch`, I get the following error: `ValueError: invalid literal for int() with base 10: b''`. It's caused by a fragment of code in the...

When browsing the documentation, we can see e.g. the following fragment: ![image](https://github.com/benedekrozemberczki/pytorch_geometric_temporal/assets/17183113/7ce666f8-9df6-4568-94a1-944cd520bd45) We can clearly notice at first glance that something's missing. After looking at the source code, it turns...

I installed ArrayFire via **ArrayFire-v3.6.4_Linux_x86_64.sh** script downloaded from the [ArrayFire site](http://arrayfire.com/download/). Then, I have tried to pass through RcppArrayFire installation procedure. Unfortunately, it fails with the following communicate: > **...