Explorar el Código

add decompress to paddlex.utils

will-jl944 hace 4 años
padre
commit
9f14f10006
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dygraph/paddlex/utils/__init__.py

+ 1 - 1
dygraph/paddlex/utils/__init__.py

@@ -19,6 +19,6 @@ from .utils import (seconds_to_hms, get_encoding, get_single_card_bs, dict2str,
                     DisablePrint)
 from .checkpoint import get_pretrain_weights, load_pretrain_weights
 from .env import get_environ_info, get_num_workers, init_parallel_env
-from .download import download_and_decompress
+from .download import download_and_decompress, decompress
 from .stats import SmoothedValue, TrainingStats
 from .shm import _get_shared_memory_size_in_M