Vova Manannikov

Results 18 issues of 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...

0.2.x

## 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...

0.2.x

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...

Priority: 3 - Medium :unamused:
Severity: 3 - Medium :unamused:
Status: Available :wave:
Type: Improvement :chart_with_upwards_trend:

## Description DataLoader could use web workers to improve performance. ## Are you interested in working on this improvement yourself? - Yes, I am.

Priority: 3 - Medium :unamused:
Severity: 4 - Low :sunglasses:
Status: Available :wave:
Type: Improvement :chart_with_upwards_trend:
Type: Research :microscope:

## 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.

Type: Documentation :books:
hacktoberfest-accepted

## 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...

Type: Bug :bug:
hacktoberfest-accepted

## 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....

Type: Bug :bug:
Status: Investigating :mag:

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.

Type: Epic :call_me_hand:

## 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,...

Type: Bug :bug:
crawler