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
I am trying to export the TimesNET model I have trained. However, the forward() function requires four arguments: x_enc, x_mark_enc, x_dec, and x_mark_dec, and I couldn't understand what these arguments are.
If you can provide support on how to generate these arguments, I will prepare complete documentation on how to export the models found in the Time-Series-Library.
Any pointers on this issue would be greatly appreciated. Thank you.
I am trying to export the TimesNET model I have trained. However, the forward() function requires four arguments: x_enc, x_mark_enc, x_dec, and x_mark_dec, and I couldn't understand what these arguments are.
If you can provide support on how to generate these arguments, I will prepare complete documentation on how to export the models found in the Time-Series-Library.
Any pointers on this issue would be greatly appreciated. Thank you.
TypeError: forward() missing 4 required positional arguments: 'x_enc', 'x_mark_enc', 'x_dec', and 'x_mark_dec'
The text was updated successfully, but these errors were encountered: