Leon Lysak

Results 4 issues of 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...