-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Steering model does not generalize #42
Comments
Did not try to train it. This thread is about the steering model not the
generative model
…On Mar 1, 2017 3:59 PM, "zhaozhao" ***@***.***> wrote:
hello,i meet some difficulties,i can't train train_generative_model.py
autoencoder successful,I want to know how you train the model ? Do you need
to change this code?thanks very much
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOYw20d9MXifFDBsvR7pu1c08oefBG6Kks5rhXnagaJpZM4MJxKi>
.
|
Hi, |
Hello there, |
Sorry for late reply, The network is probably working as intended (checked it with my professor), but my guess is that the data is corrupt. Maybe you could make a script that previews the images before they are fed into the network? |
Thanks for replying, So you are still facing the same problem? I also have a feeling that there's something wrong with the validation data since its loss is way higher. |
I actually gave up. Can’t remember the different losses but you might be right. Maybe make your own dataset from KITTI? |
I will look into that, thanks a lot. |
By the way @MahmoudKhaledAli , since this is a regression problem with MSE as a loss function, it makes more sense to use a linear activation function in the last layer. Just to check, try removing the last |
I already tried setting the activation to None, but I will definitely give that a go, thanks for your help. |
in the view steering model.py file Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Yeah I had the same problem, so I went ahead and re-wrote the graph myself and then loaded the weights from the .json file, however the mse is still very high. |
Hi,
I was able to train the model using the given code and data. The loss on the training data converges to ~350 however it appears that on Dev data the loss remains high (around 3500). This implies model overfitting and failure to generalize.
Am I doing something wrong or are these the expected results using your code+data?
The text was updated successfully, but these errors were encountered: