remove assert
In this MR, I removed the assert in the insertCopyLayers function:
assert(layer_with_current_as_mutable_input.size() < 3); // for now. can be removed ?
Due to the triggering of this assert during NN-Inter debugging, can we safely remove this assert?