Closed Krypton3 closed 4 years ago
Hi there!
@iamtrask reported in the Slack group that the issue is due to the import of NumPy to execute log2 like shown in https://github.com/OpenMined/PySyft/blob/master/syft/frameworks/torch/tensors/interpreters/native.py#L741.
Since NumPy can only run locally, it cannot be used for Federated Learning yet. The solutions for this error would be to either:
Cheers!
Hey, I'm not sure how to apply the solutions you provided, could you be more specific?
This notebook works on version 0.1.13a1.
Hi @MarksASP95!
Both solutions involve development. I'm currently working and documenting the NumPy integration on this issue.
This issue has been marked stale because it has been open 30 days with no activity. Leave a comment or remove the stale
label to unmark it. Otherwise, this will be closed in 7 days.
Hi,
I was testing this tutorial with my own dataset. It's working fine till secure encrypted aggregation. However, I have found this error with my dataset. I have also followed the tutorial fully. It also shows the same error for secure encrypted aggregation.
The error is the following:
@iamtrask @LaRiffle I would appreciate an explanation. Thank you.