PySyft
PySyft copied to clipboard
Perform data science on data that remains in someone else's server
Hello, I'm trying to check the [Tutorial 2 - MultiLayer Split Neural Network](https://github.com/OpenMined/PySyft/blob/PySyft/syft_0.2.x/examples/tutorials/advanced/split_neural_network/Tutorial%202%20-%20MultiLayer%20Split%20Neural%20Network.ipynb) In this tutorial, the model is split among Alice, Bob, and Claire, but it looks like Bob...
## Description On running the notebook examples/federated-learning/model-centric/mcfl_create_plan.ipynb, the cell with response = grid.host_federated_training(...) gives BrokenPipeError: [Errno 32] Broken pipe. As per notebook on executing Step 4, "WebSocket request accepted, switching...
## Description This task is to catalogue all these issues first and adding Trivy to CI. We can also use something like this: https://github.com/Azure/container-scan https://app.clubhouse.io/openmined/story/304/run-trivy-on-0-6-containers ## Acceptance Criteria Trivy is...
## Description Fix all of MyPY in the pre-commit hooks. https://app.clubhouse.io/openmined/story/291/mypy ## Acceptance Criteria Add `/packages/grid/ansible/mitogen` to ignore. All MyPy checks pass on tox -e lint and CI. - [...
## Description Re-enable precommit and flynt checks. https://app.clubhouse.io/openmined/story/292/flynt ## Acceptance Criteria Flynt checks pass on tox -e lint and CI.
## Description Fix all of Flake8 in the pre-commit hooks. https://app.clubhouse.io/openmined/story/290/flake8 ## Acceptance Criteria Flake8 checks pass on tox -e lint and CI. - [ ] Fix packages/grid - [...
## Description Fix all broken tests in `demo_strike_team_branch_4` branch marked as @pytest.mark.xfail with the string "MADHAVA" next to them. https://app.clubhouse.io/openmined/story/289/fix-syft-unit-tests ## Acceptance Criteria Tests all pass in tox and CI....
## Description When i want to try /syft/examples/federating_learning , when i use do_client.assocition_requests.create(), it failed. ` JSONDecodeError Traceback (most recent call last) in 13 # conn_type= GridHTTPConnection, # HTTP Connection...
## Question I tried tutorial of federated learning on examples/federated-learning/model-centric/mcfl_create_plan.ipynb. And a ConnectionRefusedError was raised at the location shown in the image below. What should I do to resolve this...
## Question Is the `remote_torch` the torch Module of the data owner in the data centric setting? ## Further Information I have implemented a rudimentary working example of a data...