-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Fixing dataset directory path and tensorflow 2.0 fit module #510
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
base: master
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thanks for the PR. That fixes the notebook, but we can't merge this until you sign the CLA. |
@MarkDaoust Thanks for the review. The CLA check has been completed now. |
Please approve this CL. It will be submitted automatically, and its GitHub pull request will be marked as merged. Imported from GitHub PR #510 Existing code had a issue for dataset directory and also the current version of tensorflow 2.0 deprecated fit_generator and introduced fit method for the same functionality. Copybara import of the project: - b3ac75f Fixing dataset directory path and tensorflow 2.0 fit modu... by sablevinayak <vinayakraj.sable@gmail.com> - 8af8226 Merge b3ac75f into 16a5a... by Vinayak Sable <vinayakraj.sable@gmail.com> PiperOrigin-RevId: 757085715
Existing code had a issue for dataset directory and also the current version of tensorflow 2.0 deprecated fit_generator and introduced fit method for the same functionality.