Páll Haraldsson
Páll Haraldsson
Hi
I wanted to tell you I pinged you at: https://discourse.julialang.org/t/quaternion-and-up-to-sedenion-valued-neural-networks-parallellizing-hamilton-product-on-gpus-cuda/48442/2?u=palli in the thread I started (I probably have the answers I need for now, so I'm only telling you I...
FYI: Second plot speed is much better as expected (with fewer allocations), but only third plot has fewest allocations, and expected speed. I wouldn't say this is an "issue", just...
since you're asking for other languages. It's also a functional language (not just pure).
I just changed the link on "beam search" to the issue that is recently closed. See the comment I link to.
FYI: I was looking into this package, and ran the code from the README, and (at least on Julia 1.5) it has two extra allocations. [From the tag-line: "Remember what...
[skip ci]
With newly installed 1.7.3 (I forget if I had added some packages, maybe, but at least now env is empty after starting install of CairoMakie, then broken state?). While precompiling,...
A. Went from tolerable, not fast, in Julia 1.6.0: ``` julia> @time using Genie 1.984320 seconds (2.42 M allocations: 157.321 MiB, 3.01% gc time, 0.33% compilation time) ``` to, in...
I was curious to see what's new in 4.0 (I see basically just one breaking change, so not much, only semver need). Anyway I looked at the new html changelog,...
Maybe this is helping: https://doc.pypy.org/en/latest/release-v7.3.1.html >Conda Forge now supports PyPy as a python interpreter. I'm not pushing for this (it's not high-priority, would only make faster, maybe more secure), I...