Hi, i'm trying to copy a network to another this code gives me error : cannot be assigned because its copy assignment is implicitly deleted this->net = this->targetnet; if its not possible at least i need to copy weights
Hi, i'm trying to copy a network to another
this code gives me error :
cannot be assigned because its copy assignment is implicitly deleted
this->net = this->targetnet;
if its not possible at least i need to copy weights