Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torch Hub Support #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Torch Hub Support #22

wants to merge 4 commits into from

Conversation

teddykoker
Copy link

Add torch.hub support like so:

import torch
model = torch.hub.load(
    "pytorchlightning/deep-learning-project-template",
    "lit_classifier",
)

@pep8speaks
Copy link

pep8speaks commented Dec 8, 2020

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! 🍻

Comment last updated at 2020-12-08 20:03:46 UTC

@teddykoker
Copy link
Author

Build has been failing since previous commits to master, will fix in future pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants