roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
4.89k stars 759 forks source link

Error installing super-gradients==3.1.1 #171

Closed kenhuang1964 closed 1 year ago

kenhuang1964 commented 1 year ago

Search before asking

Notebook name

I'm trying to follow the google colab notebook for training YOLO-NAS but I am coming across an error when attempting to pip install super-gradients==3.1.1.

Bug

image

I keep getting this error and I have tried it locally as well and it's not working either. Please help me.

Environment

Minimal Reproducible Example

I am just copying the code from the colab notebook.

Additional

No response

Are you willing to submit a PR?

github-actions[bot] commented 1 year ago

👋 Hello @kenhuangsy, thank you for leaving an issue on Roboflow Notebooks.

🐞 Bug reports

If you are filing a bug report, please be as detailed as possible. This will help us more easily diagnose and resolve the problem you are facing. To learn more about contributing, check out our Contributing Guidelines.

If you require support with custom code that is not part of Roboflow Notebooks, please reach out on the Roboflow Forum or on the GitHub Discussions page associated with this repository.

💬 Get in touch

Do you have more questions about Roboflow that we haven't responded to yet? Feel free to ask them on the Roboflow Discuss forum. Our developer advocates and community team actively respond to questions there.

To ask questions about Notebooks, head over to the GitHub Discussions section of this repository.

AhnHyeon-Jin commented 1 year ago

! pip install git+https://github.com/Deci-AI/super-gradients/releases/tag/3.1.1 --upgrade &> /dev/null !pip install -q roboflow !pip install -q supervision

kenhuang1964 commented 1 year ago

Thank you!