Bo Zhang

Results 14 comments of Bo Zhang

yes, they are. 1 and tensor(0).

since the `self._samples` only has 1 element inside it, I tried to investigate the `self._samples[0]` by doing `print(sum(1 for _ in self._samples[0]))`. This time, it tells me that ``` Traceback...

Right, I'm using TCP in ZMQ and since NLB support TCP, this is the intention I use it to expose an ip to the client outside the k8s. My use...

I tried `service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: ip` before, but it didn't work. My socket monitor didn't print anything out, but just hung there. So I assume it even receive or recognize the traffic....