astrobdr

Results 13 comments of astrobdr

Hey thanks for the mention @mosheraboh :). Ive had some good (albeit basic) experience with the ipyvolume package: https://www.youtube.com/watch?v=hOKa8klJPyo Have you guys considered it for this issue? @SagiPolaczek

Yea looks like it may be difficult/impossible to get ipyvolume working outside of jupyter. In any case, can you tell me where exactly you developed and how you are debugging...

Hey I managed to get this working in the 3dvisop: https://plotly.com/python/visualizing-mri-volume-slices/ And was able to export to html Then from vscode you can download the html and view it https://user-images.githubusercontent.com/22205363/197400979-298f98cc-a0e7-44df-928b-93d4221224a0.MOV...

So combining curves in tensorboard is possible, albeit inelegant. I found some SO q's that referenced doing this like this one: https://stackoverflow.com/questions/48951136/plot-multiple-graphs-in-one-plot-using-tensorboard So I was able to acheive this in...

Also, it seems like more advanced logging frameworks such as wandb already support mixing plots elegantly, so i suggest we dont do this.

Regarding CSV logging, pytorch lightning CSVLogger seems totally compatible with fuse's implementation. You can just import it, make its logging dir the same as that of the fuse_logger, and pass...

Since there are no changes necessary for this issue ill close it :)

Actually Ill reopen this again and add CSVLogger to a few examples before closing 😅

Seems like there exists an mlflow logger for pl: https://pytorch-lightning.readthedocs.io/en/stable/api/pytorch_lightning.loggers.mlflow.html

added them in #204