-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
Is there a way I can store the ResNet50 image that is download somewhere so that it's not re-downloaded when I initialize img2Vec via img2vec = Img2Vec(cuda=False, model="resnet50", layer_output_size=2048)
I want to create an Docker image that uses this library which will run through AWS lambda and I'd like to store the Model so that every time the lambda function kicks-off it's not re downloading the model when img2vec = Img2Vec(cuda=False, model="resnet50", layer_output_size=2048) is called.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels