Deci-AI / super-gradients

Easily train or fine-tune SOTA computer vision models with one open source training library. The home of Yolo-NAS.
https://www.supergradients.com
Apache License 2.0
4.59k stars 509 forks source link

Path for test is no longer valid and returns a 404 for yolo_nas_s #2058

Closed The1Percent closed 3 weeks ago

The1Percent commented 3 weeks ago

https://github.com/Deci-AI/super-gradients/blame/e0ccacf8868ffa1296fa4f8407c03d2bc227312c/tests/unit_tests/load_checkpoint_test.py#L35

The actual model file listed is correct but notebooks are failing from this test which references the old site for the pth file.

BloodAxe commented 3 weeks ago

Yes old S3 bucket was taken down. For not the workaround is to pip install from the master:

pip install -U git+https://github.com/Deci-AI/super-gradients@e0ccacf8868ffa1296fa4f8407c03d2bc227312c

Sorry for the inconvenience.