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

Cannot add vertex: a vertex with name "outputs" already exists #6

Open
ghost opened this issue Mar 24, 2019 · 4 comments
Open

Cannot add vertex: a vertex with name "outputs" already exists #6

ghost opened this issue Mar 24, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Mar 24, 2019

Exception in thread "main" java.lang.IllegalStateException: Cannot add vertex: a vertex with name "outputs" already exists
at org.nd4j.base.Preconditions.throwStateEx(Preconditions.java:641)
at org.nd4j.base.Preconditions.checkState(Preconditions.java:304)
at org.deeplearning4j.nn.conf.ComputationGraphConfiguration$GraphBuilder.addVertex(ComputationGraphConfiguration.java:924)
at org.deeplearning4j.nn.conf.ComputationGraphConfiguration$GraphBuilder.addLayer(ComputationGraphConfiguration.java:788)
at org.deeplearning4j.nn.transferlearning.TransferLearning$GraphBuilder.addLayer(TransferLearning.java:817)
at com.sax2.muaaz.joosuf.yolo_neural_network.YoloAlgorithm.main(YoloAlgorithm.java:152)

any ideas cause im completely stuck now

@tahaemara
Copy link
Owner

Which version of deeplearning4j do you have?

@thekevshow
Copy link

I am having the same issue with updated version to beta4 if there is any insight on this.

@mbt925
Copy link

mbt925 commented Jul 3, 2019

I am having it too with version beta3.

@antecessor
Copy link

Beta 5 has also same issue.

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

4 participants