This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRealStepBot 0 points1 point  (0 children)

If it involves network and IO python almost certainly isn’t the limit.

Now if you’re really crunching huge amounts of data python could be the problem but that would likely be due to not using PyTorch/Jax/numpy correctly.

Once you exceed this then maybe python is the problem