BCNN_keras
BCNN_keras copied to clipboard
Does x_extractor = x_detector create a new model ?
Hi,
I'm wondering if you used x_extractor = x_detector intending to create a new model. But I think this simple equal assignment does not create a new model. The two variables x_extractor and x_detector refer to the same model instead.