Compression main entry¶
aup.compression.__main__
is the Auptimizer main entry point for compression experiments.
Use it as:
python -m aup.compression <experiment configuration>
The usage is detailed in Compressor.
Additional arguments¶
2021-03-03 01:49:57.370245: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: cannot open shared object file: No such file or directory
2021-03-03 01:49:57.370280: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Usage: __main__.py [OPTIONS] EXPERIMENT_FILE
Compress a given model.
Arguments:
experiment_file {str} -- Compression configuration
Options:
--automatic Whether or not running an automatic
compression experiment with hyperparameter
optimization.
--user TEXT User name for job scheduling
--aup_folder TEXT Specify customized aup folder
--resume TEXT Resume from previous task
--log [debug|info|warn|error] Log level
--sleep FLOAT Sleep interval to sync updates
--launch_dashboard Launch the dashboard together with the
experiment.
--dashboard_port INTEGER Port for the dashboard frontend.
-h, --help Show this message and exit.
/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/scipy/__init__.py:137: UserWarning: NumPy 1.16.5 or above is required for this version of SciPy (detected version 1.16.4)
UserWarning)
/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/torch/cuda/__init__.py:52: UserWarning: CUDA initialization: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx (Triggered internally at /pytorch/c10/cuda/CUDAFunctions.cpp:100.)
return torch._C._cuda_getDeviceCount() > 0