-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorials and Examples #39
Comments
It would be a cool addition to show how to do a wandb sweep in the wheat example |
Certainly it would be! Wandb supports Pytorch Lightning: https://docs.wandb.com/library/frameworks/pytorch/lightning I will work on few examples! |
It might be a good idea to separate this into Tutorials would be in Examples would be in the What do you think @chho-work ? |
Yes, it would be great to have both available, examples and tutorials, each with their corresponding formats. |
I found this pretty interesting! I think we can use them in tutorials and examples. |
Hi, I have question regarding the new colab on detr fine tuning. Right after loading the checkpoint with no head, shouldn't I freeze all the other layers with something like:
Thanks |
That's something we could do as well correct, we actually have an issue for that in #72 |
We should change the definitions of tutorials and examples. Tutorials should be non-repetitive, and should all show in the documentation. Having too many tutorials might confuse beginners! Tutorials should be maintained and created by the core team. Examples should be a mix of core/community, the can be scripts or notebooks and don't need to explain library concepts. There is no limit to the number of examples we should have, the more the better! Examples also go very well together with datasets implementations in @ai-fast-track what do you think? |
I don't know if this is the best place to raise this, but I find it quite confusing that the getting started tutorial instructs the user to install everything "by hand" with a shell script which is not what you usually want to do. So when I installed everything properly and cleanly in a conda env via the install page I came back to do the getting started tutorial but then was missing I think it is nice to have a page that just enables you to install and run everything to test things out. But on the other hand there should also be a path to follow a getting started guide right after installing everything completely. So IMO the object detection needs to refer to the installation instructions (like the image segmentation does already). And additionally the installation instructions need to contain instructions to install icedata. |
Totally agree on both points! We should do that @ruffson Would you like to make the changes and submit a PR? |
Sure, I'll do that! |
📒 Tutorials
Tutorials are in
.ipynb
format, explaining each step of the process, really detailed, not production like.Core
Object detection
Segmentation
Keypoints
📓 Examples
Examples are be in the
.py
format, more production oriented. Ready to be run with arguments from the command line and easy to integrate with wandb sweeps and alike.Object detection
Segmentation
Keypoints
Is there a new tutorial or example you would like to add? Comment below and we talk about it 😁
Once we agree, create an Tutorial or Example request issue (use the template) and I'll edit this post with your new cool example!
The text was updated successfully, but these errors were encountered: