Skip to content
Discussion options

You must be logged in to vote

Ciao @aiwalter

First, when trying to speed up training, don't compromise on validation accuracy too much.
metrics = m.fit(df, validate_each_epoch=True, valid_p=0.2)
(note: retrain without validation before making actual forecasts)

Further, train_speed modifies the default values of epochs, batch_size and learning_rate.
If you set them manually, do not set train_speed. Tip: a larger batch_size actually leads to faster training, usually. I would recommend first having a look at the default values selected and start with those.

Finally, you can read up about the settings in the documentation

Do yo mind sharing, what dataset and what computer you are working with?

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@diegulio
Comment options

@ourownstory
Comment options

@diegulio
Comment options

Answer selected by ourownstory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #222 on December 15, 2020 06:45.