-
Congrats on the great work! This is a great work. I beg some replies to my confusion. In the code line 77, utils.py, new_t is divided by interval, which is (total_end-total_start)/num_frame, and num_f…
-
I am confused about the loss function of entity and predicate.
In your paper, Eq.(10) and Eq.(11), you use the l2_loss between E^O and E^T
**However**, in the code, it seems like that you calculat…
-
Hello, thank you for this great repository. I used it to test DINO’s performance in detecting Pneumothorax in chest x-rays and segmenting tissues in histopathological images. Together with my colleagu…
-
[Graph contrastive learning with augmentations](https://proceedings.neurips.cc/paper_files/paper/2020/hash/3fe230348e9a12c13120749e3f9fa4cd-Abstract.html)
```bib
@article{you2020graph,
title={Gra…
-
Hi,
I tried with the fasttext v1 as well as v2, but I am unable to run the supervised-append parameter in the process of adding new training data to my existing trained model.
It just shows the …
-
I have a question whether the pre-trained UniTS training dataset contains the test dataset. If so, then the training process of time series prediction and time series completion is essentially a self-…
-
Hello, mwcvitkovic! Thank you for your previous kind replies! However, when I run the code with the command ```python -m experiments.GNN.PoolMLP```, I encounter the following bug:
```
0%| …
-
FastText supervised creates two matrices A and B, where A has `dim` rows and B has `dim` columns. Given a binary vector x, the output is then softmax(BAx). I hope this is a correct understanding.
I…
-
@wnhsu I am curious about the way to train a multilingual HuBERT as [this](https://github.com/facebookresearch/fairseq/blob/0338cdc3094ca7d29ff4d36d64791f7b4e4b5e6e/examples/speech_to_speech/docs/text…
-
Hello, can you provide the trained weights used in your paper for us to reproduce your prediction capabilities? Thank you!