LEGO999 / BigBiGAN-TensorFlow2.0

TensorFlow 2.0 implementation of Large Scale Adversarial Representation Learning(BigBiGAN)
45 stars 12 forks source link

Saved as pb format #5

Open TerryMelody opened 2 years ago

TerryMelody commented 2 years ago

Hi, First of all amazing work! I'm trying to convert your model to pb format to meet the needs of another open source project. However, because it is a subclassing structure and the loss is customized, I've tried all the methods in the documents of tensorflow but got errors myself. Have you ever done this job or any suggestions? Thank you very much!