rosinality / glow-pytorch

PyTorch implementation of Glow
MIT License
519 stars 96 forks source link

Maybe something wrong with affine paramter in argparse? #38

Closed hjumper closed 2 years ago

hjumper commented 2 years ago

question

First thanks for this work. I just generated some samples using this project with celebA dataset. However, I felt somehow confused when i tried to debug it. As you can see in the first pic, it shows that the default paramter for affine coupling is not correct. It seems that affine paramter keeps false even the default value is true( in variable, watch mini window and also for the cursor). affine I think maybe something wrong with argparse, which leads to the default false value for coupling layer.

hjumper commented 2 years ago

sorry, i am just confused on the store_true.