vqvae icon indicating copy to clipboard operation
vqvae copied to clipboard

Request for a license file

Open RCGAI opened this issue 1 year ago • 3 comments

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!

RCGAI avatar Dec 18 '23 23:12 RCGAI

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 avatar Feb 12 '24 02:02 kodecreer

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

RCGAI avatar Feb 14 '24 04:02 RCGAI

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

kodecreer avatar Feb 14 '24 05:02 kodecreer