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

nn-core not building because BackpropagationConnectionCalculator is in a file called BackPropagationConnectionCalculator.java (with a capital P instead of a small p) #1

Closed
vijay-v opened this issue Mar 18, 2014 · 2 comments
Assignees

Comments

@vijay-v
Copy link

vijay-v commented Mar 18, 2014

Eclipse complians that com.github.neuralnetworks.training.backpropagation.BackpropagationConnectionCalculator should be "in it's own file". I suppose the issue might be because I am using

gradlew eclipse

and then did an Import of nn-code into eclipse as an eclipse project instead of using gradle end-to-end?

@ivan-vasilev
Copy link
Owner

Thank you for pointing that out. There was a problem with the name of
BackpropagationConnectionCalculator (it should be
BackPropagationConnectionCalculator), which is fixed now. Could you please
give it another try?

On Tue, Mar 18, 2014 at 5:46 PM, vijay-v notifications@github.com wrote:

Eclipse complians that
com.github.neuralnetworks.training.backpropagation.BackpropagationConnectionCalculator
should be "in it's own file". I suppose the issue might be because I am
using

gradlew eclipse

and then did an Import of nn-code into eclipse as an eclipse project
instead of using gradle end-to-end?

Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

@vijay-v
Copy link
Author

vijay-v commented Mar 19, 2014

Thank you for the quick reply even though it's quite a minor thing, Ivan!

On Wed, Mar 19, 2014 at 1:21 AM, Ivan Vasilev notifications@github.comwrote:

Thank you for pointing that out. There was a problem with the name of
BackpropagationConnectionCalculator (it should be
BackPropagationConnectionCalculator), which is fixed now. Could you please
give it another try?

On Tue, Mar 18, 2014 at 5:46 PM, vijay-v notifications@github.com wrote:

Eclipse complians that

com.github.neuralnetworks.training.backpropagation.BackpropagationConnectionCalculator
should be "in it's own file". I suppose the issue might be because I am
using

gradlew eclipse

and then did an Import of nn-code into eclipse as an eclipse project
instead of using gradle end-to-end?

Reply to this email directly or view it on GitHub<
https://github.com/ivan-vasilev/neuralnetworks/issues/1>
.

Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-37961403
.

@ivan-vasilev ivan-vasilev self-assigned this Apr 1, 2014
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