Tang Haoyu
Tang Haoyu
excuse me, i have some trouble when reimplementing your model through Pytorch. Could you please tell me the effects of the function 'group_by_window' you've applied on the training dataset? i've...
Thank u for your explanation!
I've met the same problem. The meta.json can be found in './spacy_universal_sentence_encoder/meta/ '.But still, since i'm in china, it will raise the urlopen error, which means it fails to open...
hi, thanks for your share. But i have some questions about the overlapping part.what i want to do is extracting some long videos with some highlighted moment inside them. i...
Hi. 1. the function rnns.pad_sequence in line 27 of ./data/collate_batch.py can realize this demand (see def pad_sequence in ./utils/rnns.py for detail). Actually, it is realized by nn.utils.rnn.pad_sequence, a official func...
hi! i'm sorry but one file was missed in the previous version. I've uploaded this file and the code of building the model is also updated. I've tested the new...
hi. I‘m sorry but my code is not very elegant. The attention part is implemented in ./modeling/dynamic_filters/build.py class EXCL_query. The original code of this part is in ./modeling/dynamic_filters/interactor.py, which is...