Skip to content

Commit

Permalink
Increase upper bound of max noise scale.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-choncholas committed Jan 20, 2025
1 parent 7583b6e commit b7bc779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_shell_ml/model_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(
labels_party_dev="/job:localhost/replica:0/task:0/device:CPU:0",
features_party_dev="/job:localhost/replica:0/task:0/device:CPU:0",
noise_multiplier=1.0,
noise_max_scale=500000000.0,
noise_max_scale=5.0e9,
noise_base_scale=7.6,
cache_path=None,
jacobian_pfor=False,
Expand Down

0 comments on commit b7bc779

Please sign in to comment.