ManasiPat

Results 12 comments of ManasiPat

I am not been able to download the datasets either. Can they be please put in parts.

Does the value of answer_coordinates need to be specified, especially when we are implementing WTQ based complete weakly supervised task?

@NielsRogge @ghost Can you let me know in case of Pytorch code of TAPAS we need to feed the data in SQA format. What should be fed in the answer...

@NielsRogge @eisenjulian @ghost In our dataset we don't have the intermediate labels in terms of answer_coordinates and can not calculate them using the parsing utility provided as the queries are...

@eisenjulian @ghost In our dataset we don't have the intermediate labels in terms of answer_coordinates and can not calculate them using the parsing utility provided as the queries are aggregation...

Thanks for the response. Ruby is installed. I made the suggested change, now the error is as follows: ![image](https://user-images.githubusercontent.com/44029189/186821946-83329721-bab5-4e3e-a015-2969eb510af9.png) After running "ruby ./pull-dependencies core". Only fig folder is created no...

@marsggbo I downloaded your code provided above and tried to run it again for cifar10 dataset before running code for my own dataset for which I was getting the ValueError("GraphDef...

@marsggbo Thanks. I changed that, now I am not getting nan however I am getting my training accuracy to be 0 , 2, or 1 ![screenshot from 2018-12-20 14-02-45](https://user-images.githubusercontent.com/44029189/50273179-f1fffb00-045f-11e9-8541-1c04c817639e.png)

ok got it. Its number of correct samples out of the batch. Let me run it for a while to see if I get the results as in the original...

@marsggbo I am working on age prediction using facial images. Treating it as a classification problem, where I have 101 classes. So, to feed my dataset, I have changed the...