Zhuofeng Wang

Results 15 comments of Zhuofeng Wang

> I found a possible solution! #7863 This bug may be caused by ACS.

应该为上游应用的错误。https://bugs.python.org/issue22965 看到你的日志中传的是`[u'[email protected]', u'[email protected]']`,这个配置的类型不是str可能导致app engine和smtplib出现问题。

> @jjaone > > Can you run `multipass find --force-update` first and run the launch command later and see if there is a difference? In my case, it works!

May a little change to `_get_path` function of `prefix.py` can help. https://github.com/macroversus/streaming/blob/0ab01ffa7000e50955526fa17932c167d0756499/streaming/base/shared/prefix.py#L35-L45 ```python def _get_path(prefix_int: int, name: str) -> str: """Get the name of the shared memory. Args: prefix (int):...

I encountered this error as well, and it turned out that torchmetrics was the culprit too. I discovered that by attaching the metrics to the LightningModule and letting Lightning handle...