-
Notifications
You must be signed in to change notification settings - Fork 45
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
ValueError while training the embedding layer #5
Comments
Hi, If you are a beginner, just pull the repository (to update your code), run the code with the default values of the hyperparameters to see how it works. Good luck! |
Thanks for your advice, I will continue to study your code and papers. |
Hi @dnguyengithub I hope this message finds you well. I already ran your dataset and it worked well after changing things here and there. For my own dataset, I ran Now I am getting this same error. I looked at As an aside note:
Thank you for your time |
@ronger-git I just realized that you might had solved this issue. Do you have any suggestions? Best |
@Tata17 sorry for the late reply. |
@dnguyengithub I'm interested in this as well. Just finished running the embedding layer and about to preprocess my data. Where exactly do we choose the 4-hot vector in the scripts? As in, with the create_AIS_dataset function is this the setting: Also, I have everything but ROT. How much will that impact the output? Thanks in advance for the assist. |
@Tata17 @nate-ellis Hello, sorry for taking so long to answer your question, I was busy preparing my thesis defense. @nate-ellis You dont need ROT for this version (ROT is used for another version of GeoTrackNet). Only LAT, LON, SOG, COG, MMSI and TIMESTAMP are required in this version. I will update a better version when I have time. |
An error occurred while training the embedding layer:ValueError:Dimensions must be equal,but are 702 and 602 for 'sub' with input shapes:[?,?,702],[1,1,602].
As a beginner, I can’t solve this problem, hope your reply!
The text was updated successfully, but these errors were encountered: