You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dual-headed-nn example error when creating the duet machine.
Further Information
Describe your question in greater length here.
I am using the docker-based Jupyter notebook for running examples/dual-headed-nn/examples/Vertical_Model_Training/, however, I got an error when running the second step duet = sy.duet(loopback=True). The error is
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
/tmp/ipykernel_21/2164902562.py in <module>
----> 1 duet = sy.duet(loopback=True)
AttributeError: module 'syft' has no attribute 'duet'
Screenshots
If applicable, add screenshots to help explain your question.
System Information
OS: [e.g. iOS] macOS
OS Version: [e.g. 22] 11.3
Language Version: [e.g. Python 3.7, Node 10.18.1] python3.7
Question
Describe your question in ONE SENTENCE.
Dual-headed-nn example error when creating the
duet
machine.Further Information
Describe your question in greater length here.
I am using the docker-based Jupyter notebook for running
examples/dual-headed-nn/examples/Vertical_Model_Training/
, however, I got an error when running the second stepduet = sy.duet(loopback=True)
. The error isScreenshots
If applicable, add screenshots to help explain your question.
System Information
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: