Closed YhanJude closed 2 years ago
根据你提供的这个错误信息,估计是在“客户端配置”部分的第一点里“配置Channel通信协议”没有正确配置,报错信息显示在客户端中没有找到区块链的证书文件,可以确认一下是否已把搭建好的区块链的证书文件放在python-sdk中正确的路径上
请问这个结果图在哪里看呀
这个结果可以在 {fisco_dir}/nodes/127.0.0.1/node{i}/nohup.out 日志文件中查看,可以利用 tail命令实时查看打印的日志。{fisco_dir}表示之前下载 build_chain.sh 时新建的目录路径,node{i}表示要查看第几个节点的日志,若要查看第0个节点的日志,则文件具体路径应该为 {fisco_dir}/nodes/127.0.0.1/node0/nohup.out
请问这个怎么回事呀
应该是python 的扩展 cytoolz没有安装,你可以试下 pip3 install cytoolz
安装好了,配置完了,出现好多这个错误呀
运行前请确保所有的node均已启动,具体启动方法为运行脚本 {fisco_dir}/nodes/127.0.0.1/start_all.sh
结点启了之后,又出现这个了
你好,从日志上看是因为访问某个节点的时候超时了,但是还不能排查出为什么超时,请确认一下 20200 30300 8545 这三个端口是处于被监听的状态(命令为 lsof -i:端口号,注意冒号后无空格),以及提供一下确认节点目录下的nohup.out日志文件末尾,是否有 The FISCO-BCOS is running...的日志打印,如果没有的话,请把详细的日志信息发给我们看一下。谢谢配合。
可以问一下这是什么情况吗
这是因为合约设定仅收集一定数量的客户端模型更新,请问是运行一直都是这样吗?如果是的话麻烦也提供一下main.py的运行输出。
main.py运行时,首先0~19节点依次别进行初始化并开始训练,然后会输出000批次的训练结果,此后就不再有输出。 前几天main.py的运行是正常的,可以从节点的nohup.out 日志文件中查看到,如下图: 我看了所有节点的日志文件,发现他们都是到75epoch后不再收集,应该是合约设定的问题,请问这种情况该如何解决呢?要想重头再运行实验需要重新创建节点吗?
请问编译的时候 预定合约出错了怎么办?
请问 编译的时候 预编译的文件出错了怎么办
这个可能是因为boost版本错误导致的,你可以看下 /home/ubuntu/BFLC/FISCO-BCOS/deps/src 目录下的boost版本,我们编译通过的环境中boost版本为 1.68.0 ,建议在FISCO-BCOS项目中查询要使用的boost版本,以确保依赖没有问题。
请问这歌是因为什么出错??
这个问题可以到closed issue里面找到解决方法: #5
请问这个成功跑通过后 已经是委员会机制了嘛 如果是的话 怎么判断是谁出的块呢?
还有个问题就是这20个账户和4个节点时什么联系 ,麻烦您啦
请问这个成功跑通过后 已经是委员会机制了嘛 如果是的话 怎么判断是谁出的块呢?
不完全是,这个demo简化实现了委员会机制,可以假设认为区块链上的4个节点就是对应于选举出来的4个委员会节点,委员会的选举通过上一届委员会的验证利用合约自动实现了角色切换,认为这4个区块链节点保证大多数是非恶意节点,即可以使用fisco的PBFT。由于委员会内部共识用的是PBFT,是轮流作为leader,可通过区块链节点的日志(log文件夹内)查看每一轮出块是谁
还有个问题就是这20个账户和4个节点时什么联系 ,麻烦您啦
正常情况下是20个账户和20个节点一一对应,为了简化实现,可以仅设置区块链节点数量(4个)为委员会节点数量(4个)
运行main.py时节点初始化注册都成功但是出现调用地址错误
你好,你可以检查一下是否已经启动了区块链节点以及地址是否正确对应,并且检查一下防火墙是否关闭,确认以上再重新尝试一下,如果还有报错,可以提供一下区块链节点中nohup.out的日志输出
区块链节点启动了 节点0配置 节点1配置 节点2配置 节点3配置 防火墙也是关闭的 节点0 nohup.out内容: [2021-08-16 20:52:10] The FISCO-BCOS is running... [2021-08-16 20:58:59] FISCO-BCOS program exit normally. config file path : config.ini [2021-08-17 22:26:07] Initializing... FISCO-BCOS Version : 2.7.2 Build Time : 20210201 10:03:03 Build Type : Linux/clang/Release Git Branch : HEAD Git Commit Hash : 4c8a5bbe44c19db8a002017ff9dbb16d3d28e9da [2021-08-17 22:26:07] The FISCO-BCOS is running... [2021-08-17 22:47:28] FISCO-BCOS program exit normally. config file path : config.ini [2021-08-17 22:48:57] Initializing... FISCO-BCOS Version : 2.7.2 Build Time : 20210201 10:03:03 Build Type : Linux/clang/Release Git Branch : HEAD Git Commit Hash : 4c8a5bbe44c19db8a002017ff9dbb16d3d28e9da [2021-08-17 22:48:57] The FISCO-BCOS is running... config file path : config.ini [2021-08-18 11:49:41] Initializing... FISCO-BCOS Version : 2.7.2 Build Time : 20210201 10:03:03 Build Type : Linux/clang/Release Git Branch : HEAD Git Commit Hash : 4c8a5bbe44c19db8a002017ff9dbb16d3d28e9da [2021-08-18 11:49:41] The FISCO-BCOS is running... config file path : config.ini [2021-08-18 16:42:29] Initializing... FISCO-BCOS Version : 2.7.2 Build Time : 20210201 10:03:03 Build Type : Linux/clang/Release Git Branch : HEAD Git Commit Hash : 4c8a5bbe44c19db8a002017ff9dbb16d3d28e9da [2021-08-18 16:42:30] The FISCO-BCOS is running...
你好,请问为什么最后没有test_acc
下面是node0中的nohup.out
config file path : config.ini [2021-08-17 17:47:24] Initializing... FISCO-BCOS Version : 2.7.2 Build Time : 20210817 16:03:08 Build Type : Linux/g++/RelWithDebInfo Git Branch : master Git Commit Hash : 3de50132dfe778836db8f2090bccb57d3d7acc98 [2021-08-17 17:47:37] The FISCO-BCOS is running... config file path : config.ini [2021-08-18 11:26:35] Initializing... FISCO-BCOS Version : 2.7.2 Build Time : 20210817 16:03:08 Build Type : Linux/g++/RelWithDebInfo Git Branch : master Git Commit Hash : 3de50132dfe778836db8f2090bccb57d3d7acc98 [2021-08-18 11:26:35] The FISCO-BCOS is running... [2021-08-18 16:28:19] FISCO-BCOS program exit normally. config file path : config.ini [2021-08-18 16:28:23] Initializing... FISCO-BCOS Version : 2.7.2 Build Time : 20210817 16:03:08 Build Type : Linux/g++/RelWithDebInfo Git Branch : master Git Commit Hash : 3de50132dfe778836db8f2090bccb57d3d7acc98 [2021-08-18 16:28:25] The FISCO-BCOS is running... the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded the update of local model is not collected the update of local model is not collected the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 0 epoch , global loss : 46.0693 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 1 epoch , global loss : 55.485 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 2 epoch , global loss : 7.43827 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded the update of local model is not collected 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 3 epoch , global loss : 14.3954 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded the update of local model is not collected the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 4 epoch , global loss : 15.5929 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 5 epoch , global loss : 6.11979 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 6 epoch , global loss : 16.4115 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 7 epoch , global loss : 26.0229 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 8 epoch , global loss : 7.66549 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 9 epoch , global loss : 18.9876 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 10 epoch , global loss : 35.2565 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded the update of local model is not collected the update of local model is not collected 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 11 epoch , global loss : 9.27202 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded the update of local model is not collected 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 12 epoch , global loss : 7.56085 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 13 epoch , global loss : 6.8895 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 14 epoch , global loss : 7.31272 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded the update of local model is not collected 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 15 epoch , global loss : 19.6854 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 16 epoch , global loss : 6.54052 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded the update of local model is not collected the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 17 epoch , global loss : 19.4452 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 18 epoch , global loss : 6.85945 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 19 epoch , global loss : 13.2236 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded the update of local model is not collected the update of local model is not collected 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 20 epoch , global loss : 45.2915 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded the update of local model is not collected the update of local model is not collected 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 21 epoch , global loss : 7.84947 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected the update of local model is not collected 2 scores has been uploaded the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 22 epoch , global loss : 5.6567 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 23 epoch , global loss : 7.04532 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected 1 scores has been uploaded 2 scores has been uploaded the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 24 epoch , global loss : 9.76677 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 25 epoch , global loss : 41.6449 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 26 epoch , global loss : 5.86329 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded the update of local model is not collected the update of local model is not collected the update of local model is not collected 4 scores has been uploaded the 27 epoch , global loss : 7.76508 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded config file path : config.ini [2021-08-18 20:26:44] Initializing... FISCO-BCOS Version : 2.7.2 Build Time : 20210817 16:03:08 Build Type : Linux/g++/RelWithDebInfo Git Branch : master Git Commit Hash : 3de50132dfe778836db8f2090bccb57d3d7acc98 [2021-08-18 20:26:45] The FISCO-BCOS is running... 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 28 epoch , global loss : 7.09527 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 29 epoch , global loss : 41.0007 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded the update of local model is not collected the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 30 epoch , global loss : 6.93824 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 31 epoch , global loss : 7.83246 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded the update of local model is not collected the update of local model is not collected the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 32 epoch , global loss : 12.4469 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 33 epoch , global loss : 6.88832 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 34 epoch , global loss : 17.3835 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded the update of local model is not collected the update of local model is not collected the update of local model is not collected 4 scores has been uploaded the 35 epoch , global loss : 35.9482 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 36 epoch , global loss : 7.64606 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded the update of local model is not collected the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 37 epoch , global loss : 6.37308 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 38 epoch , global loss : 6.05826 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 39 epoch , global loss : 9.66137 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 40 epoch , global loss : 21.7336 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 41 epoch , global loss : 10.8853 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 42 epoch , global loss : 6.41492 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded the update of local model is not collected the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 43 epoch , global loss : 19.9566 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 44 epoch , global loss : 5.91964 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded the update of local model is not collected the update of local model is not collected 4 scores has been uploaded the 45 epoch , global loss : 3.89627 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 46 epoch , global loss : 19.5518 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 47 epoch , global loss : 10.5803 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 48 epoch , global loss : 21.4987 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 49 epoch , global loss : 53.2064 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected the update of local model is not collected 2 scores has been uploaded the update of local model is not collected 3 scores has been uploaded 4 scores has been uploaded the 50 epoch , global loss : 7.10992 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 51 epoch , global loss : 7.93687 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 52 epoch , global loss : 5.93695 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 53 epoch , global loss : 6.7561 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 54 epoch , global loss : 3.98259 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 55 epoch , global loss : 15.9096 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 56 epoch , global loss : 46.9864 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded the update of local model is not collected 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 57 epoch , global loss : 6.72896 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 58 epoch , global loss : 7.57582 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected 1 scores has been uploaded the update of local model is not collected the update of local model is not collected 2 scores has been uploaded 3 scores has been uploaded 4 scores has been uploaded the 59 epoch , global loss : 5.63061 the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is collected the update of local model is not collected the update of local model is not collected 1 scores has been uploaded 2 scores has been uploaded 3 scores has been uploaded the update of local model is not collected 4 scores has been uploaded the 60 epoch , global loss : 5.40601 [2021-08-18 21:07:36] FISCO-BCOS program exit normally.
你好,请问这个是什么原因啊 谢谢啦
你好请问一下 这里面代码中哪一步是上传了初始化模型
你好,模型是在合约中已经进行了初始化,不需要上传初始化模型
您好,我也遇到了time out的问题,请问您当时是如何解决的呢
你好,请问这个是什么原因啊 谢谢啦
您好,能请问下您当时是如何解决time out的问题的么
请问出现好多这些问题怎么回事呀