Skip to content

Need hash_funcs for Torchvision model #1422

@jrhone

Description

@jrhone

Created from #1244

import streamlit as st 
import torchvision

@st.cache
def fun():
    model = torchvision.models.resnet18(pretrained=True)
    return model

fun()

Metadata

Metadata

Assignees

Labels

feature:cache-hash-funcRelated to cache hashing functionstype:enhancementRequests for feature enhancements or new features

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions