Skip to content
Snippets Groups Projects
Commit 899cbc8b authored by Van Dung NGUYEN's avatar Van Dung NGUYEN
Browse files

remove wrong instruction

parent cc809b3d
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,6 @@ void ArtificialNN::addLayer(int index, const DenseLayer& layer)
}
else
{
// we add pointer to existing object instead of creating a new one
if (_allLayers[index] != NULL) delete _allLayers[index];
_allLayers[index] = layer.clone();
Msg::Info("add layer: %d",index);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment