MishaLaskin / vqvae

A pytorch implementation of the vector quantized variational autoencoder (https://arxiv.org/abs/1711.00937)
601 stars 71 forks source link

Request for a license file #15

Open RCGAI opened 9 months ago

RCGAI commented 9 months ago

Hi, could you please add a license file (MIT license etc.) to this repository so we know what to do if we partially reused and referenced the codes? thanks!

kodecreer commented 7 months ago

I suggest you reference the tensorflow implementation. They look almost near the same except the framework.

https://github.com/google-deepmind/sonnet/blob/v1/sonnet/python/modules/nets/vqvae.py#L258

RCGAI commented 7 months ago

@kodecreer, I was just looking around for the license file to the pytorch implementation sample code. thanks anyway!

kodecreer commented 7 months ago

I actually found out this repository came from an online tutorial. It's under MIT license. Same code for the implementation but adjusted from the Jupyter notebook. Hope this may be more useful than worrying about translating between the frameworks.

The commit history shows it's a little older than this one by a year and looks almost the same.

Tutorial