-
Define a file `repro.py`:
```
import torch
x = torch.randn(3)
@torch.compile()
def f():
return x + x
f()
```
Run on `viable/strict`:
```
TORCH_LOGS=dynamo,aot python repro.py
```
Th…
-
### 🐛 Describe the bug
I have a model from @murphyk that has has a dynamic `t` in it, you can validate if you run `TORCH_LOGS="recompiles"` below
BUT it seems like a recompilation still happens …
-
The script to run:
https://gist.github.com/AmosLewis/465795bfa1a4004fb96c742666515027
THE FINAL TOSA FILE:
[distilgpt2_tosa_20230123_elide.mlir](https://storage.googleapis.com/shark_tank/chi-nod/…
-
**Is your feature request related to a problem? Please describe.**
A script to convert the Address Parser (.ckpt) model to ONNX (.onnx)?
**Describe the solution you'd like**
Has someone successfu…
-
**Submitting author:** @kokitsuyuzaki (Koki Tsuyuzaki)
**Repository:** https://github.com/rikenbit/nnTensor
**Branch with paper.md** (empty if default branch):
**Version:** v1.1.9
**Editor:** @prashj…
-
Hi Erick,
Thank you for developing a great tool.
I am trying to run tensorcell2cell on an output from LIANA-py.
Whenever I try to automatically calculate the number of factors with the elbow analys…
-
I am running the Context Factorisation with tensor-cell2cell tutorial on my own data and have run everything exactly as the tutorial says with success. However, I recently decided to use all of the de…
-
_**UPDATE: [further analysis concluded](https://github.com/onnx/onnx-mlir/issues/2185#issuecomment-1542517842) that it's better to inline function calls during onnx import, see issue #1787**_
As di…
-
**Submitting author:** @marieroald (Marie Roald)
**Repository:** https://github.com/tensorly/viz
**Branch with paper.md** (empty if default branch): paper
**Version:** v0.1.6
**Editor:** @faroit
**Rev…
-
# 🐛 Bug
When training a simple, custom GPyTorch model, sometimes the length-scale of the kernel is incredibly small (smaller than the order of `1e-100`). Then, calculating the Cholesky decompositio…