-
-
Comparing two vectors of arbitrary length is not working:
local v1 = vmath.vector(\{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 })
local v2 = vmath.vector(\{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 })
print(v1 == v2…
-
I train with exactly the same setup (1GPU, transformer_big_single_gpu, batch_size=1500, en-cs dataset with 58M training sentences, checkpoints saved each hour) with T2T v1.2.9 and [v1.3.0](https://git…
-
Thanks to Daniel and everyone involved for bringing the wonderful GMSH mesh support to Trixi in https://github.com/trixi-framework/Trixi.jl/pull/1799!!
I am unable to get the current parser to hand…
-
## Issue description
I was trying to add the autocompletion to novops and my laptop CPU was flirting with the 97 celsius bar so I had a peek at the build logs and I think it gets built twice:
```
…
-
Hello, thank you for your comprehensive library.
Have you implemented helical curve detector geometry for reconstruction based on the following paper?
"A three-dimensional-weighted cone beam fil…
-
For 1.4.1.1, this value is part of the log curve metadata.
Clarification:
v1.4.1.1 has classIndex
classIndex is present in the POJO & by design is set to 0; need to just place the correct value i…
-
https://medium.com/nomic-labs-blog/a-safer-smaller-and-faster-ethereum-cryptography-stack-5eeb47f62d79
This would be for our key management, and could also be used for our hashing. Has fantasticall…
-
The general idea would be to use ECDH with a secret key backend on a hardware security token/HSM/TPM to generate a PSK which we either use directly or as an input to Rosenpass (see #53).
This PSK w…
-
I have noticed I have some crates that need only the `decompress::step_1` function in curve25519-dalek, but they have to pull in the whole dependency, which takes a long time to compile. Some rough ex…