storch icon indicating copy to clipboard operation
storch copied to clipboard

Add examples

Open sbrunk opened this issue 2 years ago • 3 comments

We should provide a few examples in the docs and perhaps also as subproject showing things like data loading and a complete training loop.

Some interesting examples could be:

  • [x] A basic hello world example using MNIST or Fashion-MNIST
  • [x] A vision model with transfer learning, i.e. for image classification
  • [ ] An NLP model i.e. using a transformer model like BERT
  • [ ] ...

sbrunk avatar Jan 21 '23 08:01 sbrunk

I am working through the lectures by Andrej Karpathy - Neural Networks: Zero to Hero (thanks for the recommendation!), and I am planning to add all the exercises as examples here, hopefully it doesn't take me too long.

davoclavo avatar Jun 18 '23 06:06 davoclavo

I'm interested in this as well. I'm new to a lot of this, so my ability may be low, but I'll be happy to review and comment.

dahlej avatar Jun 29 '23 16:06 dahlej

Hey @dahlej welcome! Any contribution is helpful so please don't hesitate to participate and ask questions.

I want Storch be useful for people no matter what their background or level of experience is, so it's always good to have different perspectives. I'm learning a lot myself while working on it.

sbrunk avatar Jun 29 '23 20:06 sbrunk