zengxianyu/co-mod-gan-pytorch

Conversion from TF Version to PyTorch

Closed this issue · 2 comments

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 ?

I did this manually. The weights are from the tf version

Okay thanks