kwotsin / mimicry

[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add a new module or net in this repo

Johnson-yue opened this issue · comments

Hi, thank your sharing , and I want to add some net or module for testing ,like MSGAN architect, Eql Conv ,and so on。 How should I do ??

I see you recommand pip install , but I do not know if I add same new, what should I do or do nothing??

Hi @Johnson-yue, I've included a detailed guide for implemented a new GAN from scratch, which is available here: https://mimicry.readthedocs.io/en/latest/guides/tutorial.html which you can refer to.

See also: https://github.com/kwotsin/mimicry/blob/master/examples/ssgan_tutorial.py for the full code

Hope it helps!