You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need an interactive way to visualize data, we can interactively visualize bounding boxes and masks with wandb like described here.
We can also use streamlit, I'm not sure which is cooler.
Wandb draws more my attention because we can also use it for visualizing training statics (in real time), something that would be very very helpful, is to show the predictions of the model after every epoch.
This would provide strong insight on what the model is correctly learning and what it's fail to learn, I believe a tool like this quickly becomes invaluable for anyone training models (it actually surprises me that this simple feature is not widespread at this point)
The text was updated successfully, but these errors were encountered:
Yes sure! streamlit makes deployment very easy and wandb helps in tracking and optimization, we should not miss out on either. I will look into it and then work on #84.
Has any previous work been done?
Yes sure! streamlit makes deployment very easy and wandb helps in tracking and optimization, we should not miss out on either. I will look into it and then work on #84.
Has any previous work been done?
🚀 Feature
We need an interactive way to visualize data, we can interactively visualize bounding boxes and masks with wandb like described here.
We can also use streamlit, I'm not sure which is cooler.
Wandb draws more my attention because we can also use it for visualizing training statics (in real time), something that would be very very helpful, is to show the predictions of the model after every epoch.
This would provide strong insight on what the model is correctly learning and what it's fail to learn, I believe a tool like this quickly becomes invaluable for anyone training models (it actually surprises me that this simple feature is not widespread at this point)
The text was updated successfully, but these errors were encountered: