-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training Error with different datasets #26
Comments
I have commented on just for testing purposes, you can uncomment without trouble. |
Please forgive my not replying in time. And thanks for your patient reply! |
|
Please forgive my not replying in time first, cause there was something wrong with my Wi-Fi. Thanks for your suggestion, and I successfully ran visualization.py with installing ffmpeg. HOWEVER, I still could not successfully see the correct results on test.py, which means the ADE and FDE always remained the same, no matter what methods I tried. That is to say, after running train.py, olstm_train.py or vlstm_train.py, I obtained three completely SAME ADEs and FDEs with running test.py, whose errors all reached extremely small... I believe there might be something wrong with the code in test.py, but I haven't find it... |
Hi YihaoChan, I am also working on the social lstm project, can we communicate by email? My email is 345892489@qq.com |
Hi YihaoChan, I am working on the social lstm project recently. But a TypeError occurs when I run the train.py with python3.5 and pytorch0.1.12 on ubuntu16.04. I want to konw weather the problem dues to the verson of pytorch. Can you tell me your environment which can excute the project successfully.Thank you! My email is 2719031277@qq.com |
I've sent a reply to your qq mail~ |
@YihaoChan Hello, I am also trying to learn this project recently. Maybe due to my lack of understanding. I can run through the original project data set. When I used my own data to make a dataset similar to the original project, I encountered some problems. I don't know how to solve it, can I talk to you.Thank you! My email is 853036144@qq.com |
In utils. Py, if only the file biwi_hotel.txt appears in the training set, the file will be run to train during the training (2,900 pieces of data in total).If you change this file to another file, that is, comment out the file name and change to the name of other TXT files, all the data sets will be trained (a total of 44000 pieces of data).But I still don't see why it should be all training, and only biwi_hotel.txt can train individual files.
The text was updated successfully, but these errors were encountered: