We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running this notebook :https://github.com/SaremS/sample_notebooks/blob/master/Multivariate%20GARCH.ipynb?ref=sarem-seitz.com
I got the following error: --> 131 self.optimizer.apply_gradients(zip(gradients, self.trainable_variables)) 133 return {"Current loss": loss}
ValueError: not enough values to unpack (expected 2, got 0)
The text was updated successfully, but these errors were encountered:
Solved. I needed to downgrade tensorflow to 2.12 version using python 3.7
Sorry, something went wrong.
Excellent, can we close this?
No branches or pull requests
When running this notebook :https://github.com/SaremS/sample_notebooks/blob/master/Multivariate%20GARCH.ipynb?ref=sarem-seitz.com
I got the following error:
--> 131 self.optimizer.apply_gradients(zip(gradients, self.trainable_variables))
133 return {"Current loss": loss}
ValueError: not enough values to unpack (expected 2, got 0)
The text was updated successfully, but these errors were encountered: