Felix
Felix
I have some doubts on line https://github.com/IDEA-opensource/DAB-DETR/blob/main/models/DAB_DETR/transformer.py#L242 . ``` refHW_cond = self.ref_anchor_head(output).sigmoid() # nq, bs, 2 ``` This line asks the model to learn absolute value of w, h from...
can you please provide your size 128 celebaHQ weights?
``` from transformers import BertTokenizer, BartForConditionalGeneration, Text2TextGenerationPipeline tokenizer = BertTokenizer.from_pretrained("fnlp/bart-large-chinese") model = BartForConditionalGeneration.from_pretrained("fnlp/bart-large-chinese") text2text_generator = Text2TextGenerationPipeline(model, tokenizer) text2text_generator("北京是[MASK]的首都", max_length=50, do_sample=False) [{'generated_text': '北 京 是 中 华 人 民 共 和...
When I compiling ObjRecRANSAC, the following error occur ``` nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets...
**Describe the feature:** Besides the roles and user management, is it possible to manage the permission of a user to a specific collection in Attu? **Describe a specific use case...