Deeptendu Santra

Results 74 comments of Deeptendu Santra

Yes, we already have a lot of things done. We just need to document it and solidify it. On, another note is `MNIST(split=:train)` the best way to go? As you...

Issue fixed with https://github.com/oxinabox/DataDeps.jl/pull/159?

`OGBDataset` downloads zipped CSVs. All the verbosity is due to these zipped CSVs.

> Is there something like a verbose=false argument we can pass? `DataDeps.unpack` does not accept extra keyword arguments. Moreover, 7z does not give the option for silent extraction. If we...

Awaiting https://github.com/oxinabox/DataDeps.jl/pull/143

Our current implementation allows us to use the first half of the graph to find out which node type an index belongs to. The problem appears when edge_indices are not...

Also if an edge `(s, r, t)` is un-directed, we should also allow indexing using `(t, r, s)`. With edge_data and edge_indices being rolled out accordingly.

We should also consider adding license and citing information with each dataset/datahub.

Is this issue still open?

Maybe add an option to download the pluto file also?