Leon Lysak
Leon Lysak
Firstly, I had to modify the arraymancer import to exclude 'softmax' procedure and then include it separately like so: `import arraymancer except softmax` `import arraymancer/nn/activation/softmax` If I don't do this,...
Hello, it seems like the output from the forward pass zeros out with this small example below: ```nim import arraymancer let ctx = newContext Tensor[float32] network ctx, Test: layers: hidden1:...
I banged my head against the wall for a couple of hours trying to get nim/choosenim/etc to work on my mac- I clearly saw `~/.nimble/bin` in my path via `echo...
Macbook Air 2017 version 12.7 MacOs Monterey Using the mouse.nim example, the terminal just outputs something like the following repeatedly: Three Five Semicolon Five Seven Semicolon ShiftM Using the minimal...
Reference: https://wiki.libsdl.org/SDL3/SDL_GPUShaderFormat ``` typedef Uint32 SDL_GPUShaderFormat; #define SDL_GPU_SHADERFORMAT_INVALID 0 #define SDL_GPU_SHADERFORMAT_PRIVATE (1u
OS: Windows 11 Nim: 2.2.0 Command Used: `c2nim filename.h` Output: `openxr_platform_defines.h(46, 1) Warning: identifier expected, but got: [NewLine] [SyntaxError]` C2Nim seems to hang/freeze on warnings. I hit this a few...