Juan Trelles
Results
2
comments of
Juan Trelles
@rsippl For any keras built network, is it only necessary to use the preprocess_input provided with the specific model (e.g., keras.applications.vgg16.preprocess_input)? Does it harm if we add more parameters to...
I had a similar issue and solved it by doing the following: 1. Extend the Dockefile in your project based on these instructions: https://docs.astronomer.io/astro/cli/customize-dockerfile#add-a-ca-certificate-to-an-astro-runtime-image 2. Build a custom docker image...