|
|
|
|
|
by 37ef_ced3
1352 days ago
|
|
Here is the C code for a DenseNet-121 generated by NN-512: https://nn-512.com/browse/DenseNet121 Even if you had the C code available to you, you would have a hard time producing the input graph. Good luck reverse engineering it after GCC has compiled it! NN-512 has an incredibly flexible code generator. It can easily be tweaked to produce completely different code for the same convolution, so everyone can apply their own twist to defeat the reverse engineers ("the intellectual property thieves"). |
|