MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / __init__

Method __init__

python/graphvite/dataset.py:749–755  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

747 train
748 """
749 def __init__(self):
750 super(Freebase, self).__init__(
751 "freebase",
752 urls={
753 "train": "http://commondatastorage.googleapis.com/freebase-public/rdf/freebase-rdf-latest.gz"
754 }
755 )
756
757
758class MNIST(Dataset):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected