Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants