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.