gu rantees ->
guarantees
Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
Gbp-Pq: Name 0007-Fix-a-typo.patch
}
if (trainer_spec_.differential_privacy_noise_level() <= 0) {
LOG(WARNING) << "Private version with <=0 noise level will give "
- "infinity epsilon gurantees.";
+ "infinity epsilon guarantees.";
}
if (trainer_spec_.differential_privacy_clipping_threshold() <= 0) {
LOG(WARNING) << "Private version with <=0 clipping threshold will give "
- "infinity epsilon gurantees.";
+ "infinity epsilon guarantees.";
}
// Add noise to all the sentences via threadpool.