Skip to content

Commit

Permalink
Update set_epsilons.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Turningl authored Nov 21, 2024
1 parent d86b194 commit 9a90d89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/set_epsilons.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
# @Author : liang
# @Email : [email protected]
# @File : set_epsilons.py

import configparser
Expand Down Expand Up @@ -59,4 +58,4 @@ def prepare_local_differential_privacy(args, num_clients):
#
# args = parser.parse_args()
#
# prepare_local_differential_privacy(args=args, num_clients=4)
# prepare_local_differential_privacy(args=args, num_clients=4)

0 comments on commit 9a90d89

Please sign in to comment.