Seppo Enarvi

Results 88 comments of Seppo Enarvi

Thanks for getting back @StevenLooman . I enabled `homeassistant.components.ssdp` logging too. I see this when I start Home Assistant: ``` [async_upnp_client.advertisement] Start listening for advertisements [async_upnp_client.ssdp] Creating socket, source: (,...

Your guess was right that the port was reserved by another container - the Unifi Controller. When I block the port for the Unifi Controller, the UPnP integration will find...

I would suggest a small change, though. The level of the "Failed to setup listener for (...): [Errno 98] Address in use" message could be higher than DEBUG, since this...

@StevenLooman I can continue debugging the strange UPnP device message next week when I get back home, but I'm running out of ideas. There's no 3: network entry. This is...

@StevenLooman I forgot to get back to this. Actually there is an entry for 3: when I run `ip address` - that's the wlan interface - but it's always down,...

I started seeing this error but couldn't figure out what has caused it. It appears after the first validation epoch, apparently when computing a metric in the `on_epoch_end` callback. Downgrading...

If I understood correctly, when using `self.log(..., sync_dist=True)` with DDP, you have to transfer the tensor to the GPU before logging. Is it possible to move the tensors to the...

As @luca-medeiros said, I think it would be interesting to look into new features from YOLOv7. But to keep things in control, let's first merge this old pull request. Do...

> Hi @senarvi, > > you already have my approving review for quite some time, however, since I've been laid off from the company in November, my review lost all...

I added a YOLOv7 architecture with deep supervision. It was actually quite straightforward to add. Just had to separate the forward pass and loss calculation a bit better in the...