google-deepmind / google-deepmind/deepmind-research
meshgraphcnn: issue with some of the datasets (e.g. sphere_dynamic, flag_dynamic)
Open
- Dominant language
- Jupyter Notebook
- Stars
- 15.2k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
This line:
https://github.com/deepmind/deepmind-research/blob/6fcb84268e74af981ae1496bfc2cb9ba9d701ef2/meshgraphnets/dataset.py#L52
returns an empty dataset when providing the path to the .tfrecord files.
The data files were downloaded using the following command:
`bash meshgraphnets/download_dataset.sh sphere_dynamic $DATA_FOLDER`
For flag_simple this line works, so there might be an issue with the files (?)
Contributor guide
Assessment
This issue has not been assessed yet.