mikegashler / waffles

A toolkit of machine learning algorithms.
http://gashler.com/mike/waffles/
86 stars 33 forks source link

GNeuralNet copyStructure #15

Closed thelukester92 closed 7 years ago

thelukester92 commented 7 years ago

Should copy structure not delete all existing layers in the network? It currently does not, which does not seem intuitive to me.

mikegashler commented 7 years ago

Yes, it should. Not deleting them is a bug.

thelukester92 commented 7 years ago

Pushed a fix.