Skip to content

Mismatching result from Auto model and single model with same set of hyperparameters #1075

Answered by elephaint
masadshoaib asked this question in Q&A
Discussion options

You must be logged in to vote

In the 'normal' DilatedRNN, you also have to train with a validation set (as does AutoDilatedRNN):

nf.fit(df=train_data2, val_size=12)

Making that change leads to identical results for both methods on my machine with your code.

Let me know if that solves the issue for you,

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@masadshoaib
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@masadshoaib
Comment options

Comment options

You must be logged in to vote
2 replies
@masadshoaib
Comment options

@masadshoaib
Comment options

Comment options

You must be logged in to vote
1 reply
@masadshoaib
Comment options

Answer selected by masadshoaib
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants