Comment on Speedup from switch to +=parentComments−savant_penguin4yIn this case I believe python is faster by a few months.Jokes aside this is pytorch so this is compiled to C++ or cuda, the problem likely comes from the different functions that are called for += vs +
Comments
In this case I believe python is faster by a few months.
Jokes aside this is pytorch so this is compiled to C++ or cuda, the problem likely comes from the different functions that are called for += vs +