xywhat
xywhat
tgt_key_padding_mask cannt match with tgt_mask. Epoch 1 Recall@5 0.40540524032301645 Recall@10 0.5550042311638902 Recall@20 0.691875286804221 Recall@50 0.7947694177616892 Recall@100 0.82678933109488... Traceback (most recent call last): File "D:/xuexi/graduate/project/SGG-Seq2Seq-main/trainer.py", line 406, in main() File "D:/xuexi/graduate/project/SGG-Seq2Seq-main/trainer.py",...
does it just can be uesd on Linux?
hi, do i need to create logs.json in advance?
hi, i just wanna test your best model, and where can i find "dir_to_scans = 'dir/to/ADNI_processed/subjects' " did i need to process template data use your offered here “https://drive.google.com/file/d/1KurgyjQP-KReEO0gf31xxjwE5R-xuSRB/view” ?
Hi, Thanks for releasing your code. I would like to have access to Murel's prediction on the VQACP2 test set. Would you be able to share them? That would be...
class NMPEncoder(nn.Module): def __init__(self, n_hid, edge_types=71, node_types=101, n_iter=2, do_prob=0., use_vis=True, use_spatial=False, use_sem=True, use_loc=False, use_cls=False): super(MLPEncoder, self).__init__()