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

case**_node_features.npy required by train.py, but missing #32

Open
a874h opened this issue Nov 6, 2024 · 0 comments
Open

case**_node_features.npy required by train.py, but missing #32

a874h opened this issue Nov 6, 2024 · 0 comments

Comments

@a874h
Copy link

a874h commented Nov 6, 2024

To reproduce the setup, I downloaded the following files from https://surfdrive.surf.nl/files/index.php/s/Qw4RHLvI2RPBIBL to a directory data_dir/raw:

  • case14v2_adjacency_matrix.npy
  • case14v2_edge_features.npy
  • case14v2_node_features_x.npy
  • case14v2_node_features_y.npy

Then I run train.py with the following:

python3 train.py --cfg_json ./configs/small.json
--num-epochs 2000
--data-dir data_dir/
--batch-size 32
--train_loss_fn mse_loss
--lr 0.001
--case 14v2
--model MaskEmbdMultiMPN
--save

This ends up with an error:
FileNotFoundError: [Errno 2] No such file or directory: 'data_dir/raw/case14v2_node_features.npy'

Clearly, case14v2_node_features.npy is not in the surfdrive.surf.nl repository.
Did I miss something ?
Best

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