Skip to content

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.

1 participant