-
Hi,
I am implementing TCA and saw an issue in line 126 of _tca.py file:
Implemented is the following:
a = np.eye(n+m) + self.mu * K.dot(L.dot(K))
However, according to the authors, it s…
-
The following polynomial system quickly runs out of memory when solving for the groebner basis:
```julia
julia> @polyvar A[1:6] b[1:4]
julia> polys = [(-(1//1) + b[1] + b[2] + b[3] + b[4])^2
…
-
Enable the option to compute the normalized distance, which returns a value between 0 and 1. A result of 0 indicates no similarity between the provided strings, while a result of 1 indicates a perfect…
-
Hi
Can someone tell is there a trick to boost up the slicing performance of SS?
When I slice something simple, I don't notice anything, but as soon as I add a model with more complexity and a bunch …
-
Hello TensorQTL team,
I am encountering an error while computing q-values using TensorQTL version 1.0.9 for cis-QTL. I have seen similar issues reported, and the recommendation was to use the lates…
-
### Description of the new feature / enhancement
Please include a conversion between binary and different ternary base systems including balanced ternary (-1, 0, and 1) and ternary number system (0,1…
-
Is this actually possible? I see there is an OBB class but it doesn't have any examples. Will this work for a pointcloud and not a mesh etc.
-
Hi, great work! The results and research in this area are truly amazing. I have a question regarding the concatenated_forward part. From my understanding, we just need logs from both chosen and reject…
-
Hi there,
I was able to successfully use the tutorial in `imagenet_case_study_fast_kfac.ipynb` on my own data to compute influence embeddings for my test set.
However, I would like to find slice…
-
When trying to generate the morphometrics after segmentation I get:
Attribute error: 'Dataframe' object has no attribute 'append'
Thanks!