Skip to content

missing './data/test_full.npy' #1

@MuhammadTaimoorHaseeb

Description

@MuhammadTaimoorHaseeb

I'm trying to run your pre-trained model to evaluate my custom dataset of loops.

  1. I create a data_used.txt file and pass the path to my loops
  2. I execute data.py to extract features and can confirm creation of a .npy file for each of my loop files
  3. I execute check_length.py file and it runs successfully
  4. Finally, as per your instructions when I try looking for loop_eval.py, I do not find such a file.
  5. The closest file with such name is eval.py. However, when I run eval.py I obtain an error saying FileNotFoundError: [Errno 2] No such file or directory: './data/test_full.npy'

Can you please advise around the creation of test_full.npy file? Should this be created by one of the scripts?

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