Skip to content
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

time to train the model and how to use it for new cases #2

Closed
yr18 opened this issue Dec 19, 2018 · 3 comments
Closed

time to train the model and how to use it for new cases #2

yr18 opened this issue Dec 19, 2018 · 3 comments

Comments

@yr18
Copy link

yr18 commented Dec 19, 2018

Hello,

I try to train the model but it took a very long time to finish. I wonder what is the final result after the training process. Will it give me a trained model? How can I use this model to calculate my case? For example 100 cities with given demands and their longitude and latitude.

Thank you very much!

@mveres01
Copy link
Owner

Hello,

It likely took a while as you are training with a large number of cities. I've updated the README with some training times that I get. A possible thing you can try is training on a task with a smaller number of cities, and then using those weights to test on a task with a larger number of cities.

There's an example for how to load previously trained weights & apply them to a new task in the README as well

@yr18
Copy link
Author

yr18 commented Dec 20, 2018

Thank you so much for your reply! Thank you so much for your source code too! I am trying to apply this model to solve my case. However, I have encountered several problems. I will pose some more issues about the case later.

@mveres01
Copy link
Owner

Okay, great, closing this issue then

@yr18 yr18 mentioned this issue Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants