ManasiPat
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:  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 
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...