informatics-lab / precip_rediagnosis

Project to use ML to re-diagnose precipitation fields from ensemble model fields
0 stars 0 forks source link

update azureml mlops demo notebook to include tensorboard #85

Closed stevehadd closed 1 year ago

stevehadd commented 1 year ago

Currently we have a demo of using tensorboard, but only only a local installation. There is now support for using tensor board with azureml, as described on this page: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-monitor-tensorboard

This requires adding azureml-tensorboard to the environment. We should do this as part of our standard MLOps toolset

stevehadd commented 1 year ago

Todo:

stevehadd commented 1 year ago

it seems like we may have to set the log directory for tensorboard to work, and maybe also add more tensorflow logging stuff.

stevehadd commented 1 year ago

having tried to get tensorboard running several times with my own notebooks and environments as well as the sample code, I'm coming to the conclusion that one of the following is true:

I'm waiting to hear from Steve Gibson on a contact from Microsoft, I think this is something that I need to check with whoever that is.