We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请教个问题,如果我训练每次都做psi感觉没太大必要,有时候我希望psi做完一次后,就专注做模型的训练。但是我看所有的例子好像都需要做一次psi,然后进行纵向训练,
FATE/examples/pipeline/coordinated_lr/test_lr.py
Line 62 in d9253c4
lr_0 = CoordinatedLR("lr_0", epochs=10, batch_size=300, optimizer={"method": "SGD", "optimizer_params": {"lr": 0.1}, "penalty": "l2", "alpha": 0.001}, init_param={"fit_intercept": True, "method": "zeros"}, train_data=reader_0.outputs["output_data"], learning_rate_scheduler={"method": "linear", "scheduler_params": {"start_factor": 0.7, "total_iters": 100}}) pipeline.add_tasks([reader_0, lr_0, evaluation_0])
但是host端报错: NoneType
The text was updated successfully, but these errors were encountered:
可以单独跑一个reader->psi的任务,然后这一步的输出会有对齐后的数据表,后续可以直接作为reader的输入。
Sorry, something went wrong.
No branches or pull requests
请教个问题,如果我训练每次都做psi感觉没太大必要,有时候我希望psi做完一次后,就专注做模型的训练。但是我看所有的例子好像都需要做一次psi,然后进行纵向训练,
FATE/examples/pipeline/coordinated_lr/test_lr.py
Line 62 in d9253c4
但是host端报错: NoneType
The text was updated successfully, but these errors were encountered: