Skip to content
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

Not able to load data in Data Pipeline #7

Open
Mochoye opened this issue May 25, 2023 · 7 comments
Open

Not able to load data in Data Pipeline #7

Mochoye opened this issue May 25, 2023 · 7 comments

Comments

@Mochoye
Copy link

Mochoye commented May 25, 2023

image

@Anirudh-UG
Copy link

Yeah I am facing a similar error too

@Anirudh-UG
Copy link

update:
My error got resolved by changing the path-splitting line, the code that the tutorial provides is for Windows..
If running on linux and colab the following lines must be changed:

Wrong:
file_name = path.split('\')[-1].split('.')[0]

Right:
file_name = path.split("/")[-1].split(".")

Hope this resolves your issue :)

@Mochoye
Copy link
Author

Mochoye commented May 29, 2023

Ya thank you i also did the same and resolved the error but now :-) i am getting a graph execution error after running 1 epoch

@Anirudh-UG
Copy link

Hi after looking into this issue i couldnt find why it was occuring. When degrading my tensorflow version from 2.12 to 2.11 it works

@Anirudh-UG
Copy link

Probably some issue with tensorflow 2.12.*

@AdityaRajPateriya
Copy link

I am using colab , tried downgrading the version to 2.11.0 but the issue still persist.
i am using the windows machine

@NomulaSantosh
Copy link

image
how to resolve this error???

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

No branches or pull requests

4 participants