Viewing a single comment thread. View all comments

I_will_delete_myself t1_j0m6je9 wrote

>I think using python instead of strongly typed languages does not really help it either.

The things is that most of the framework was implemented in C++ (63.2% according to GitHub). There is a ton of memory bugs caused with how difficult it is to manage memory.

That's why Google has been experimenting with C++ alternative so they can secure their new OS's they want to come out with and it may probably trickle down to TensorFlow to fix the bugs.

2