tensorflow-deeplab-lfov icon indicating copy to clipboard operation
tensorflow-deeplab-lfov copied to clipboard

Model transformation problem

Open BoSeal opened this issue 5 years ago • 1 comments

Hello, can the tensorflow-based model be trained on the caff-based pre-training model?As a beginner, I am not clear about this question, can you answer for me? 图片

BoSeal avatar Dec 21 '19 12:12 BoSeal

yes, it can be if you first convert the weights of the caffe model into the format that tensorflow understands. All weights (regardless of the framework) are simply numeric arrays, the difference lies in how the frameworks store them.

DrSleep avatar Mar 25 '20 09:03 DrSleep