You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aero_graph_net suddenly stopped in the middle of training, it returns the DataLoader worker exited unexpectedly
I use the following command to run the train.py
HYDRA_FULL_ERROR=1 python train.py +experiment=ahmed/mgn data.data_dir=/home/willy/modulus/modulus/examples/cfd/aero_graph_net/data/ahmed_body data.train.num_workers=1 data.val.num_workers=1 data.test.num_workers=1 data.train.n
um_samples=10 data.val.num_samples=5 data.test.num_samples=5
i also tried to change the num_workers=0 and returns the same result
willyawan16
changed the title
🐛[BUG]: aero_graph_net suddenly stopped training
🐛[BUG]: aero_graph_net dataloader worker exited unexpectedly
Nov 16, 2024
Version
0.8.0
On which installation method(s) does this occur?
No response
Describe the issue
aero_graph_net suddenly stopped in the middle of training, it returns the
DataLoader worker exited unexpectedly
I use the following command to run the train.py
HYDRA_FULL_ERROR=1 python train.py +experiment=ahmed/mgn data.data_dir=/home/willy/modulus/modulus/examples/cfd/aero_graph_net/data/ahmed_body data.train.num_workers=1 data.val.num_workers=1 data.test.num_workers=1 data.train.n
um_samples=10 data.val.num_samples=5 data.test.num_samples=5
i also tried to change the num_workers=0 and returns the same result
Minimum reproducible example
Relevant log output
Environment details
The text was updated successfully, but these errors were encountered: