Exarctus t1_j0ztwve wrote
Reply to comment by vprokopev in [D] Why are we stuck with Python for something that require so much speed and parallelism (neural networks)? by vprokopev
I’ve not encountered many situations where I cannot use existing vectorized PyTorch indexing operations to do complicated masking or indexing etc, and I’ve written some pretty complex code bases during my PhD.
Alternatively you could write your code in C++/CUDA C however you like and provide PyTorch bindings to include it in your python workflow.
Viewing a single comment thread. View all comments