Martin Rueckl

Results 29 comments of Martin Rueckl

Some of them are fixed in d56258d0436d01c2f80257d9247dac72a439643c

Setting `wandb.init(mode="disabled")` seems to also break the context manager usage like: ``` with wandb.init() as run: ... do training ... ``` with the same error as reported above.

BTW: Is there any rational behind the weird API funneling everything through wand.init and having static global variables all over the place? Seems like a super smelly design decision :D.

Same, upgrading to 0.17.7 did not fix it when using `wandb.init(mode='disabled')`. Currently i have the following snipped in my tests to mock it out explicitly. ```python from unittest import mock...

> I would definitely prefer for the repo that the workflow is running in to be implicitly authorized and only have to deal with SSH authorization for submodules. But so...

For a new user it is really quite hard to understand whats going on with the connection `ConnectionPool`, `Redis`, and `Connection` objects. - E.g. I am trying to figure out...

One thing that comes to my mind when reading above discussion: Structural identity of two interfaces (e.g. "the same set of exported functions with identical signatures") is not necessarily the...

Similar behavior here since the upgrade. Can't even tell you which version I'm on now, cause the UI is pretty broken and only shows empty stuff. Non of the 3...

Well, if dotnet 8 is required that explains it. i updated storage manager via the UI, but i don't have admin rights on the machine, so the dotnet8 update didn't...