wwMark / meshgraphnets

Rewrite deepmind/meshgraphnets into pytorch
72 stars 22 forks source link

Bugs when I comand python run_model.py --mode train #6

Open ANABUR920 opened 2 years ago

ANABUR920 commented 2 years ago

OSError: /media/anabur/E/meshgraphnets/data/flag_simple/train.idx not found.

Could you define to me what is the train.idx. and how to fix it

minggini commented 2 years ago

oh, I was struggling with the very same issue!! I generated the .idx my own way but not sure if it's right. Would you check, please? before running python run_model.py, run this first: python -m tfrecord.tools.tfrecord2idx <tfrecord path> <index path>

wwMark commented 2 years ago

Hi all, minggini's solution is exactly what I have done. I will update the readme soon.

Regards Mark

ambreshbiradar9 commented 2 months ago

haha