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

Migrating Autoencoder to TF 2.0 #6795

Closed
wants to merge 2 commits into from
Closed

Migrating Autoencoder to TF 2.0 #6795

wants to merge 2 commits into from

Conversation

Vishal-V
Copy link

  • Migrated the autoencoder_runner.py and Autoencoder.py to Tensorflow 2.0
  • The runner uses tf.data.Dataset pipeline to feed the batches and tf.keras.datasets to load the initial data and all necessary migrations in runner have been tested
  • The backpropagation is handled by tf.GradientTape and apply_gradients
  • Wrote the Encoder and Decoder as subclasses of tf.keras.layers.Layer and the Autoencoder as a subclass of tf.keras.Model
  • I working on and will upgrade the DenoisingAutoencoder and VariationalAutoencoder.

@Vishal-V Vishal-V requested a review from a team as a code owner May 16, 2019 14:10
@jaeyounkim
Copy link
Collaborator

@snurkabill Can you review this pull request?

@jaeyounkim jaeyounkim self-assigned this Apr 25, 2020
@jaeyounkim jaeyounkim added stat:awaiting review Waiting on review type:migration Migration from TF 1 to TF 2 labels Apr 25, 2020
@jaeyounkim
Copy link
Collaborator

@Vishal-V Autoencoder is deprecated.

@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:migration Migration from TF 1 to TF 2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants