how to transfer `xxx.data-00000-of-00001` and `xxx.meta` to caffemodel
PapaMadeleine2022 opened this issue · 1 comments
PapaMadeleine2022 commented
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?
abner2015 commented
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.