clementchadebec / benchmark_VAE

Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022)
Apache License 2.0
1.74k stars 161 forks source link

[MODEL REQUEST] GWAE #89

Open 943fansi opened 1 year ago

943fansi commented 1 year ago

Hello and thank you for a great repo!

I was wondering if it would make sense to add the Gromov-Wasserstein Autoencoders. code: https://github.com/ganmodokix/gwae

clementchadebec commented 1 year ago

Hi @943fansi,

Thank you for opening this issue and for this suggestion. This would definitively make sense to include such a model in the library! As you may have seen this library is open to contributors so in the case you want to propose an implementation, I would be very happy to review it :). If not, I can try to add it myself in the near future.

Best,

Clément