deep-learning-project-template
deep-learning-project-template copied to clipboard
Torch Hub Support
Add torch.hub support like so:
import torch
model = torch.hub.load(
"pytorchlightning/deep-learning-project-template",
"lit_classifier",
)
Hello @teddykoker! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:
Comment last updated at 2020-12-08 20:03:46 UTC
Build has been failing since previous commits to master, will fix in future pr