Lightning-Universe / lightning-transformers

Flexible components pairing 🤗 Transformers with :zap: Pytorch Lightning
https://lightning-transformers.readthedocs.io
Apache License 2.0
610 stars 77 forks source link

Create the equivalent of boring model for issues template for bugs #156

Closed zippeurfou closed 3 years ago

zippeurfou commented 3 years ago

🚀 Feature

We should have the equivalent of boringmodel in PL for issues template for bugs

Motivation

Just make our life easier to report and fix :)

Pitch

I reported an issue with this https://colab.research.google.com/drive/1uamw6SNaOr_4ch24JNxAj2yfgLUKfJqO?usp=sharing I think it just makes it easier overall to understand the issue. I'd suggest changing the logo, adding a better way to create the different kind of data files.

SeanNaren commented 3 years ago

Thanks Marc!

We'll get there, we do have a simple BoringTransformerModel and DataModule for testing: https://github.com/PyTorchLightning/lightning-transformers/blob/master/tests/core/boring_model.py exposing this to the user would be great.

I think we can have non-hydra boring model template script and a hydra CLI command to run to replicate issues.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.