Closed hiepph closed 5 years ago
Hi, your README doesn't include how to load pretrained models and infer with a test image. Can you update or show an example here?
Hi,
loaded_model = Model.load_state_dict(torch.load(path))
loaded_model(image)
prediction
Hi, your README doesn't include how to load pretrained models and infer with a test image. Can you update or show an example here?