raptor
raptor
this is a great minimal library, thanks! it would be nice have std::thread as an ifdef option. these are my changes, not tested yet. line 29 ```c++ #ifdef KSEQPP_THREADS #include...
these examples will not run because epileptic_seizure_recognition.csv is required. trying to reconstruct this data, i found: https://github.com/QiuyiWu/Epileptic-Seizure-Recognition-Data https://www.kaggle.com/datasets/harunshimanto/epileptic-seizure-recognition
which license is this code under?
``` NFO |2024-06-17 08:57:37.345] initialize MeshLoader (ResourceManager.py:309) [INFO |2024-06-17 08:57:37.345] Regist Mesh : suzan (ResourceManager.py:457) [INFO |2024-06-17 08:57:37.346] Regist Mesh : skeletal (ResourceManager.py:457) [INFO |2024-06-17 08:57:37.346] Regist Mesh : axis_gizmo...
getting this error from my model: ``` NEW KERAS MODEL: input: (None, 10) output: (None, 20) input: (None, 20) output: (None, 3) ai_reset: ai reset OK Model: "sequential" _________________________________________________________________ Layer...
tested on Ubuntu23
I'm using `selfie -s` to output risc-u asm. from the examples: ``` // global variable for pointing to the "Hello World! " string uint64_t* foo; // main procedure for printing...
is nnom compatible with RISCV 32bit rv32g? ``` ['/home/rap/gir/riscv32/bin/riscv32-unknown-elf-gcc', '-march=rv32g', '-mabi=ilp32', '-static', '-mcmodel=medany', '-fvisibility=hidden', '-nostdlib', '-nostartfiles', '-T/tmp/riscv.ld', '-o', '/tmp/riscv.riscv.32.bin', '/tmp/riscv.s', './nnom/src/core/nnom_tensor.c.o', './nnom/src/core/nnom_layers.c.o', './nnom/src/core/nnom.c.o', './nnom/src/core/nnom_utils.c.o', './nnom/src/layers/nnom_reshape.c.o', './nnom/src/layers/nnom_sumpool.c.o', './nnom/src/layers/nnom_dw_conv2d.c.o', './nnom/src/layers/nnom_output.c.o', './nnom/src/layers/nnom_flatten.c.o', './nnom/src/layers/nnom_rnn.c.o',...
I can locally run C3 with openGL and GLFW with no problems. I am stuck on how to compile for wasm32 target. I saw the SDL2 bindings: https://github.com/c3lang/vendor/blob/main/libraries/sdl2.c3l/sdl2.c3i I do...