You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because we wanted to avoid a dependency to tensorflow, we made the choice to re-write the make_tensor_proto / make_ndarray function of tensorflow. Doing this is dangerous as the code as been simplified (so have some limitations / bugs compared to TF maintained one).
TODO:
add tensorflow as dependency and measure the impact on RAM consumption
if this is too heavy as we expect it to be, find a way to still use the same implementation of make_tensor_proto / make_ndarray function than the TF one
The text was updated successfully, but these errors were encountered:
Because we wanted to avoid a dependency to tensorflow, we made the choice to re-write the make_tensor_proto / make_ndarray function of tensorflow. Doing this is dangerous as the code as been simplified (so have some limitations / bugs compared to TF maintained one).
TODO:
The text was updated successfully, but these errors were encountered: