You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create WaveNetEstimator with num_feat_static_real > 0, the model will crash at the forward pass. This happens because num_feat_static_real is used when defining the expected input shape, but actually isn't received by the model.
Description
If I create
WaveNetEstimator
withnum_feat_static_real > 0
, the model will crash at the forward pass. This happens becausenum_feat_static_real
is used when defining the expected input shape, but actually isn't received by the model.To Reproduce
Error message or code output
(Paste the complete error message, including stack trace, or the undesired output that the above snippet produces.)
Environment
(Add as much information about your environment as possible, e.g. dependencies versions.)
The text was updated successfully, but these errors were encountered: