Skip to content

Commit

Permalink
Merge pull request #826 from epfml/NAN-fix-mnist
Browse files Browse the repository at this point in the history
Make mnist use mean aggregation rather than secure
  • Loading branch information
JulienVig authored Nov 7, 2024
2 parents a5735e8 + 0236538 commit afe90c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discojs/src/default_tasks/mnist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const mnist: TaskProvider<'image'> = {
IMAGE_W: 28,
LABEL_LIST: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'],
scheme: 'decentralized',
aggregationStrategy: 'secure',
aggregationStrategy: 'mean',
minNbOfParticipants: 3,
maxShareValue: 100,
tensorBackend: 'tfjs'
Expand Down

0 comments on commit afe90c6

Please sign in to comment.