I have successfully published an app to the shinyapps.io site and it utilizes reticulate
to run saved models (made with keras
) in python. Interestingly, when I go to the shinyapps.io site that hosts this app, it sometimes says Disconnected from server
and isn't able to reload. When I look at the logs when that happens it says keras not found
. However, other times it works just fine and the logs show that everything is working properly. As far as I can tell I'm not doing anything differently in these situations.
I will be sending this to others very soon (turning it in) and would like for it to be working reliably.
logs.pdf (44.8 KB)
Thank you!
EDIT: uploading the logs here too.