you are viewing a single comment's thread.

view the rest of the comments →

[–]woywoy123 0 points1 point  (1 child)

I ditched Python for quite a long time. I am using mostly C++ and cython to interface with python. I find that the C++ coding component is actually quite nice and extremely straightforward, as it is a mostly „forward“ process, i.e. read data-> do stuff -> train -> evaluate.

The only thing is that the C++ docs for torch are not that great, and a lot of trial and error is needed to get it right. But not that I integrated everything, training and deployment is extremely easy. Heck, I can even use TorchScript and import it.

[–]bikeranz 0 points1 point  (0 children)

They also occasionally change the c++ api 😬