quad-ratiC

quad-ratiC t1_ixr3t3j wrote

It’s a misconception that tf and PyTorch are built in python. They both run on extremely fast cpp libraries that are then repackaged for python. Python is simply a more readable language and makes iteration much faster and easier. When these models go into production they are usually in cpp

4