Shoumik Gandre
Shoumik Gandre
When trying to add a dozen more entities by running preprocess_all.py, the process requires downloading over 100GB of data, which is highly inefficient for such a small addition. This model...
The previous readme had a few typos that made the entry barrier for beginners difficult. This updates those filenames with recent changes made: cifar100.sh should be cifar-100.sh install_requirements.sh should be...
**Describe the bug** AttributeError: module 'cdlib.algorithms' has no attribute 'big_clam' Big Clam code is commented out in the source code **To Reproduce** ``` from cdlib import algorithms import networkx as...
Thanks for your error report and we appreciate it a lot. **Checklist** * I have searched the tutorial on modelscope [doc-site](https://modelscope.cn/docs) * I have searched related issues but cannot get...
## What does this PR do? Fixes #21035 Before submitting - Was this **discussed/agreed** via a GitHub issue? (not for typos and docs) `yes` - [x] Did you read the...
## 🐛 Bug I was writing a Pull Request for Sorted AP metric and I figured "let's use torchmetrics's IOU function!". Unfortunately, unlike the [JaccardIndex](https://lightning.ai/docs/torchmetrics/stable/classification/jaccard_index.html), torchmetric's [IntersectionOverUnion](https://lightning.ai/docs/torchmetrics/stable/detection/intersection_over_union.html) does not take...