Donglearner

Results 58 comments of Donglearner
trafficstars

![image](https://user-images.githubusercontent.com/16870890/128115238-88f6d8f2-a217-4a1c-95a7-d16c5122eb3d.png) Didn't found???

![image](https://user-images.githubusercontent.com/16870890/114804228-8df16580-9dd3-11eb-8cc6-484a0ab86217.png) Dear scholar, Did your code pos_embedding.py show the same type id num like the below picture?

I can't download the file.22.4G . Every time I download 2.4G , my process will shut down many times.. I am so upset. Could you give another download link?

> I want to test if it it can generate answers based on images and questions that I have prepared. About github link of VL-T5 model about the vcr task...

https://github.com/rowanz/neural-motifs/issues/26#issuecomment-427087900 but at now the project only use 150 object classes. My detector detect more object class, but the project will fail to more object classes.

> > > Hi; I conduct the pretraining with resent18+3 layer transformer by using indomain data. (without MVM loss) > > I can get a similar result on VQA downstream...

![image](https://user-images.githubusercontent.com/16870890/128630907-14f3bd59-a0b8-49ef-a3b6-1d76d9d66a8b.png) Do you know this solution?

![image](https://user-images.githubusercontent.com/16870890/128632818-fd49d3ea-636e-4f18-ae22-e230eee7caa2.png) So I guess the -gpu -1 didn't run on CPU. Could you tell me where I can modify, to run on CPU?

in dataset.py ``` A = [[] for k in range(self.n_node)] for triple in data[i]["graph"]: A[triple[0]].append((triple[1], triple[2])) ``` it is confusing. Because the first line says the number of elements A...