I am trying to freeze the graph and run Tensorflow Transform Graph on the script, but I am not able to even infer from the frozen graph. I tried the freeze script provided by you, but still facing the issue. The output .pb files, when read to infer exits with ValueError that Input to node passed float when float_ref expected.
Can you suggest a possible fix? Thanks in advance.