smartmic
smartmic
This issue is still open and I am wondering… what would be the canonical way to save/load a neural network defined in Arraymancer in early 2020? HDF5, msgpack, … ?...
Thanks, @adsr for sharing your ideas. Since I am not used to multi cursor editing, my first thought was: deleting a selected block should really delete the text and not...
Looks great in the demo! Can we try it out already?
+1 and (or alternatively) it would be also great if there is the option to show a short description/hint for every parameter.
I came across this thread because I used hyperfine several times but now also need the peak memory usage for certain commands. I found another tool which is comparable to...
I could not find any hints in the ragel documentation. But I tried on my 64bit server (2 GB) and the compilation also fails. In case there is no chance...
Great, that solves this issue! But still, I get a error because of the CUnit framework dependency, but _libtoml.so_ was created successfully. You could either add this dependency requirement in...
Sorry, I forgot to put it in my listing above, but, yes, `export JANET_SYSTEM_SQLITE=1` was executed. If I don't do it, it will compile with the embedded SQLite3 version. This,...
@sogaiu thank you, this worked for me. I think it is worth updating `project.janet` and/or the Readme of this repo, what do you think about a pull request?
Well, I think the current `project.janet` already tries to do it correctly as it specifies `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1` in the struct: ``` :cflags (pkg-config ["sqlite3" "--cflags"] {"PKG_CONFIG_ALLOW_SYSTEM_CFLAGS" "1"}) ``` I assume this...