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
371 stars 123 forks source link

Numbering for chapters and notebooks discrepancy #186

Open kfahn22 opened 5 months ago

kfahn22 commented 5 months ago

There is a difference in how chapter number / ordering of the notebook folders -- I am not sure if it matters.

notebooks chapters
snehilsanyal commented 5 months ago

I think it won't matter after doc building, as the filesystem is sorted in this manner: 1, 10, 11, 12, 13, 2 This can be avoided if we use leading zeroes for all single units like 01, 02, 03 ....

kfahn22 commented 5 months ago

It wasn't the order that I was concerned about, but the numbering. Synthetic data creation is Unit 10 in chapters and Unit 11 in the folders for notebooks. I just don't know if that matters.

johko commented 5 months ago

oh, well I think it should be the same. Can you create a PR to fix it @kfahn22 ?