Logan
Logan
Instead of running just `coolwatcher` (which seems to point to `/home/logan/CSDTK/bin/coolwatcher` in my case), if I run `/home/logan/CSDTK/cooltools/coolwatcher` it seems to load with the profiles available. Hope it helps!
Hi @SimonBlanke, I was also looking for continuous parameter ranges, perhaps you could look at the [Gymnasium Spaces](https://github.com/Farama-Foundation/Gymnasium/tree/main/gymnasium/spaces) code for ideas for handling discrete/continuous (its one of the standard Reinforcement...
Hi @rsanandres-wandb, I have added the requested file to the issue above, thanks for looking into this!
@rsanandres-wandb I'll try that, but I thought the `with wandb.init(` context manager would handle that implicitly (like automatic file handler closing), surely that is how it should be implemented? Will...
The context manager is already calling finish for me in [wandb_run.py#L3050](https://github.com/wandb/wandb/blob/0846effe26f41c9af1afdcdb9ff6a7ecb1e8d0c8/wandb/sdk/wandb_run.py#L3050): ```python def __exit__( self, exc_type: Type[BaseException], exc_val: BaseException, exc_tb: TracebackType, ) -> bool: exit_code = 0 if exc_type is...
It would also be nice if the hover popup did not block the graph below it, as often I cannot see where I have selected on the graph, as in...
Hi Artsiom, Not sure if you can access it on the back end, but you can take a look at my thesis workspace? https://wandb.ai/logan_dunbar/thesis/workspace I don't have anything public at...
Hi @ArtsiomWB I'm using both Firefox and Chrome, and it's happening on both. I've resized the window to be 1388×1486, I've just taken another screenshot and it's still there. It...