-
I'm an ML Framework ([GoMLX, for Go language](https://github.com/gomlx/gomlx)) developer using XLA (XlaBuilder for now, but at some point changing to PJRT), and I wanted to run some of my trainers in …
-
```
def foo(t):
return torch.nonzero(t, as_tuple=False)
: RuntimeError: Arguments for call are not valid.
```
This is because of the Python arg parsing done to handle the "as_tuple" kwarg. No…
-
@chsasank opened this issue in https://github.com/openai/triton/issues/150 and I thought this was pretty interesting. It's true that to actually ship this in PyTorch mainline, we would indeed want an …
-
1. Following is the Conv2d pytorch module.
```
import torch
import torch.nn as nn
class op_conv2d(nn.Module):
def __init__(self):
super().__init__()
self.layers = nn.Seque…
-
Hi @hasktorch!
I've noticed a DL training visualizer was proposed in Summer of Haskell 2020, but I couldn't find official work done on it. I was wondering if such project would still be appreciated…
-
## 🚀 Feature
Add aliases for functions which are present in Numpy and perform similar (same?) functionality to PyTorch.
## Motivation
Too often one ends up jumping between PyTorch and Numpy (fo…
-
I'd like to adopt Mitsuba2 for a research project, but only just started.
I am generating meshes (vertices & faces) using a generative model and would like to avoid saving to and loading from disk ev…
-
So far, apple has not been mentioned at all in #63, so I thought this deserves a new issue.
I'm also aware that the CI situation for apple is not great (especially for osx-arm), and that apple+GPU …
-
Have you considered providing python wrapper of geometry-central?
Yes - I realize it would be a significant amount of work :)
-
## 😵 Installation
Hi!
I installed the PyG according to the documentation(https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html). tried to run some sample code to test if I i…