MANIFEST.in
README.md
setup.cfg
setup.py
scripts/.base_env.sh
scripts/base_build_image.sh
scripts/base_utils.sh
scripts/clean.sh
scripts/pull_images.sh
scripts/push_images.sh
scripts/start_admin.py
scripts/start_predictor.py
scripts/start_worker.py
scripts/stop_all_jobs.py
scripts/docker_swarm/.env.sh
scripts/docker_swarm/build_docs.sh
scripts/docker_swarm/build_images.sh
scripts/docker_swarm/setup_node.sh
scripts/docker_swarm/start.sh
scripts/docker_swarm/stop.sh
scripts/docker_swarm/test/load_db.sh
scripts/docker_swarm/test/start_monitor.sh
scripts/docker_swarm/test/start_predictor_service.sh
scripts/docker_swarm/test/start_rebrow.sh
scripts/docker_swarm/test/start_worker_service.sh
scripts/docker_swarm/test/test.sh
scripts/kubernetes/.env.sh
scripts/kubernetes/build_images.sh
scripts/kubernetes/create_config.py
scripts/kubernetes/create_nfs_pv.sh
scripts/kubernetes/create_nfs_pvc.sh
scripts/kubernetes/generate_config.sh
scripts/kubernetes/remove_config.sh
scripts/kubernetes/start.sh
scripts/kubernetes/start_monitor.sh
scripts/kubernetes/start_stolon.sh
scripts/kubernetes/stop.sh
scripts/kubernetes/stop_stolon.sh
scripts/kubernetes/cluster_check/replace_services.sh
scripts/kubernetes/cluster_check/show_cluster_status.sh
scripts/kubernetes/cluster_check/update_services.sh
scripts/kubernetes/stolon/generate_stolon_yaml.sh
scripts/kubernetes/stolon/secret.yaml.template
scripts/kubernetes/stolon/stolon-keeper.yaml.template
scripts/kubernetes/stolon/stolon-proxy-service.yaml.template
scripts/kubernetes/stolon/stolon-proxy.yaml.template
scripts/kubernetes/stolon/stolon-sentinel.yaml.template
scripts/kubernetes/test/load_db.sh
scripts/kubernetes/test/test_gpu.json
scripts/kubernetes/yaml/dns-horizontal-autoscaler.yaml
scripts/kubernetes/yaml/ingress_controller_deploy.yaml
scripts/kubernetes/yaml/nfs-pv.yaml.template
scripts/kubernetes/yaml/nfs-pvc.yaml.template
scripts/kubernetes/yaml/nvidia-device-plugin.yml
scripts/kubernetes/yaml/spark-rbac.yaml
singa_auto/__init__.py
singa_auto/__init__.pyc
singa_auto/config.py
singa_auto/constants.py
singa_auto/requirements.txt
singa_auto.egg-info/PKG-INFO
singa_auto.egg-info/SOURCES.txt
singa_auto.egg-info/dependency_links.txt
singa_auto.egg-info/entry_points.txt
singa_auto.egg-info/not-zip-safe
singa_auto.egg-info/requires.txt
singa_auto.egg-info/top_level.txt
singa_auto/__pycache__/__init__.cpython-35.pyc
singa_auto/__pycache__/__init__.cpython-36.pyc
singa_auto/__pycache__/config.cpython-36.pyc
singa_auto/__pycache__/constants.cpython-36.pyc
singa_auto/admin/__init__.py
singa_auto/admin/admin.py
singa_auto/admin/app.py
singa_auto/admin/requirements.txt
singa_auto/admin/services_manager.py
singa_auto/admin/__pycache__/__init__.cpython-36.pyc
singa_auto/admin/__pycache__/admin.cpython-36.pyc
singa_auto/admin/__pycache__/app.cpython-36.pyc
singa_auto/admin/__pycache__/services_manager.cpython-36.pyc
singa_auto/admin/view/__init__.py
singa_auto/admin/view/datasets.py
singa_auto/admin/view/error_handlers.py
singa_auto/admin/view/events.py
singa_auto/admin/view/inference_job.py
singa_auto/admin/view/model.py
singa_auto/admin/view/train_jobs.py
singa_auto/admin/view/trials.py
singa_auto/admin/view/user.py
singa_auto/admin/view/__pycache__/__init__.cpython-36.pyc
singa_auto/admin/view/__pycache__/datasets.cpython-36.pyc
singa_auto/admin/view/__pycache__/events.cpython-36.pyc
singa_auto/admin/view/__pycache__/inference_job.cpython-36.pyc
singa_auto/admin/view/__pycache__/model.cpython-36.pyc
singa_auto/admin/view/__pycache__/train_jobs.cpython-36.pyc
singa_auto/admin/view/__pycache__/trials.cpython-36.pyc
singa_auto/admin/view/__pycache__/user.cpython-36.pyc
singa_auto/advisor/__init__.py
singa_auto/advisor/advisor.py
singa_auto/advisor/constants.py
singa_auto/advisor/requirements.txt
singa_auto/advisor/skopt.py
singa_auto/advisor/tf.py
singa_auto/advisor/__pycache__/__init__.cpython-36.pyc
singa_auto/advisor/__pycache__/advisor.cpython-36.pyc
singa_auto/advisor/__pycache__/constants.cpython-36.pyc
singa_auto/advisor/__pycache__/skopt.cpython-36.pyc
singa_auto/client/__init__.py
singa_auto/client/__init__.pyc
singa_auto/client/client.py
singa_auto/client/__pycache__/__init__.cpython-35.pyc
singa_auto/client/__pycache__/__init__.cpython-36.pyc
singa_auto/client/__pycache__/client.cpython-36.pyc
singa_auto/container/__init__.py
singa_auto/container/container_manager.py
singa_auto/container/docker_swarm.py
singa_auto/container/kubernetes_operation.py
singa_auto/container/requirements.txt
singa_auto/container/__pycache__/__init__.cpython-36.pyc
singa_auto/container/__pycache__/container_manager.cpython-36.pyc
singa_auto/container/__pycache__/docker_swarm.cpython-36.pyc
singa_auto/container/__pycache__/kubernetes_operation.cpython-36.pyc
singa_auto/darknet/__init__.py
singa_auto/darknet/darknet.py
singa_auto/darknet/food_objection_base_model.py
singa_auto/darknet/libdarknet_docker_cpu.so
singa_auto/darknet/libdarknet_gpu_server.so
singa_auto/data_store/__init__.py
singa_auto/data_store/data_store.py
singa_auto/data_store/file.py
singa_auto/data_store/__pycache__/__init__.cpython-36.pyc
singa_auto/data_store/__pycache__/data_store.cpython-36.pyc
singa_auto/data_store/__pycache__/file.cpython-36.pyc
singa_auto/datasets/__init__.py
singa_auto/datasets/coco_eval.py
singa_auto/datasets/coco_utils.py
singa_auto/datasets/dataset.py
singa_auto/datasets/dataset_base.py
singa_auto/datasets/image_classification_dataset.py
singa_auto/datasets/image_detection_dataset.py
singa_auto/datasets/torch_utils.py
singa_auto/datasets/__pycache__/__init__.cpython-36.pyc
singa_auto/datasets/__pycache__/dataset.cpython-36.pyc
singa_auto/datasets/__pycache__/dataset_base.cpython-36.pyc
singa_auto/datasets/__pycache__/image_classification_dataset.cpython-36.pyc
singa_auto/error_code/__init__.py
singa_auto/error_code/error_code.py
singa_auto/error_code/__pycache__/__init__.cpython-36.pyc
singa_auto/error_code/__pycache__/error_code.cpython-36.pyc
singa_auto/kafka/__init__.py
singa_auto/kafka/inference_cache.py
singa_auto/kafka/requirements.txt
singa_auto/kafka/__pycache__/__init__.cpython-36.pyc
singa_auto/kafka/__pycache__/inference_cache.cpython-36.pyc
singa_auto/meta_store/__init__.py
singa_auto/meta_store/meta_store.py
singa_auto/meta_store/requirements.txt
singa_auto/meta_store/schema.py
singa_auto/meta_store/__pycache__/__init__.cpython-36.pyc
singa_auto/meta_store/__pycache__/meta_store.cpython-36.pyc
singa_auto/meta_store/__pycache__/schema.cpython-36.pyc
singa_auto/model/__init__.py
singa_auto/model/dev.py
singa_auto/model/image_classification.py
singa_auto/model/knob.py
singa_auto/model/log.py
singa_auto/model/model.py
singa_auto/model/object_detection.py
singa_auto/model/post_tagging.py
singa_auto/model/tabular_classification.py
singa_auto/model/utils.py
singa_auto/model/__pycache__/__init__.cpython-36.pyc
singa_auto/model/__pycache__/dev.cpython-36.pyc
singa_auto/model/__pycache__/image_classification.cpython-36.pyc
singa_auto/model/__pycache__/knob.cpython-36.pyc
singa_auto/model/__pycache__/log.cpython-36.pyc
singa_auto/model/__pycache__/model.cpython-36.pyc
singa_auto/model/__pycache__/object_detection.cpython-36.pyc
singa_auto/model/__pycache__/post_tagging.cpython-36.pyc
singa_auto/model/__pycache__/tabular_classification.cpython-36.pyc
singa_auto/model/__pycache__/utils.cpython-36.pyc
singa_auto/param_store/__init__.py
singa_auto/param_store/file.py
singa_auto/param_store/param_store.py
singa_auto/param_store/__pycache__/__init__.cpython-36.pyc
singa_auto/param_store/__pycache__/file.cpython-36.pyc
singa_auto/param_store/__pycache__/param_store.cpython-36.pyc
singa_auto/predictor/__init__.py
singa_auto/predictor/app.py
singa_auto/predictor/constants.py
singa_auto/predictor/ensemble.py
singa_auto/predictor/predictor.py
singa_auto/predictor/requirements.txt
singa_auto/predictor/__pycache__/__init__.cpython-36.pyc
singa_auto/predictor/__pycache__/app.cpython-36.pyc
singa_auto/predictor/__pycache__/constants.cpython-36.pyc
singa_auto/predictor/__pycache__/ensemble.cpython-36.pyc
singa_auto/predictor/__pycache__/predictor.cpython-36.pyc
singa_auto/redis/__init__.py
singa_auto/redis/inference_cache.py
singa_auto/redis/param_cache.py
singa_auto/redis/redis.py
singa_auto/redis/requirements.txt
singa_auto/redis/train_cache.py
singa_auto/redis/__pycache__/__init__.cpython-36.pyc
singa_auto/redis/__pycache__/inference_cache.cpython-36.pyc
singa_auto/redis/__pycache__/param_cache.cpython-36.pyc
singa_auto/redis/__pycache__/redis.cpython-36.pyc
singa_auto/redis/__pycache__/train_cache.cpython-36.pyc
singa_auto/utils/auth.py
singa_auto/utils/graph.py
singa_auto/utils/local_cache.py
singa_auto/utils/log.py
singa_auto/utils/requests_params.py
singa_auto/utils/requirements.txt
singa_auto/utils/service.py
singa_auto/utils/__pycache__/auth.cpython-36.pyc
singa_auto/utils/__pycache__/local_cache.cpython-36.pyc
singa_auto/utils/__pycache__/log.cpython-36.pyc
singa_auto/utils/__pycache__/requests_params.cpython-36.pyc
singa_auto/utils/__pycache__/service.cpython-36.pyc
singa_auto/worker/advisor.py
singa_auto/worker/inference.py
singa_auto/worker/train.py
singa_auto/worker/__pycache__/advisor.cpython-36.pyc
singa_auto/worker/__pycache__/inference.cpython-36.pyc
singa_auto/worker/__pycache__/train.cpython-36.pyc