sagewe
sagewe
64bit for now but would be extended in future
> > 64bit for now but would be extended in future > > Thanks.And I'd also like to know how many bits of precision are supported for floating point numbers...
@GreyJeremyji 可以分享下你主要想了解哪部分的代码以及目的是啥吗,我们可以根据情况补充一些文档资料
> 大佬这个问题解决了吗? 求指教啊,同样的这个问题卡在这边很久了 能提供更详细的信息吗,这个一般是因为eggroll没有部署或者配置正确
本质上都要对齐,否则无法保证两边的onehot维度一致,这个参数更多的意思是“我是否保证数据是已经对齐的了”,如果能保证,那么可以少做一次数据扫描。
>  作者您好,在我把guest 从guest = '10000'改到了guest = '9999',任务可以一开始执行起来。但是执行了几轮之后就会产生同样的错误。针对这个问题请问能指导一下吗 能提供下相关的日志吗
使用新版本试试,如果还有问题请重新打开issue
try exec: `lsof -i:8080` directly from shell to check if lsof correctly installed. and try exec: `ssh localhost "lsof -i:8080"` again to check if `losf` is in search path when...
Find a proper way to dependent on `PaddleFL` will be delay until v0.2
> 我用中文描述下我的问题: > 目前按照standalone的执行流程,目前我能正常跑起来。 > 但是如果只使用sh FedVision/examples/paddle_mnist/run.sh 127.0.0.1:10002,也就是启动master1, 从log中看到一直blocker在data loader ready:,不能正常跑起来。如果这个时候我启动sh FedVision/examples/paddle_mnist/run.sh 127.0.0.1:10003, master2我从log中看到能够正常训练。这个时候在启动sh FedVision/examples/paddle_mnist/run.sh 127.0.0.1:10004,master3也不能正常训练。 > 我的问题是:master1、master2、master3、master4,不应该都可以启动并且跑起来,为什么同时启动就是master2能够正常跑,其他三个都不正常?为什么是master2? 有可能是因为数据没有预先下载好? 尝试在实验之前,到data 目录执行下脚本