DGL
0.1.x
Get Started
Install DGL
Tutorials
Basic Tutorials
Graph-based Neural Network Models
API Reference
API Reference
DGLGraph – Graph with node/edge features
Feature Initializer
BatchedDGLGraph – Enable batched graph operations
Builtin functions
Graph Traversal
Message Propagation
User-defined function related data structures
Graph samplers
Dataset
Utils
dgl.data.utils.get_download_dir
dgl.data.utils.download
dgl.data.utils.check_sha1
dgl.data.utils.extract_archive
Dataset Classes
FAQ
Environment Variables
DGL
Docs
»
API Reference
»
Dataset
»
dgl.data.utils.extract_archive
Edit on GitHub
dgl.data.utils.extract_archive
¶
dgl.data.utils.
extract_archive
(
file
,
target_dir
)
[source]
¶
Extract archive file.
Parameters:
file
(
str
) – Absolute path of the archive file.
target_dir
(
str
) – Target directory of the archive to be uncompressed.
Read the Docs
v: 0.1.x
Versions
latest
0.1.x
Downloads
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.