vqvae
vqvae copied to clipboard
Request for a license file
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!
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
@kodecreer, I was just looking around for the license file to the pytorch implementation sample code. thanks anyway!
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.