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

Encourage Modularity of Lightning Modules #19

Open
teddykoker opened this issue Oct 27, 2020 · 1 comment
Open

Encourage Modularity of Lightning Modules #19

teddykoker opened this issue Oct 27, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@teddykoker
Copy link

Would be great if people's lightning modules became easily accessible via pip install. This functionality may work as is right now, but it would be great to showcase and encourage this pattern:

pip install git+https://github.com/teddykoker/teddys-model/

Then in python

from pl_bolts.datamodules import ImageNet
from teddys-model import TeddysModel

pl.Trainer().fit(TeddysModel(), ImageNet())

This encourages reusability of modules and datamodules which would be great for research reproducibility as well as just plug-n-play with different models.

@teddykoker
Copy link
Author

cc @nateraw

@Borda Borda added the enhancement New feature or request label Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants