I'm training a DP federated learning model using the "DP-FedAvg" algorithm, which is based on below paper:
Learning Differentially Private Recurrent Language Models
The paper proposes two norm clipping techniques "flat clipping" and "per-layer clipping", then performs the experiments using "per-layer clipping".
In case of TFF, when attaching a DP-query and an aggregation process to the federated model, which clipping technique is implemented by default? Is there a way to specify the clipping technique used?