Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add architecture module containing tested implementations of useful architectures #35

Open
kostaleonard opened this issue Jan 28, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kostaleonard
Copy link
Owner

We want to perform transfer learning on a StyleGAN, or just train a StyleGAN from scratch; however, the StyleGAN implementation is in TFv1.14 (presumably for backwards compatibility with other NVIDIA code bases), is not linted or tested, and is not readily usable in another context. Add an architecture module in mlops that contains tested reimplementations of useful architectures like StyleGAN, so that we as an ML community can have modular code.

@kostaleonard kostaleonard added the enhancement New feature or request label Jan 28, 2022
@kostaleonard kostaleonard added this to the Second release milestone Jan 28, 2022
@kostaleonard kostaleonard self-assigned this Jan 28, 2022
@kostaleonard
Copy link
Owner Author

Should this include GAN and WGAN from the image gen repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant