You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered:
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?
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
.
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?
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?
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
and then did an Import of nn-code into eclipse as an eclipse project instead of using gradle end-to-end?
The text was updated successfully, but these errors were encountered: