NodePlot

Issue #205 resolved
Tomas Lazauskas created an issue

I had an issue that my ann model was shown incorrectly, only as one layer, when using nodeplot. I was able to fix it by making the following change:

amp.model.neuralnetwork.py def _accumulate

layerkeys needs to be sorted in the ascending order.

Comments (2)

  1. andrew_peterson repo owner

    Thanks! Could you provide an example script where this fails? It would also be useful if you could create a patch so we can accurately make the change you suggest. E.g., to make a patch in linux use diff:

    diff -u old-neuralnetwork.py new-neuralnetwork.py > neuralnetwork.patch
    
  2. Log in to comment