Jay Zhan

Results 74 comments of Jay Zhan

only tests are left 1. majority-joint-commit 2. vote 3. group-commit

> add last index and term to `MsgTimeoutNow` and broadcast an empty entry 1. what is the purpose of broadcast an empty entry 2. if leader election timeout does not...

how to deal with the situation that, if empty entry that broadcast by leader is received **after** `MsgRequestVote` from transferee, then the follower will send `MsgRequestVoteResponse` to transferee, and transferee...

I would like to replace `cargo clippy --all -- -D clippy::all` to `cargo clippy --all --all-targets -- -D clippy::all` in `Readme.md`, is the latter better?

why care about python2?

I meet the same problem, but replace or add #include https://github.com/pytorch/extension-cpp/issues/35#issuecomment-497935880 still cant solve the problem

why reflection padding in Encoder is 15x15 not half the kernelsize and add only before c3s1-32 not for every conv layer?

Is this the reason why I get edit distance 2 on `a="9"`, `b="99"` when split is `" "` or `"\n"`? version 2.0.0 ```rs #[test] fn test_diff() { init(); let a...

難過...過了幾個月了...作者辛苦了

this has been discussed in cyclegan https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/190