-
Hi everyone, I stumbled upon the following issue/bug:
When creating an FE_System with
`FESystem fe (FE_WedgeP(2), 3,
FE_WedgeP(1), 1);`
or
`FESystem fe (FE_PyramidP(1), 3,
FE_PyramidP…
-
Hello, I'm curious about calculating True Negatives (TN) within the bench method of lane.py, similar to how False Positives (FP) and False Negatives (FN) are computed. Could you please provide guidanc…
-
2020-04-15 15:11:29.506122: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcuda.so.1
2020-04-15 15:11:29.522529: I tensorflow/stream_executor/c…
-
Conversation with @mhoemmen where I initially brought this up:
>
> [Phil Miller](https://app.slack.com/team/U01CWSBB2HY) [6:36 PM](https://kokkosteam.slack.com/archives/D03DYCA31QW/p165283776633…
-
List of "would be nice to have" hash functions:
- [ ] [BLAKE](https://131002.net/blake/) #46
- [x] [cSHAKE](http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf)
- [ ] Paralle…
-
I have to compute a lot of hungarian matchings between sets of points using their distance as the matching criterion. So far I have tried this hybrid Scipy (CPU) and PyTorch method:
```
import numpy …
-
It might be handy for distribution.
-
Hi,
I have been trying to run zinbwave on my dataset and haven't managed to finish it successfully. Specifically, I have not found a way to run it through with parallelization.
Even when subsettin…
giovp updated
2 months ago
-
pinging interested parties @lmweber @drighelli @HelenaLC @ivirshup
Nice to meet you all! I believe with some we crossed paths in some zoom dungeons or email thread. I'd like to use this issue to k…
giovp updated
8 months ago
-
When working over a PID, trim should work correctly, even if the ideal is not homogeneous.
```
i1 : R = ZZ/7[t];
i2 : I = ideal(t^3*(t+1), t*(t-1))
4 3 2
o2 = ideal (t …