Engineering-Course/LIP_JPPNet

pb file

Opened this issue · 4 comments

zhly0 commented

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.

l-bat commented

@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?

l-bat commented

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