I am trying to deploy my DL model with streamlit. After successfully installing dependencies and while loading the checkpoints of the models the message:
[manager] Streamlit server consistently failed status checks
[manager] Please fix the errors, push an update to the git repo, or reboot the app.
appears. How can I handle this, or how can I find out the root of the problem?
After forcing the checkpoint to be loaded only once (via @cache), I managed to run it once, but now the same thing happens. If you could provide me some feedback it would be great.
@randyzwitch , although I updated the Streamlit to the 1.1 version, I still get the same issue when running the app.
Is there a way to monitor the consumption of the resources and the reduction that has to be made, in case that this is the reason for the issue?