IshmaelBelghazi / ALI

Adversarially Learned Inference
MIT License
311 stars 80 forks source link

Conditional Generation #3

Closed dribnet closed 7 years ago

dribnet commented 7 years ago

I'm interested in getting the update to this codebase that includes the conditional generation, as covered in the more recent version of the paper (related image below). Can you let me know if that will be added to the repo? celeba_conditional_sequence

KangolHsu commented 7 years ago

@dribnet have you found the solution?we can communicate each other ~_~

dribnet commented 7 years ago

Yes, the conditional experiment was recently added in commit e7ea2fc1 and I have gotten it to work successfully with celeba. Here's a conditional interpolation:

interp_labels_true_m02_05l

Thanks @IshmaelBelghazi for adding this code! Now closing this issue, and I hope to eventually contribute back downstream changes based on this experiment

KangolHsu commented 7 years ago

How did you do that,could you give me some clues? Tks @dribnet

KangolHsu commented 7 years ago

I got the result by the code below THEANORC=theanorc scripts/interpolate_c celeba ali_conditional_celeba.tar --save-path ./out

thank you very much! @dribnet

KangolHsu commented 7 years ago

Did you generate pictures of one person with different glasses (attributions)? @dribnet

hope-yao commented 7 years ago

@KangolHsu I'm also encountered this, but I couldn't find scripts/interpolate_c as you mentioned. Could you please let me know where can I find this file? Thanks.

KangolHsu commented 7 years ago

https://github.com/dribnet/ALI/tree/conditional @hope-yao

hope-yao commented 7 years ago

got it. thanks