vprokopev OP t1_j0zt2rb wrote
Reply to comment by Ricenaros in [D] Why are we stuck with Python for something that require so much speed and parallelism (neural networks)? by vprokopev
Agree, what I am trying to say is C++ gives you more freedom here. In python it's just no way you can use native features in anything you want to run fast.
Vectorized operations are goated, I agree. But I don't want to be constrained to always use them. Especially when I have to write a lot of very specific modifications to data before I feed it to a NN.
Viewing a single comment thread. View all comments