Mohammad Hossein Yousefi
Mohammad Hossein Yousefi
Hi @irbekrm, I was able to re-produce the issue simply by adding some `ingress` objects containing hosts with no DNS record. Then I created a valid ingress named `magic`. At...
I would like to emphasize that re-producing this bug isn't really difficult. 1. Create 50-70 `ingress`es containing a host with no DNS records 2. Create one that has a valid...
Hi there, is there any update on this issue?
I'm having a similar problem, where I cant concatenate the elements in a list of zero-dimensional tensors: ``` def basic_fun(x_cloned): res = [] for i in range(len(x)): res.append(x_cloned[i] * x_cloned[i])...
Alright so apparently, I need to do `torch.stack(res, dim=0)` It produces: `tensor([1., 4.], grad_fn=)`