Tensorflow optimize step breaks model
-
Hi Marco,We have investigated the issue you raised and found out that the cause is 'merge_duplicate_nodes' in optimize_graph, commenting out that line resolves the `key not found` issue:
Alternatively, turning off `optimize` can also work in this case where original frozen graph only contains supported ops:
Comment actions Permalink

