PySyft
PySyft copied to clipboard
Perform data science on data that remains in someone else's server
## Question Hi there, I keep running into errors installing Syft and I'm not sure how to proceed. ## Further Information I have followed the documentation and receive an error...
## Question Can data onwer get the encrypted parameter data from central server? ## Further Information Describe your question in greater length here. When we build a federation learning model...
## Description After I downloaded the pyft0.8.2 version on the server, when I tried to link my python interpreter through ssh in pycharm, the following error occurred: ## How to...
## Question My environment configuration is as follows: hagird==0.2.137 syft==0.8.0b7 I followed the code from Notebook, but there was an error it's that ConnectionError: Failed to fetch http://localhost:8081/api/v1/new/metadata. Response returned...
## Description pip install syft failed like below C:\Users\DELL>pip install syft Collecting syft Using cached syft-0.8.1-py2.py3-none-any.whl (338 kB) Collecting bcrypt==4.0.1 (from syft) Using cached bcrypt-4.0.1-cp36-abi3-win_amd64.whl (152 kB) Collecting forbiddenfruit==0.1.4 (from...
Hi, I have been trying to find a federated learning tutorial with the latest syft version, but all documents are related to older versions, which includes a bunch of function...
## Description Closes https://github.com/OpenMined/Heartbeat/issues/985 ## Affected Dependencies List any dependencies that are required for this change. ## How has this been tested? - Describe the tests that you ran to...
## Description Closes https://github.com/OpenMined/Heartbeat/issues/986 Start and run local kubernetes in dev mode ```shell $ tox -e dev.k8s.start $ tox -e dev.k8s.hotreload ``` Add the following in `.vscode/launch.json` ```jsonc { //...
Issue: https://github.com/OpenMined/Heartbeat/issues/916
## Description A clear and concise description of what you want to test. ## Type of Test ``` class Net(nn.Module): def __init__(self): super(Net, self).__init__() self.conv1 = nn.Conv2d(1, 20, 5, 1)...