Skip to content

Accommodates 2 changes in TF Datasets and Keras #176

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

metal-thread
Copy link

Changes regarding TF Datasets
Automated downloads for CelebA dataset fail with unauthorized access errors. To circumvent this, I downloaded the data manually. Afterwards, I updated the notebook with parameters that let download_and_prepare pickup the manually downloaded files.

Changes regarding Keras
Keras' model super class will not update weights if they are not added as layers or via self.add_weight,. I made the relevant updates, so that model.fit works again. Also, I made the value of per epoch into integer as expected by fit.

… self.add_weight, so that calls to train can update the weights, and 2) steps per epoch is an integer as expected by "fit"
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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

Successfully merging this pull request may close these issues.

None yet

1 participant