Hi Community,
We are using Prefect + ECS Tasks to train various keras models we have. We’ve run into an issue where the logging from Keras’s fit method does not appear within the Flow run logs, only within AWS. We have added the “log_prints=True” as part of our flow annotation, which did allow some log prints to come through, but it seems the actual model.fit logs are not showing up.
Has anyone run into this issue with Keras logs not appearing on an ECS task?