tensorflow-deeplab-lfov
tensorflow-deeplab-lfov copied to clipboard
Model transformation problem
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?

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.