Skip to content
#

fastai

Here are 482 public repositories matching this topic...

tugot17
tugot17 commented Aug 17, 2020

📓 New <Tutorial/Example>

Is this a request for a tutorial or for an example?
Example

What is the task?
How to do a fast prediction for single image

Let say we start with something like

from mantisshrimp.all import *
from PIL import Image

model = faster_rcnn.model(num_classes=5)

model.load_state_dict(torch.load(weights_path, map_location=lambda storag

Improve this page

Add a description, image, and links to the fastai topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fastai topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.