gitman88
gitman88
Yes, Tensorflow Lite is the new framework for this. Both checkpoint files (.cpkt) and a graph def (.pb) is needed to get a freezed graph. This freezed graph can be...
Well, I was wondering how you would manage to get a frozen graph from the existing model. The checkpoint files should not be a problem but the graph def (.pb)...
Okey, thanks! But for example when trying to use the function you provided you need to know output_node_names and in other similar functions also input_nodes. How do you get hold...
Still not able to evaluate the models. De dataset are located correctly but they the PSNR reported for each epoch is NaN.