federated-learning icon indicating copy to clipboard operation
federated-learning copied to clipboard

Federated learning experiment using TensorFlow.js

Results 98 federated-learning issues
Sort by recently updated
recently updated
newest added

Bumps [safer-eval](https://github.com/commenthol/safer-eval) from 1.3.3 to 1.3.5. Commits - [`6d5ed4b`](https://github.com/commenthol/safer-eval/commit/6d5ed4b90d676a10776b818dee84014dcd41e632) 1.3.5 - [`fbbc623`](https://github.com/commenthol/safer-eval/commit/fbbc623b7a6f6b9176dfed3f1c3d12ccc848f7b8) Merge pull request [#7](https://github-redirect.dependabot.com/commenthol/safer-eval/issues/7) from commenthol/strict-mode-recommendation - [`1a87237`](https://github.com/commenthol/safer-eval/commit/1a8723704b30ac43c3c300223c6132e27b48fc21) fix: use strict mode recommendation - [`b81dab9`](https://github.com/commenthol/safer-eval/commit/b81dab9c7ef88345e5e9a4490426ac171a489add) 1.3.4 - [`073267a`](https://github.com/commenthol/safer-eval/commit/073267ac30e67d3e5c1762c5d0373444ead61660)...

dependencies

Bumps [safer-eval](https://github.com/commenthol/safer-eval) from 1.3.3 to 1.3.5. Commits - [`6d5ed4b`](https://github.com/commenthol/safer-eval/commit/6d5ed4b90d676a10776b818dee84014dcd41e632) 1.3.5 - [`fbbc623`](https://github.com/commenthol/safer-eval/commit/fbbc623b7a6f6b9176dfed3f1c3d12ccc848f7b8) Merge pull request [#7](https://github-redirect.dependabot.com/commenthol/safer-eval/issues/7) from commenthol/strict-mode-recommendation - [`1a87237`](https://github.com/commenthol/safer-eval/commit/1a8723704b30ac43c3c300223c6132e27b48fc21) fix: use strict mode recommendation - [`b81dab9`](https://github.com/commenthol/safer-eval/commit/b81dab9c7ef88345e5e9a4490426ac171a489add) 1.3.4 - [`073267a`](https://github.com/commenthol/safer-eval/commit/073267ac30e67d3e5c1762c5d0373444ead61660)...

dependencies

Could not load source file "../common.ts" in source map of "node_modules/federated-learning-client/dist/common.js". ![image](https://user-images.githubusercontent.com/3394553/64581114-80842600-d3bb-11e9-997b-63acc8142a08.png)

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Hello Authors! Thanks for sharing nice work. Your code are awesome. I try your emoji_hunt demo with my trained model. I think this is important issue to implement Ferderated Learning....

Hello, Is there a tutorial to get started on this repo? I would like to run it on 1 server and n clients to see how it works. I started...

I get the following error when I run `yarn dev` to setup the federated server `RangeError: Invalid typed array length: 424424 at new Float32Array () at /home/psi/flp/federated-learning/demo/emoji_hunt/server/.yalc/federated-learning-server/dist/models.js:391:19 at Array.map ()...

Hi , I have been trying to run the tff server. I facing the below issue can anyone please help me out. ``` (node:19400) UnhandledPromiseRejectionWarning: Error: Cannot find any save...

Hi , this is a great work. I have tried running the server using the below code ``` import * as http from 'http'; import * as federated from 'federated-learning-server';...

common.ts:103:16 - error TS7017: Element implicitly has an 'any' type because type '{ 'float32': Float32ArrayConstructor; 'int32': Int32ArrayConstructor; 'bool': Uint8ArrayConstruct...' has no index signature. 103 const ctor = dtypeToTypedArrayCtor[dtype]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ models.ts:227:3...