CaseGuide

Results 14 comments of CaseGuide

Having the exact same issue on us-east-1. Completely disables my ability to train models in a reasonable time. See below for work around.

AWS has been super helpful in diagnosing and solving so far. Using fastai's start and create scripts from the notebook lifecycle configuration tab in AWS console to get it working...

# Steps for what appears to be a permanent fix, though not thoroughly tested. Tested this by setting up and running the lesson1-pets.ipynb up through the first .save() 1) Create...

I think they've [tried to do this with SageMaker](https://course.fast.ai/start_sagemaker.html), but the CloudFormation link currently times out as mentioned in Issue #518

# EDIT: It's looking like my issue is related to a known issue with slim_handler when deploying from Windows. I opened a new issue at #2145 I'm running into a...

This would indeed be fantastic. Is there any way to add this via the Zappa config?

I did get EFS working with a Zappa-deployed Lambda function by [creating a file system roughly following this tutorial ](https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html). What's really cool is that with Zappa, you don't need...

A work around might be to take your file list an generate importable labels, if possible for your use case.

This is still an issue in Zappa 0.54.0/Python3.7/Win 10. Had a legacy project using Zappa. Likely just going to more everything to docker the AWS SAM CLI and deploy that...

I would like a dcc.DocumentTitle but your work around worked great for me in `Dash==1.15.0` If someone finds this and wished they had a function to get a SPECIFIC url...