-
one of the things that affects usability of fancy terminal apps
is redrawing the characters. if you try to scroll fast in hipster you can see flickering, and if you run hipster via a slow serial conne…
-
I'm currently working on some instructional material on using Sphinx for Fortran projects and I noticed
that the autodoc feature mixes up the descriptions of parameters.
E.g. when I have the follo…
-
Dear Jie,
I would like to investigate the bipartite entanglement entropy of the spin-1 diamond chain in the absence of the magnetic field when conserved total `sz` and `k=0` are assumed.
I have en…
-
If a run with random start values fails because of non-solvable start values, a new set of values should be tried out. To aviod endless trials, the user should be able to define the maximal amount of …
-
Hello, I love the idea of being able to program data analysis etc. in python while using GPUI_FFT in c. Great work of implementing the cython bridge! It makes showcases with the raspberry much easier!…
-
From Facenet paper it says:
_A distance of 0.0 means the faces are
identical, 4.0 corresponds to the opposite spectrum, two different
identities._
I think it is valid for training with triplet l…
-
### What happened?
The calculations for SIN and COS are not consistent depending on sample rate or even which blocks are used. See the attached flowgraph. Using a signal source set to sine or cosine …
-
https://github.com/charlesq34/frustum-pointnets/blob/2ffdd345e1fce4775ecb508d207e0ad465bcca80/train/provider.py#L224-L227
I don't know why adding np.pi/2.0 can help us to get the center view?
Why …
-
```
What steps will reproduce the problem?
1. Running smatool
2.
3.
What is the expected output? What do you see instead?
When running the smatool in the morning, I see that the time difference betw…
-
The calculations for the sun prediction seems to differ from the original code.
Original BASIC code:
```
:
C = COS(-GHAA): S = SIN(-GHAA)
:
```
Code in P13.cpp Sun::predict lines 420/421:
``…