Unverified Commit 83654fdc authored by Tong He's avatar Tong He Committed by GitHub
Browse files

fix tu dataset (#2064)

parent 100d9328
......@@ -79,7 +79,6 @@ class LegacyTUDataset(DGLBuiltinDataset):
self.hidden_size = hidden_size
self.max_allow_node = max_allow_node
self.use_pandas = use_pandas
self.hash = abs(hash((name, use_pandas, hidden_size, max_allow_node)))
super(LegacyTUDataset, self).__init__(name=name, url=url, raw_dir=raw_dir,
hash_key=(name, use_pandas, hidden_size, max_allow_node),
force_reload=force_reload, verbose=verbose)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment