Submitted by thedarklord176 t3_10vqxtp in MachineLearning
I know Python is the primary choice because it’s a simpler language for data scientists to use and a lot of ML libraries are made for Python. But, if you look at this, it is extremely inefficient with energy. And everyone knows big models like ChatGPT cost a ton to keep running. Maybe a more efficient but not too difficult language, like C#, is something we should consider giving more attention in ML?
The-Last-Lion-Turtle t1_j7j1qxl wrote
Pytorch is written in C++ and CUDA.
Python is really just an interface, with a minimal contribution to the execution time.