idansc

Results 8 comments of idansc

there is no 'ans' key on split 2, you should modify lines that ask it.

Did they provide the json, and h5 files as well? the model need to be aligned with the pre-processed files.

that's ok for the images, but what about the h5file containing the preprocessed question dataset? if it's not provided it will cause problems on training (to be able to fit...

did you try to training the model yourself? by the way are you running on cpu or gpu?

epoch should be a few mins with M40, check that your stored cnn features are on SSD, or use DataLoader if you have enough RAM (about 60GB)

> **@pengzhiliang** > > Thanks for your reply! > > I found the root cause. It's data split problem. I split the data roughly, not split into the data for...

@tkipf thanks for the package, it is really useful. Will it be possible to share your code that switches a batch of graphs into a diagonal blocks matrix. I found...

@malizheng see [scipy.linalg.block_diag](https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.linalg.block_diag.html)