fastai / course-v3

The 3rd edition of course.fast.ai
https://course.fast.ai/
Apache License 2.0
4.9k stars 3.55k forks source link

Lambda layer up-to-date? No module named 'torch' #490

Open jeppeArchidraw opened 4 years ago

jeppeArchidraw commented 4 years ago

Is the Lambda layer up-to date? Have added the layer

arn:aws:lambda:AWS_REGION:934676248949:layer:pytorchv1-py36:2

and I get the error:

Unable to import module 'lambda_function': No module named 'torch'

Am I missing something?

norahsakal commented 4 years ago

I'm receiving the same error and tried both versions, did you manage to fix it? @jeppeArchidraw