akanazawa / hmr

Project page for End-to-end Recovery of Human Shape and Pose
Other
1.54k stars 395 forks source link

session run stucks #133

Closed khg2478 closed 4 years ago

khg2478 commented 4 years ago

Hi.

I wish to run your train code and went through all the steps mentioned in the train doc.

However, it gets stuck when running "result = sess.run(fetch_dict)" in the trainer.py file. It never returns the results as expected.

Due to hardware restriction, I am using tensorflow-gpu 1.14 for the training. Any ideas?

It happens in both of cpu and gpu environments. (tensorflow==1.3.0, tensorflow==1.14.0)

khg2478 commented 4 years ago

It was just a stupid mistake caused by data preparation errors.