-
Include step status
```
✅ Obtain model graph with `torch.export.export`
✅ Translate the graph into ONNX
❌ Run `onnx.checker` on the ONNX model
⚪ Execute the model with ONNX Runtime
⚪ Validate …
-
### Expected Behavior
after launching the .exe it should be playable
### Actual Behavior
launched it and i was met with a start menu of sega and christian whitehead just like the old remaster…
-
I recently purchased one(now two due to mistakes I had made) Kami Outdoor cameras. The look very similar to the Yi Outdoor, are made by the same company, have a different firmware number 4.7.0, but ar…
-
Pressing F5 to hot-reload the scene in the legacy v3 or v4 modes doesn't actually reload any sprites, sfx, scripts, etc., all it does is restart the current scene. It does reload assets in the separat…
-
In the v3 and v4 legacy modes. every time a scene loads, no matter if it's from the Dev Menu, restarting the currently loaded scene, loading a new scene, or F5 hot-reloading, the engine will always re…
-
### 🐛 Describe the bug
_No response_
### Error logs
~~~
Traceback (most recent call last):
File "/scratch/anijain/work/pytorch/repro.py", line 52, in
res = run_fwd_maybe_bwd(opt_mod, args…
-
Dear support team,
I hope you are doing well. I am trying to solve the scheduling problems by PyGCGopt on Colab in order to compare the solving time of different formulations between GCG and SCIP. …
-
Currently, 40 models are passing `torchbench.py -d cuda --inductor --training --float16` mode, this issue tracks the ones that don't work. Note that due to `dropout()` RNG differences we don't expect …
-
### 🐛 Describe the bug
```python
import torch
@torch.compile(dynamic=True, backend='eager')
def f(x):
return x >> 0
f(torch.tensor(0))
```
The operations `>>` and ` 0
You can…
-
Hi,
I am trying run for inference another model on an android device using executorch. Execution fails with a
```torch._dynamo.exc.Unsupported: call_function args: UserDefinedObjectVariable(EasyDict…