-
How can I make my udf function return an error code like #NA or #VALUE? It seems a missing functionality
-
### 🐛 Describe the bug
An INTERNAL ASSERT error will be raised when using the `torch.jit.script`and`torch._C._jit_pass_propagate_shapes_on_graph_and_build_compute`. The code is as follows:
```pyth…
-
There are no logfiles to recording the output of VM session, like the prefix session-avocado-vt- filename which will log the output of the guest commands to help debug automation bug or other checking…
-
()
{}
[]
Reported on discordbot by discord user
AttributeError
'set' object has no attribute 'append'
Stack Trace:
```
Python traceback
File "/penny/mtgbot/run.py", line 185, in
cli()
…
-
Hi, I ran into this error, I tried to work it out myself and I found the cause but no real solution yet, I'm willing to find a reliable one and share it, if interested. Below I wrote a report detailin…
-
### 🐛 Describe the bug
I followed this [tutorial](https://pytorch.org/tutorials/intermediate/rpc_tutorial.html) to implement reinforcement learning with RPC on Torch. And I can run the original tuto…
-
### Description of Issue
Vec3fArray is supposed to conform to the Buffer interface, but calling tobytes() on a memorybuffer object constructed with the Vec3fArray causes the Python interpreter to c…
-
### 🐛 Describe the bug
The file generated by torch.save with protocol 4 cannot be loaded using torch.load when weights_only=True:
Run the following program:
```python
import torch
weights = t…
-
### 💡 Your Question
I am trying to recreate a minimal example for training a segmentation network (is YOLO-NAS going to support this in the future?) with COCO dataset.
I am successfully loading th…
-
### 🐛 Describe the bug
Hi,
I hit this issue a few days ago on pytorch 2.3 and 2.4. Essentially, I have a torch.Tensor subclass with an [`__init__` method](https://github.com/fxmarty/optimum-quan…