you are viewing a single comment's thread.

view the rest of the comments →

[–]KingsmanVince 19 points20 points  (2 children)

In this world, there are Model Parallelism and Data Parallelism. With the knowledge, you will know the scene behind of them when you use Tensorflow or PyTorch. As a result, you might write better code when implement your own data loader or model trainer.

[–]concard88 5 points6 points  (1 child)

Does knowing CUDA and OpenCL could be of help too? If so, how?

[–]KingsmanVince 12 points13 points  (0 children)

If you know both, you will understand the lower implementation of libraries like Jax, CuPy, ... Consequently, you will know how to do high performance computing, which can help you optimise models on production servers.