-
## Issue description
Keyword argument handling is slower than CPython.
CPython has an optimization that assumes the keyword name string objects are interned and performs pointer comparisons first …
-
### Tested dataset
`data/preprocessed/dblp/dblp.v12.json.filtered.mt75.ts3`
### Input type
Sparse matrix
### Command used
`python -u main.py -data ../data/preprocessed/dblp/dblp.v12.json.filtered…
-
**Is your feature request related to a problem? Please describe.**
Currently, it's possible to export (refined) camera poses from a trained model in json form.
Unfortunately, the exported json is no…
-
This will require either cupy-based `LOBPCG` implementation, the `cupyx.scipy.sparse.linalg.svds` implement, or both to accept the `LinearOperator` API so that we can perform the mean centering in the…
-
Hi, On your paper, you state that alpha-sigmoid is defined as
However, the entmax_bisect function you use solves the optimization for
`max_p - H_a(p)`
Can you clarify this discrepancy?
azhx updated
8 months ago
-
Hey,
I am using this package to parcellate 60 fMRI data. When I run the group_binfile_parcellation script, I get Memory Error. My computer has 16 GB of RAM. I read the code and the line in which yo…
-
Checks like
```
if dtype == Qobj: ...
if dtype == np.ndarray: ...
```
can be found all over `dynamics.py` (and other optimization related files). This is done to distinguish between "dense" and …
-
1.Learning to Reconstruct 3D Human Pose and Shape via Model-fitting in the Loop(2019)
collaborate regression-based (as initial pose) and iterative optimization-based approach.
code: No
2.Weakly S…
-
## Feature
Recently an Adaptive-FISTA algorithm was introduced in https://www.earthdoc.org/content/papers/10.3997/2214-4609.202229010. This algorithm shows faster convergence for problems where the…
-
# Bug Report
### Is the issue related to model conversion?
No.
### Describe the bug
Start with an ONNX model with a sparse initializer. Run model optimizer with option "eliminate_unused_initi…