-
FYI I'm planning on working on converting this to work with dense predictions based on the [resnet v2 in tensorflow models](https://github.com/tensorflow/models/blob/master/slim/nets/resnet_v2.py) via…
-
I have downloaded the AlignScore-base.ckpt and am initialzing `AlignScore` like so:
```python
align_evaluator = AlignScore(
model="roberta-base",
batch_size=4,
device="cp…
-
Hi,
Thank you very much for writing the QTG code to find orthologues in model species. I am new to Python and interested in running these codes to find the rice orthologue in Arabidopsis. I ran this …
-
'roberta.encoder.layer.22.crossattention.self.abs_bias.1', 'roberta.encoder.layer.8.attention.self.abs_bias.0', 'roberta.encoder.layer.9.attention.self.abs_bias.1', 'roberta.encoder.layer.5.attention.…
-
### Model description
**Depth Pro: Sharp Monocular Metric Depth in Less Than a Second.**
Depth Pro synthesizes high-resolution depth maps with unparalleled sharpness and high-frequency details. Th…
-
Dear Author,
Thank you for your work and code!
Recently I'm trying to apply AutoAttack on dense prediction tasks like semantic segmentation, but I got some error messages. So I'm wondering whether…
-
Hi,
thank you for your great work!
For the downstream segmentation task it is stated in the paper that you use Mask2Former and ViT Adapter to make dense predictions.
How can I connect the timm che…
-
# Multi-Scale Dense Convolutional Networks for Efficient Prediction #
- Author: Gao Huang, Danlu Chen, Tianhong Li, Felix Wu, Laurens van der Maaten, Kilian Q. Weinberger
- Origin: https://arxiv.o…
-
您好,我想在论文「Channel-wise Knowledge Distillation for Dense Prediction」提出的通道蒸馏中加入您的对抗蒸馏,现在发现蒸馏损失较大且一直不下降,是否应该将默认的t_end=20调小?
-
First: Kudos to all the HDBSCAN devs for an utterly gorgeous and extremely powerful library.
## TL;DR
`HDBSCAN` runs successfully on sparse and dense matrix input, but fails with sparse input wher…