Jannes Magnusson
Jannes Magnusson
Hi Matthias, maybe it would be worth to replace network-x by cugraph, when gpu is supported. I just have heard about it and thought, that it would make sense to...
TL;DR: don't use local file for the source browser. Just add `file://` before your path to the `browser-source.html`
Thank you for your review. I will have a look at it!
your issues should be fixed now.
I hopefully fixed the slots issues and the 'alt-1-'s that I haven't replaced. There was also another bug in the image selector. Hopefully everything is working now! Sorry for such...
I added now the new style. other PRs I havent found except the readme update which should be no conflict when merging. Hope that everything works fine!
Also, When scrolling some trials are not visible:  
And maybe an additional thought: one should be able to define the aggregation function, e.g. "mean", "sum", ... one example for this could be https://lightning.ai/docs/pytorch/stable/common/lightning_module.html#log
maybe something like this? ```python class LogScalar(TrainerHookBase): def __init__( self, key: Union[str, tuple], logname: str, log_pbar: bool = False, reduce_fx: Union[str, Callable] = 'mean', ): self.logname = logname self.log_pbar =...