Recently I found that some node has behind `Block.Height` during hot body test. I ran hot body for 5 minutes and each node has block height like this,
```
$ for i in *.log; do echo -n $i ": "; cat…
Hello,
I am actually trying to train an inception model with multiple output but I have some problems for the training steps. It seems that I have a dimension batch error but I didn't find the way…