dusmart

Results 30 comments of dusmart

When I tried to put some none-nil byte array to the second parameter, the program would always fail. Until I see your example in one file, I realize that the...

```sh curl http://seed5t4.neo.org:20332 -d '{ "jsonrpc": "2.0", "id": 1, "method": "getblockcount", "params": [ "0x40e171249642639be3e54dd6acfe5948b1d3f240f505e7a3403cdc9bd3e1068a" ] }' ``` `{"jsonrpc":"2.0","id":1,"result":1245636}` They all now stuck at 1245636.

采用如上loss,一个1080的卡,保证半个小时内就能收敛到一个很好的结果(>90%)

> > 如果最终要预测的是四个字符,把loss定义为四部分交叉熵loss的平方和(每部分label是一个one-hot向量),效果会显著提升,现在这样直接把输出结果和一个four-hot向量做交叉熵,意义不大 > > 大佬请教一下就是最后输出4个one hot向量作为预测结果是么? 对的,每一个one hot预测一个字符

http://terminal-in-react.surge.sh/ > color white > color -h > color -h > color -c red ![image](https://user-images.githubusercontent.com/12573541/122344571-85efa680-cf79-11eb-937e-0beb12dc7b6f.png)

Thanks for replying! I'm really happy. Yeah. As you say, we just didn't think about the long time running for finding a solution. Actually, I'm a freshman in this area....

This contract has a `Verify` method which is very dangerous. https://github.com/neo-project/neo/blob/77ffe094368d14b2f8c089e9b52479d6f1a8cc4b/src/Neo/SmartContract/Native/Notary.cs#L95 In this method, we verify that `tx.Signers[1]` has enough balance stored in the contract. Plus, we verify that a...

https://github.com/shadowsocks/shadowsocks-iOS/blob/master/shadowsocks_sysconf/main.m

我是看到这个repo的实现方案,他用的shadowsocks的:https://github.com/Cenmrev/V2RayX#acknowledge

> going to investigate more yep. tested locally. Plugins's Committing and Committed handler will executed async, no order is kept.