PySyft
PySyft copied to clipboard
Perform data science on data that remains in someone else's server
## Description Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues,...
## Where? 01-data-scientist-submit-code.ipynb ## What? 1. Executing "new_project.create_code_request(obj=mnist_3_linear_layers, client=ds_client)" results in "SyftError: The code to be submitted (name and content) already exists." 2. Executing "project = new_project.start()" results in "Creating...
## Description When I start a domain node with hagrid and go to http://localhost:8081/login, I am presented with a page that does not have a login form. I have the...
## Description This PR aims to fix CustomInputPolicy creation and usage workflow and add a new test in custom-policy notebook. ## Affected Dependencies List any dependencies that are required for...
- [x] Rename `submit_dockerfile` to `submit_container_image`. - [x] `submit_container_image` now accepts a `docker_config` of a more generic `WorkerConfig` type which could be `DockerWorkerConfig` or `PrebuiltWorkerConfig` - [x] Add unit tests...
## Description Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues,...
## Description As part of removing Hagrid from our codebase, we are moving Orchestra to Syft in this PR. Additionally, we've made some significant changes to streamline Orchestra. Firstly, we've...
## Description Closes this [issue](https://github.com/OpenMined/Heartbeat/issues/1217)
## Description Now, we are running peers health check periodically in background task ([this PR](https://github.com/OpenMined/PySyft/pull/8679)). This PR tries to get the list of online domains using the results of this...
## Description The PR aims to decouple the testing for k8s as we are currently deprecating hagrid. Currently stack.test.integration.k8s tests the tests in 1. notebooks/api/0.8 2. tests/integration/ This PR creates...