You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I use model from assets folder im my script.py?
now i use this
fcn=models.segmentation.fcn_resnet101(pretrained = True).eval()
but i dont want to use internet.
I downoloaded model.
how can i use downoloaded model?
My file is resnet101-5d3b4d8f.pth
The text was updated successfully, but these errors were encountered:
How can I use model from assets folder im my script.py?
now i use this
fcn=models.segmentation.fcn_resnet101(pretrained = True).eval()
but i dont want to use internet.
I downoloaded model.
how can i use downoloaded model?
My file is resnet101-5d3b4d8f.pth
The text was updated successfully, but these errors were encountered: