-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Workflow_Interface_Mnist_Implementation_2.py and updated requir…
…ements_global_dp.txt
- Loading branch information
1 parent
0c4be45
commit b804bcb
Showing
2 changed files
with
75 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
openfl-tutorials/experimental/workflow/Global_DP/requirements_global_dp.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
cloudpickle | ||
matplotlib==3.6.0 | ||
numpy==1.23.3 | ||
opacus==1.5.1 | ||
pillow==10.3.0 | ||
pyyaml==6.0 | ||
torch==2.2.0 | ||
torchaudio==2.2.0 | ||
torchvision==0.17.0 | ||
matplotlib==3.10.0 | ||
numpy==1.26.4 | ||
opacus==1.5.2 | ||
pillow==11.0.0 | ||
pyyaml==6.0.2 | ||
torch==2.5.1 | ||
torchaudio==2.5.1 | ||
torchvision==0.20.1 |