agrimgupta92 / sgan

Code for "Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks", Gupta et al, CVPR 2018
MIT License
819 stars 260 forks source link

Segmentation fault (core dumped) #4

Open xiaobi361 opened 6 years ago

xiaobi361 commented 6 years ago

Hi, I ran this program on my computer and I met some problems.

  1. When I transform this program to windows version and train a new model. It will keep the same loss after several iterations. All the parameters were default and the dataset is from zara1;
  2. When I run this program on Ubuntu, it will have error "Segmentation fault (core dumped)".

Would you please help me and tell me how to solve this problem?

Thank you.

tessavdheiden commented 6 years ago

I run it on Ubuntu and dont have this problem.

xiaobi361 commented 6 years ago

Hi, Have you ran this program on other system? I debug and find that the "Segmentation fault (core dumped)" is caused by (line 151 generator.type(float_dtype).train()) in scripts/train.py

LongchaoDa commented 2 years ago

Hi, Have you ran this program on other system? I debug and find that the "Segmentation fault (core dumped)" is caused by (line 151 generator.type(float_dtype).train()) in scripts/train.py

Hi, Have you solved the problem mentioned? I am running it on my pc with os Ubuntu18, It's showing the same problems?