Skip to content

Storing the Downloaded Models #49

@selected-pixel-jameson

Description

@selected-pixel-jameson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions