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

EOFError: Ran out of input #11

Open
prochalo opened this issue Sep 5, 2022 · 0 comments
Open

EOFError: Ran out of input #11

prochalo opened this issue Sep 5, 2022 · 0 comments

Comments

@prochalo
Copy link

prochalo commented Sep 5, 2022

I got an error during training, as you can see in the code below

     91         with open(scene_pt_path, 'rb') as f:
     92             print(f)
---> 93             conn_matrixes = pickle.load(f)
     94             print(f)
     95             edge_matrixes = pickle.load(f)

EOFError: Ran out of input
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

1 participant