-
As talked about in #90025, there might be use-cases where a stable ABI is required for sparse tensors with dynamic shapes. cc @aartbik
As a consequence, `sparse_tensor.assemble` should also suppor…
-
Hi there.
I have an error when run third cell of "learnMSA_demo.ipynb" file.
please tell my mistake.
train_filename = "/kaggle/input/egfefgegf/egf.fasta"
```jupyter-notebook
---> 45 B …
-
Running the test case in `ops/eltwise_mult_CSRxDense_oCSR.ta` unveils a bug in the IR that is hard to notice since it does not affect the results.
Specifically, lowering to loops (`--emit-loops`) pro…
-
### 🚀 The feature, motivation and pitch
I am working on a problem whose solution needs to run QR decomposition of matrices. The matrices involved in the problem are huge but sparse, which end up occu…
arajv updated
2 months ago
-
A sparse version of a `gem.Literal` would be very useful, e.g. for FInAT dual evaluation where the dual bases are, in general, sparse tensors.
-
### 🐛 Describe the bug
The sparse BSR tensor is something like the CSR tensor but with blocks instead of fine-grained elements. Using `is_sparse()` on a BSR object returns `False`, which should inste…
v0dro updated
1 month ago
-
This note tries to summarize the current state of sparse tensor in pytorch. It describes important invariance and properties of sparse tensor, and various things need to be fixed (e.g. empty sparse te…
-
### System Info
- `transformers` version: 4.47.0.dev0
- Platform: Linux-5.15.0-1052-oracle-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.25.2
- Safetensors version:…
-
目前遇到两处bug:
①main_models.py 81: dill.dump(g, open("g.pkl", 'wb'))
TypeError: self.chandle cannot be converted to a Python object for pickling
注释掉之后继续运行,出现:
②models_gnn.py 57: out = self.propagate(s…
-
Not sure what the original script did since it had a default alpha value of 0.
```py
parser.add_argument("--str", type=float, help="Strength of the rehydration (-0.05..0.05)", default=0, required=…