-
### š Describe the bug
It seems the latest core introduced a new dependency on `sympy` but it's not automatically installed. The issue [appears](https://app.circleci.com/pipelines/github/pytorch/visiā¦
-
### Expected behavior
The created Pytorch model uses a quantum layer with MottonenStatePreparation that is suppodsed to be optimized with the provided data.
### Actual behavior
The optimizatiā¦
-
### Introduction
I am trying to save and load a scikeras model in a pipeline with standard scaling and principal component analysis. I can save the pipeline, but when I try to load it I get some straā¦
-
### š Describe the bug
When dynamic flag enabled in torch.compile and the 'pow' operation is executed on the CPU, it is observed that TorchDynamo encounters a runtime error. However, the same operatiā¦
-
### Expected behavior
`expanded_tape.trainable_parameters` is preserved from the original tape, but set correctly with new parameters
### Actual behavior
If expansion adds parameters, the newā¦
-
```python
import torch
class Model(torch.nn.Module):
def __init__(self):
self.normal = torch.distributions.normal.Normal(0, 1)
super().__init__()
def forward(self, x)ā¦
-
Should align with structure of TTB for MATLAB docs.
- tensor: Dense tensors, extending MATLAB's native mutlidimensional array capabilities.
- sptensor: Sparse tensors, only stores the nonzeros andā¦
-
If itās not a bug, please use discussions: https://github.com/NVlabs/curobo/discussions
Please provide the below information in addition to your issue:
1. cuRobo installation mode (choose from [ā¦
-
### š Describe the bug
I've been experimenting with enabling torch.compile() for the wav2vec2 model in torchaudio, and ran into a few issues with it. My code can be found [here](https://github.com/ā¦
-
Hi, I am a little confused about the mechanism of out-of-core arithmetic. When I run the function `cp`, thousands of files (each > 1GB) were generated. Is it possible to avoid it?