-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
fixed tensorflow issue https://github.com/tensorflow/tensorflow/issues/75194 #2325
fixed tensorflow issue https://github.com/tensorflow/tensorflow/issues/75194 #2325
Conversation
PreviewPreview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.Format and styleUse the TensorFlow docs notebook tools to format for consistent source diffs and lint for style:$ python3 -m pip install -U --user git+https://github.com/tensorflow/docsIf commits are added to the pull request, synchronize your local branch: git pull origin issue#75194-fix
|
Are there any updates on this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, it looks like this PR includes your changes from #2324.
Can you git rebase -i master
to remove that commit and then git push -f
to remove it from this PR?
At the same time can you remove outputs from the notebook?
I have done the changes accordingly and pushed. |
… and removed outputs from the notebook
2faa7b8
to
58ee6f8
Compare
Hey @MarkDaoust , |
Edited the compile_and_fit method in the overfit_and_underfit.ipynb notebook to correctly pass the train and val data to avoid shape mismatch error.