Sevag H
Sevag H
I'm now trying `SKBUILD_BUILD_OPTIONS='-j16'` (just learned about it)
I'm curious about the linked issue in the auditwheel repo: https://github.com/pypa/auditwheel/issues/233 I'm using scikit-build to compile some mixed Python + Cpp code, and would like to use auditwheel to create...
Can I suggest my alternative instead: https://github.com/sevagh/audio-degradation-toolbox
Hmm, I believed I had implemented more of the original MATLAB code, but seeing as this one is more maintained (and also precedes mine - I based mine on emilio-molina's...
FYI I'm just a curious bystander but I'd love to see your LayerNorm implementation or if you had any ideas for how you would implement it.
My project is slightly different (I'm implementing a PyTorch neural network using Eigen/C++). As such none of my code is directly applicable to this repo, but I occasionally look at...
BTW I will be happy to share my code as soon as it's ready. Although like I said, the goals are different from frugally-deep, I have implemented (out of necessity...
Here's the copy-pasted subsection of multi-head attention from my code: https://gist.github.com/sevagh/b71d253a347a9b59c026580625452fc5 It's messy but I hope part of it helps. Let me know
By the way, my project is now released, so I can link more of the crosstransformer: * https://github.com/sevagh/demucs.cpp/blob/main/src/crosstransformer.cpp * https://github.com/sevagh/demucs.cpp/blob/main/src/crosstransformer.hpp * These rely on the common encoder layer (same as...
I'll work harder then and hope to have something to report back as a PR.