Samuel Arcadinho

Results 8 issues of Samuel Arcadinho

Hey, First great work! I read your paper and I find fascinating, as such, I wanted to test the use of DEQ-GNN in my research, however, I dont find the...

In this PR, I added the option to use different metrics when creating the KNN. Basically, I add the `metric` argument to the `preserve_neighbors` function and propagated this argument to...

Hi, how could we use pymde to implement default embeddings like UMAP?

I tried to run the eval script on the baseball_1 and cre_Drama_Workshop_Groups DBs, however, I got an error related to the input size. How do you overcome this error?

When running this code ```python import adapters import torch from transformers import AutoConfig, AutoModelForSequenceClassification source_model = "FacebookAI/xlm-roberta-base" num_labels = 100 config = AutoConfig.from_pretrained( source_model, num_labels=num_labels ) model = AutoModelForSequenceClassification.from_pretrained( source_model,...

bug

Hi, great work! Do you plan to release the code to do inference on real word objects?

Hi, I just finish reading you hyena paper, and first of all great work 💪 I wanted to do the same synthetic experiments that you did in order to get...

Hi, Do you know how should I change the dataset creation for the task of OCR? Is just the concatenation of bbox special tokens with the text or do I...