adapt.utils.check_fitted_network

adapt.utils.check_fitted_network(estimator)[source]

Check Fitted Network

Overwrite the __deepcopy__ method from network such that deepcopy returns the same estimator.

Parameters
estimatortensorflow Model

Fitted network

Returns
estimatortensorflow Model

Modified fitted network