Hi everyone! I'm having trouble using tensorflow.TensorFlowModelDataset
with an S3 bucket. The model saves fine locally, but when I configure it to save/load directly from S3, it doesn't work.
Some key points:
boto3
or another script, I can access it in S3 just fine..h5
models – Initially, I could retrieve .h5
files from S3 but loading was not working properly, so I switched to the .keras
format, which works fine when handling files manually.tensorflow.TensorFlowModelDataset
with S3? Is there a recommended workaround or configuration to get it working? Any insights would be much appreciated!