-
Notifications
You must be signed in to change notification settings - Fork 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
Loading the dataset from the local path using tensorflow 2.0 #167
Comments
good |
good job. |
thanks for sharing |
|
thank you |
Thank you for sharing, good job! 😭 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I downloaded the dataset from a source and placing it in an arbitrary path.
And I found some people having trouble in loading the dataset from a local path using tensorflow 2.0.
The API tf.keras.datasets.fashion_mnist.load_data() seems not support loading data locally.
I write a new function that may help to solve this issue. I hope that this function could help somebody in need.
I don`t know whether the issue is big enough for a pull request. So I open an issue here and post my code here. Hope that I won't cause any inconvenience.
The code of new function:
When calling this function:
The text was updated successfully, but these errors were encountered: