-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Need hash_funcs for Torchvision model #1422
Copy link
Copy link
Closed
Labels
feature:cache-hash-funcRelated to cache hashing functionsRelated to cache hashing functionstype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Description
Created from #1244
import streamlit as st
import torchvision
@st.cache
def fun():
model = torchvision.models.resnet18(pretrained=True)
return model
fun()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature:cache-hash-funcRelated to cache hashing functionsRelated to cache hashing functionstype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features