Skip to content

EOFError: Ran out of input #11

@prochalo

Description

@prochalo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions