johko / 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
365 stars 121 forks source link

Unit 4 Transfer Learning Application Notebook Links #302

Open ThatOrJohn opened 1 month ago

ThatOrJohn commented 1 month ago

https://github.com/johko/computer-vision-course/blob/main/chapters/en/unit4/multimodal-models/transfer_learning.mdx

The notebook links in the Transfer Learning Application section don't go anywhere.

e.g.,

[CLIP notebook](https://)

bellabf commented 1 month ago

Thank you for opening this issue.

It seems that the author of this is @minemile. Any tips of where these links are? @sergiopaniego is also asking around discord to see if we can get this fixed.

ThatOrJohn commented 1 month ago

fwiw, it looks like this might be the CLIP fine-tuning notebook, but not seeing any candidates for the others.

https://github.com/johko/computer-vision-course/blob/f2fa020c0fbadec42b2fb95d9cce77f303aceaae/notebooks/Unit%204%20-%20Multimodal%20Models/Clip_finetune.ipynb

minemile commented 1 month ago

Hello! Thanks for highlighting the problem. I'll fix the links soon.

Unfortunately, notebooks for other models except the CLIP model are not ready.

bellabf commented 1 month ago

It might be enough to open a PR changing the link to "Coming Soon" now and then correct the link once the notebooks are ready.

minemile commented 1 month ago

@bellabf Certainly! But in order to have at least some examples of fine-tuning, I added links from open sources.