Daniel Maier

Results 20 issues of Daniel Maier

Hello can someone tell me the syntax if i want to hand over a list of style images?

I noticed that VariableLengthInts do not set the 7th bit on any byte in the parseBytes() function. This can be fixed easily by droping the & operation in line 78...

Is there a way to assign a weight to each data point? I am using MeanShift clustering

Is it possible to parse one token at a time, building a parse tree incrementally in the process? One could then also run a custom interpreter at each step. I...

question

I already have my tokens as a list of terminals, like this in a toy grammar: start: A B C A: "a" B: "b" C: "c" tokens = ["a", "b",...

question

Will the arpack-ng library be build for android architectures as well in the future? I noticed that jacaCPP and openBLAS already are.

enhancement
help wanted

I want to use Wang2020 Colaborative for style transfer. The readme says to use test.py and config, style arguments. There is no test.py fail and main.py (which I think you...

Hi, I have a .jar file (lets say example.jar) that contains classes to weave as well as an aspect. I want to use this jar in another project. Using intelliJ...

I am visualizing the eigenvector corresponding to the eigenvalue with the highest value (dir) on simple shapes but they seem to point in kind of random directions. ![lines](https://user-images.githubusercontent.com/61875647/194138445-c0e383a4-a5f0-4417-ada1-fc8de905c6be.png) ![normals](https://user-images.githubusercontent.com/61875647/194138457-5ad344d3-8be2-40d3-8b9d-bbde08418adf.png)

The kernels are not the kernels specified in the paper (eq 25 - 29). In fact they are in weird column/row - vector shapes when they should be square matrices.