I_will_delete_myself
I_will_delete_myself t1_j2pxi3s wrote
I go eat food.
I_will_delete_myself t1_j21qqpj wrote
Reply to [D] Protecting your model in a place where models are not intellectual property? by nexflatline
You could use Libtorch to interact with Python trained models in C++. Don’t expect an easy Onnx runtime but it’s something to work with.
I_will_delete_myself t1_j21349o wrote
Reply to comment by AmbulatingGiraffe in [D] Protecting your model in a place where models are not intellectual property? by nexflatline
What about something like Codon that compiles the Python Code?
I_will_delete_myself t1_j0zxeqn wrote
Reply to [D] Why are we stuck with Python for something that require so much speed and parallelism (neural networks)? by vprokopev
Most of the ML libraries use mostly C++, we just use Python as an interface to make it easier to code and deploy. So really you are using C++ code.
Also PyTorch is a tensor computing library so of course you can only use tensors in Neural Networks.
I_will_delete_myself t1_j0zjt4c wrote
Reply to Sarcasm Detection model [R]. by Business-Ad6451
It’s not gonna be simple text classifier.
I_will_delete_myself t1_j0m6je9 wrote
Reply to comment by kc3w in [R] Silent Bugs in Deep Learning Frameworks: An Empirical Study of Keras and TensorFlow by Ok-Teacher-22
>I think using python instead of strongly typed languages does not really help it either.
The things is that most of the framework was implemented in C++ (63.2% according to GitHub). There is a ton of memory bugs caused with how difficult it is to manage memory.
That's why Google has been experimenting with C++ alternative so they can secure their new OS's they want to come out with and it may probably trickle down to TensorFlow to fix the bugs.
I_will_delete_myself t1_itv85fs wrote
I know it's more "cool" to use PyTorch, however they are practically performing very similar math and should get very similar results. This is if you decide to train something from scratch. What's more important is the person using the tool rather than just the tools themselves.
​
Edit: Also their VGG16 weights are probably going to be different than Tensorflow's, so it isn't an accurate representation. You should try a model trained from scratch.
I_will_delete_myself t1_j2tr1wc wrote
Reply to comment by SatoshiNotMe in RIFFUSION real time AI music generation with stable diffusion , Text to Music AI [R] by [deleted]
Hey with the rate with how bad and repetitive music is getting it might replace it in some instances.