abner2015/tensorflow2caffemodel

how to transfer `xxx.data-00000-of-00001` and `xxx.meta` to caffemodel

PapaMadeleine2022 opened this issue · 1 comments

hello, how to transfer the new tf model version of xxx.data-00000-of-00001 and xxx.meta to caffmodel? can you give some advises?

The first get the network parameter of tf model , and then get data of tf model .
Finally, assign the data to the layer corresponding of caffemodel.