Viewing a single comment thread. View all comments

kc3w t1_j0k4ywz wrote

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

4

drcopus t1_j0kno5d wrote

I think you mean statically typed. Python is strongly typed.

3

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