Md Nazmus Sakib Abir
Md Nazmus Sakib Abir
Use this [tutorial](https://zhuanlan.zhihu.com/p/106774468)
I decided to just save the `model` object with `pickle` although I don't like it. I think the weight file should be loadable by SG.
After doing a bit more investigation, it seems the following code block is responsible: https://github.com/gradio-app/gradio/blob/46334780dbbb7e83f31971d45a7047ee156a0578/js/app/src/Blocks.svelte#L586-L589 To me it seems deliberate. Is there any `gradio` policy enforcing that external links must...
@BloodAxe The YOLOv9 repo comes with GPL-3.0 License. Is it possible to still keep the Apache-2.0 License on the YOLOv9 codebase after implementing it into super-gradients? Of course, while trying...
I also faced this issue. Turns out I made a mistake when typing the config path. Config file(s) with same name is available under `configs/coco/instance-segmentation/` and `configs/coco/instance-segmentation/swin`. The one in...