Conversion from TF Version to PyTorch
Closed this issue · 2 comments
codeislife99 commented
Hi,
Do you mind elaborating on how you converted the TF Version to PT ? Did you convert using onnx or some other model converter and then wrote the PT code or did you train the PT code from scratch and created your own weights ? On the first glance it seems you did the former ?
zengxianyu commented
I did this manually. The weights are from the tf version
codeislife99 commented
Okay thanks