-
special case of #7412
some notes for implementation. looks relatively straight forward for cases with simple terms
The main problem is the correction term in objective function and score for fishe…
-
Hello, excellent job!
I have a little question about GIN.
Does GIN make nodes smoother and smoother like GCN?
If not, does node feature represent the structure around this node?
Thanks.
-
Is _opt_einsum.paths.optimal_ supposed to support non-standard Einstein summations (when an index occurs in more than two tensors)?
Consider contracting 3 tensors: `ij,j,jk->`:
First, DFS looks …
-
## 🐛 Bug
torch.norm gives incorrect results on CPU in the latest nightly build as well as in 1.1.0 stable.
## To Reproduce
```
>>> import torch
>>> a=torch.rand(2000,2000,64)
>>> b=torch.…
-
Imported from SourceForge on 2024-07-08 09:28:22
Created by **[bigfooted](https://sourceforge.net/u/bigfooted/)** on 2014-11-17 18:34:51
Original: https://sourceforge.net/p/maxima/bugs/2843
---
On 2…
rtoy updated
4 months ago
-
Thanks very much for sharing your code!
I have a question about the training process of TS-CAM.
During training, you do not use the cls_token to conduct classification, use remaining tokens inst…
-
```
using Tullio, Zygote, CUDA, KernelAbstractions, OMEinsum
# Show outer product of strings
A = ["x", "y", "z", "w"]
res = Array{String}(undef, length(A), length(A))
for (i, r) in enumerate(A)…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
I tried to create a linear combination of sympy.physics.quantum.spin.JzKets using
`state = sm.Sum((2**m)*qt.spin.JzKet(J, m), (m, -J, J))` and tried to find it's norm using
`(sympy.physics.quantum.q…
-
A handful of jobs failed because of this line:
https://github.com/HEP-KBFI/tautau-Entanglement/blob/d62fb80196346c1e75e9ff7762b14f2fd47c17d7/interface/comp_EigenVectors_and_EigenValues.h#L47
when ca…