torch_geometric.data.extract_gz

extract_gz(path: str, folder: str, log: bool = True) None[source]

Extracts a gz archive to a specific folder.

Parameters:
  • path (str) – The path to the tar archive.

  • folder (str) – The folder.

  • log (bool, optional) – If False, will not print anything to the console. (default: True)