homo_nn model training with pipeline #4322
Unanswered
zhangyimeng960916
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the pipeline, is it possible to build homo_NN model based on pytorch?
The default value of "config_type" in the file(\python\fate_client\pipeline\component\homo_nn.py) is "keras"
#########
explicit_parameters["config_type"] = "keras"
#########
Can it be modified to “pytorch” ?
Beta Was this translation helpful? Give feedback.
All reactions