|
|
|
|
|
by c0balt
1351 days ago
|
|
I don't have a ms windows pc available nor the time to setup cross compilation for one rn. (Assuming you meant an executable file for one of those with 'exe'). However you ahould be able be able to compile one for yourself by downloading, from e.g. https://nn-512.com/browse/DenseNet121, one of the generated C files and compiling it with GCC[0]. It shouldn't require any special dependencies beside AVX support on your CPU. Edit: Regarding general decompilation for neural networks this project might be interesting[1] [0]: https://gcc.gnu.org/
[1]: https://github.com/monkbai/DNN-decompiler |
|