shreydan / computer-vision-course

This repo is the homebase of a community driven course on Computer Vision with Neural Networks. Feel free to join us on the Hugging Face discord: hf.co/join/discord
MIT License
0 stars 1 forks source link

Transfer Learning: Image Classification #2

Open shreydan opened 9 months ago

shreydan commented 9 months ago

This is my setup for transfer learning:

shreydan commented 9 months ago

this is the notebook I've come up with: vit-transfer-learning-image-classification

shreydan commented 9 months ago

I think I need to update the folder structure, all the files should be under unit-3 only afaik

Anindyadeep commented 9 months ago

I think I need to update the folder structure, all the files should be under unit-3 only afaik

Can you push a PR for this, so it will be easier for us to review.

shreydan commented 9 months ago

discussions:

but since we have the following sections: transfer learning, fine-tuning, fine-tuning with LoRA, knowledge distillation. We cannot fit the entirety into a single .mdx So I think each chapter should be a folder under the unit.

.
└── course/
    └── chapters/
        ├── chapter3/
        │   ├── Transfer Learning and Fine-tuning/
                        └── transfer-learning.mdx
                        └── fine-tuning.mdx
                        └── knowledge-distillation.mdx
        ├── chapter-n/
        │   └── ...mdx
        └── _toctree.yml

Would appreciate everyone's thoughts on this: @sezan92 @Anindyadeep @alanahmet

Anindyadeep commented 9 months ago

Yeah that makes quite a lot of sense, we can actually go for this.