MokkeMeguru / TFGENZOO

Library about construction helper for Generative models e.g. Flow-based Model with Tensorflow 2.x.
https://mokkemeguru.github.io/TFGENZOO/
12 stars 2 forks source link

Sigmoid VS Exp in AffineCoupling #81

Closed MokkeMeguru closed 4 years ago

MokkeMeguru commented 4 years ago

Exp

pros: better reconstruction loss cons: dangerous in training, inference

Sigmoid

pros: safe in training, inference cons: bad reconstruction loss

MokkeMeguru commented 4 years ago

Requirement: To add flags of Affinecoupling to switch Exp and Sigmoid

MokkeMeguru commented 4 years ago

Flag was appended

MokkeMeguru commented 4 years ago

option