LIP_JPPNet
LIP_JPPNet copied to clipboard
pb file
Hi,Engineering-Course: I freeze your model to a pb file for inference,but the first node is a fifo,not a input type,Can the code change to make the first layer is a placeholder? Thanks!
Yes, you can change the first layer and use the placeholder to input images.
@zhly0 Could you provide code to freeze model or link to pb model?
@zhly0 Hi, could you tell me what the output tensor name is that you use when you freeze to a pb file?
@ElephantGit To freeze model to a pb file I use output_node_name=ExpandDims_1