What is the proper way to reinitialize weights of some layers in TF2?
There exists a valid method for TF1: https://stackoverflow.com/a/51727616/11836236
and some workaround for TF2: https://stackoverflow.com/a/57826239/11836236 but this solution does not utilize the initializers that are specified in each layers.