Skip to content
New issue

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

IVolume does not contain definition for WeightGradients. #26

Closed
rajan-sunder opened this issue Jan 19, 2017 · 2 comments
Closed

IVolume does not contain definition for WeightGradients. #26

rajan-sunder opened this issue Jan 19, 2017 · 2 comments

Comments

@rajan-sunder
Copy link

rajan-sunder commented Jan 19, 2017

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;

@cbovar
Copy link
Owner

cbovar commented Jan 20, 2017

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.

@cbovar cbovar closed this as completed Jan 20, 2017
@rajan-sunder
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants