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
The WeightGradients is a private double in Volume class but no definition in IVolumne. This will result in error in class FullyConnLayer when you use.
var temp = volume.WeightGradients;
The text was updated successfully, but these errors were encountered:
fix compilation issue when not declaring PARALLEL symbol
c6085ad
Thanks! I hadn't tested without defining PARRALEL symbol. It should be fine now.
Note that weights and gradients are accessed using Get and GetGradient methods now.
Sorry, something went wrong.
Thanks
No branches or pull requests
The WeightGradients is a private double in Volume class but no definition in IVolumne. This will result in error in class FullyConnLayer when you use.
var temp = volume.WeightGradients;
The text was updated successfully, but these errors were encountered: