-
In debug, we throw the -fpe0 flag for intel builds which will catch certain floating-point exceptions, including divide by zero. I've seen this for a while, but my solution has been to simply remove …
-
hello everyone, as discussed in a previous e-mail, I add a table containing some package that are not covered in this CRAN Task View.
I downloaded all packages Descriptions from CRAN and searched f…
-
**Submitting author:** @mh-skjelvareid (Martin H. Skjelvareid)
**Repository:** https://github.com/mh-skjelvareid/synaptus
**Branch with paper.md** (empty if default branch):
**Version:** v1.1
**E…
-
Thank you for you work, this is a very promising project. But recently I tried to use it for a gradient calculation and sadly concluded than I can not build my project on top of it because it is just …
-
In the last days, I tried using two scipy functions, `scipy.linalg.solve_banded` (to solve a linear system with tridiagonal matrix) and `scipy.signal.residue` (to compute a partial fraction decomposit…
-
### What happened?
When running bert-based-uncased we seemed to be hitting a numerics issue:
https://github.com/nod-ai/SHARK/blob/main/tank/tf/hf_masked_lm/bert-base-uncased_test.py
IREE_SAVE_…
-
I am not sure whether my issue is a bug or a mis-understanding of how `nan_policy='propagate'` setting in `scipy.stats.mode()` is supposed to work. Specifically, in the documentation it says:
> [`n…
mcara updated
2 years ago
-
Follow up of [this issue](https://github.com/dmbates/MixedModels.jl/issues/136) to discuss the possibility and methods to obtain standardized parameters from models, with a general solution at the Sta…
-
Hello, thank you a lot for you work on this implementation. The hashmap is excellent, simple, and fast! I am trying to use it right now to speed up some computation where I need fast access to values…
-
## Motivation
At present, the underlying storage in Doris is column storage. But query execution needs to be transferred to the query layer for execution by row-to-column first. Such an implementatio…