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
背景:两台机器运行 一台Server端,一台Client端.
Client端的报错信息如下
我尝试去core.trainer的 TrainMPCDistillationStrategy 这个函数里面核对传参个数,结果运行卡在只能print('a')
core.trainer
TrainMPCDistillationStrategy
于是上父类中核对传参个数,没有发现问题.
于是返回到core.trainer_controller.py中,发现运行的是DistillationStrategy这个策略,于是强制运行NormalStrategy就跑通了
core.trainer_controller.py
DistillationStrategy
NormalStrategy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
背景:两台机器运行 一台Server端,一台Client端.
Client端的报错信息如下
我尝试去
core.trainer
的TrainMPCDistillationStrategy
这个函数里面核对传参个数,结果运行卡在只能print('a')于是上父类中核对传参个数,没有发现问题.
于是返回到
core.trainer_controller.py
中,发现运行的是DistillationStrategy
这个策略,于是强制运行NormalStrategy
就跑通了The text was updated successfully, but these errors were encountered: