Vova Manannikov
Vova Manannikov
## Description FL model can be protected. In this case, `/federated/get-model` checks that the worker is authenticated. However, new `/get-model` endpoint (https://github.com/OpenMined/PyGrid/pull/609) is not protected. There seems to be need...
## Description Static FL auth checks auth token against supplied model_name and model_version settings, and if token is valid issues `worker_id`. Then, worker requests the cycle using `worker_id` and pygrid...
Fix typo in 'use strict'
## Description Allow dataset to have async `getItem` method, so that the data can be fetched async. This infers DataLoader iterator will be async. ## Are you interested in working...
## Description DataLoader could use web workers to improve performance. ## Are you interested in working on this improvement yourself? - Yes, I am.
## Where? README.md ## Who? Contributors ## What? Make sure it's clear that the main dev branch is `dev`. ## Additional Context Add any other context about the problem here.
## Description When speed test is executed against pygrid running in local machine w/o docker, it can return 0 which doesn't reflect real speed. ## How to Reproduce 1. Run...
## Description Separated from #148: The upload speed test takes extremely long and blocks the whole machine. I had to manually kill my chrome process to exit the syft.js tab....
Tensorflow.js is available for React Native: https://blog.tensorflow.org/2020/02/tensorflowjs-for-react-native-is-here.html It would be interesting to check if syft.js works in such setting.
## Description Noticed issue in tfjs parsed .json file: e.g. if you see tf.GraphModel in tfjs API, it's methods are listed w/o tf.GraphModel. prefix. Doc parser doesn't add tf.GraphModel prefix,...