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
And has to be corrected:
[ RUN ] TestGradient.LstmLayer New Parametrized instance. Numeric/Analytical:-0 <-> 0 Numeric/Analytical:-0 <-> 0 Numeric/Analytical:-0 <-> 2.11224 Numeric/Analytical:-0 <-> 0 Expected: (0.001) > (gradient_check(*net_p, true)), actual: 0.001 vs 2.11224
However, the examples give the same solutions as PyBrain. Or?
The text was updated successfully, but these errors were encountered:
This is due to gradient_check not being able to handle sequential modules so far.
Sorry, something went wrong.
No branches or pull requests
And has to be corrected:
However, the examples give the same solutions as PyBrain. Or?
The text was updated successfully, but these errors were encountered: