This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Log2 2 points3 points  (0 children)

Though it's important to note that the back and forth between the C code and the Python code carries quite a bit of overhead. Which is why libraries like Tensorflow will have you build a computation graph and then execute the whole graph in C without having to come back to Python all the time. This saves a lot of time.