LIP_JPPNet icon indicating copy to clipboard operation
LIP_JPPNet copied to clipboard

pb file

Open zhly0 opened this issue 7 years ago • 4 comments

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!

zhly0 avatar Oct 24 '18 09:10 zhly0

Yes, you can change the first layer and use the placeholder to input images.

Engineering-Course avatar Nov 22 '18 01:11 Engineering-Course

@zhly0 Could you provide code to freeze model or link to pb model?

l-bat avatar Dec 17 '19 10:12 l-bat

@zhly0 Hi, could you tell me what the output tensor name is that you use when you freeze to a pb file?

ElephantGit avatar Dec 26 '19 11:12 ElephantGit

@ElephantGit To freeze model to a pb file I use output_node_name=ExpandDims_1

l-bat avatar Jan 10 '20 05:01 l-bat