tensorflow warning – Found untraced functions such as lstm_cell_6_layer_call_and_return_conditional_losses
I think this warning can be safely ignored as you can find the same warning even in a tutorial given by tensorflow. I often see this warning when saving custom models such as graph NNs. You should be good to go as long as you don’t want to access those non-callable functions. However, if you’re … Read more