-
**Is your feature request related to a problem? Please describe.**
Hi, I'm thinking about bringing a new type of training data (graph data) to the SQLFlow database. This is significant since many rea…
-
I succesfully installed your package and manage to run through the example. However, when trying with simulated data I get an error message.
```
import pandas as pd
import numpy as np
import mat…
-
Hello, it is really a good work!
I am confused of the value of diagonal when constructing the adjacency matrix, in your code, you didn't mask the diagonal, which will make the value of diagonal near …
-
Hi, thanks for your great work! But I have two question
1.
The paper said:"The nonbatched version of GCN runs out of memory on the large graph Reddit". How can gcn (batched) reduce memory usage? D…
-
Hi,
Amazing work to understand structure documents. Is it possible to extract actual value for given entity. For example invoice #, total amount, company name, etc...
Thank you
-
In this paper, are the training set and the test set put together to construct a graph?
-
Hi,
In your data loader when transforming the samples you seem to assume access to all test samples:
[https://github.com/edgarschnfld/CADA-VAE-PyTorch/blob/master/model/data_loader.py#L108-L109](h…
-
Hi,
Are there any transductive learning methods implemented already in the MLR learners? I did a quick search and couldn't find anything. By transductive, I mean that they would be able to use both t…
-
Hi Petar,
I was wondering if you could tell me how many times you conducted the experiments to get the scores that you reported in your paper? Also, did you run cross-fold validation, and if so, h…
-
Hi!
I am trying to reproduce the results of the paper for the citation networks.
In the paper you mention that you use the same pre-processing procedure and follow the transductive setting as in Yan…