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

FineGAN - Partial Implementation TF 2.3 (Community) #9173

Closed
wants to merge 6 commits into from

Conversation

Vishal-V
Copy link

@Vishal-V Vishal-V commented Aug 31, 2020

Description

📝 Implement Hierarchical Disentanglement for Fine-Grained Object Generation - FineGAN.

Type of change

  • A new research paper code implementation

Key Features

  • TensorFlow 2.3.0
  • Inference example (Demo)
  • Eager mode training with tf.GradientTape [If Required]
  • [Default] Graph mode training with model.train_on_batch
  • Functional model with tf.keras.layers.Layer
  • Subclassing model with tf.keras.Model
  • Input pipeline using tf.data and tfds
  • Tensorflow Serving
  • Vectorized transformations
  • GPU accelerated
  • Clean implementation
  • Following the best practices
  • Apache 2.0 License

Tests

📝 [WIP] Code Reviews and Tests Pending.

  • [WIP] Provide instructions so we can reproduce.
  • [WIP] Please also list any relevant details for your test configuration.

Test Configuration:

  • Config .yml files and Config class included.

Checklist

@Vishal-V Vishal-V requested a review from a team as a code owner August 31, 2020 16:05
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

@Vishal-V Vishal-V added stat:awaiting review Waiting on review type:community request Requests from the community labels Aug 31, 2020
@jaeyounkim
Copy link
Collaborator

The community directory is for providing a curated list of community models. Please host the FineGan implementation using your own GitHub repository, and then we can review your implementation before adding it to the community directory.

@jaeyounkim jaeyounkim closed this Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes stat:awaiting review Waiting on review type:community request Requests from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants