PySyft icon indicating copy to clipboard operation
PySyft copied to clipboard

Perform data science on data that remains in someone else's server

Results 296 PySyft issues
Sort by recently updated
recently updated
newest added

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

Type: Bug :bug:

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

Awaiting Response

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

Type: Improvement :chart_with_upwards_trend:
Coming Soon

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

Awaiting Response

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

Type: Bug :bug:
Awaiting Response

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

Type: Documentation :books:
Awaiting Response

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

0.8.5
Black Team

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

0.8.5
Black Team

Issue: https://github.com/OpenMined/Heartbeat/issues/916

Yellow Team
0.8.5

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

Type: Testing :test_tube:
Awaiting Response