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
When using an LSTNet summary network in combination with the PyTorch backend, automatic model building fails when calling approximator.fit() with the following RuntimeError:
This error does not occur when one of the components is changed (e.g., either using TensorFlow as the keras backend or using another summary network such as DeepSet).
The error can be reproduced in the Linear_Regression.ipynb example by using the torch backend and replacing the DeepSet summary network with an LSTNet summary network.
The text was updated successfully, but these errors were encountered:
When using an LSTNet summary network in combination with the PyTorch backend, automatic model building fails when calling
approximator.fit()
with the following RuntimeError:This error does not occur when one of the components is changed (e.g., either using TensorFlow as the keras backend or using another summary network such as DeepSet).
The error can be reproduced in the
Linear_Regression.ipynb
example by using the torch backend and replacing the DeepSet summary network with an LSTNet summary network.The text was updated successfully, but these errors were encountered: