We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: