Frozen-Graph-TensorFlow
Frozen-Graph-TensorFlow copied to clipboard
dump weights
how can we dump the weights of a tf2's model by the format of TensorRT's .wts1/.wts2? I attempt to use a script of The TensorRT,called dumpTFWts.py, but it just can work with the tf1's checkpoint file? Can i use the frozen graph to dump the weights of a tf2' model?If it can, how to do it ? thanks.