Wenrui.J

Results 2 comments of Wenrui.J

@hexiangnan I just tried `--loss_type=log_loss`, there maybe some points need be updated: 1. Line 149: `self.lambda_bilinear > 0`, the typo is different from the one `self.lamda_bilinear` in `__init__` 2. Line...

I have met the same problem with **kafka**, i just followed steps: ``` docker pull confluent/zookeeper docker pull confluent/kafka docker run --name zk-1 -e zk_id=1 -e zk_server.1=${myhost_ipv4}:2888:3888 -p 2181:2181 -p...