.git_archival.txt
.gitattributes
.gitignore
.travis.yml
Dockerfile
Dockerfile_keras_example
Dockerfile_standalone_testing
LICENSE
MANIFEST.in
extra_example_requirements.txt
logo.png
logo.svg
logo_small.svg
requirements.txt
runtests.sh
setup.py
studioml.bib
test-runner.yaml
test_requirements.txt
docs/README.rst
docs/artifacts.rst
docs/authentication.rst
docs/ci_testing.rst
docs/cli.rst
docs/cloud.rst
docs/conf.py
docs/containers.rst
docs/customenv.rst
docs/docker.rst
docs/ec2_setup.rst
docs/examples.rst
docs/faq.rst
docs/gcloud_setup.rst
docs/hyperparams.rst
docs/index.rst
docs/installation.rst
docs/jupyter.rst
docs/local_filesystem_setup.rst
docs/logo.png
docs/model_pipelines.rst
docs/neutral.rst
docs/remote_worker.rst
docs/serving.rst
docs/setup_database.rst
docs/testing.rst
docs/_static/img/logo.png
docs/_static/img/logo.svg
examples/general/print_norm_linreg.py
examples/general/report_system_info.py
examples/general/train_linreg.py
examples/keras/fashion_mnist.py
examples/keras/mnist.ipynb
examples/keras/multi_gpu.py
examples/keras/train_cifar10.py
examples/keras/train_mnist_keras.py
examples/keras/train_mnist_keras_mutligpu.py
examples/pytorch/README.md
examples/pytorch/mnist.py
examples/tensorflow/helloworld.py
examples/tensorflow/train_mnist.py
studio/__init__.py
studio/apiserver.py
studio/apiserver_config.yaml
studio/app.yaml
studio/appengine_config.py
studio/artifact_store.py
studio/auth.py
studio/base_artifact_store.py
studio/cli.py
studio/client_config.yaml
studio/cloud_worker_util.py
studio/default_config.yaml
studio/dependencies_policy.py
studio/deploy_apiserver.sh
studio/ec2cloud_worker.py
studio/encrypted_payload_builder.py
studio/experiment.py
studio/experiment_submitter.py
studio/firebase_artifact_store.py
studio/firebase_provider.py
studio/fs_tracker.py
studio/gcloud_artifact_store.py
studio/gcloud_worker.py
studio/git_util.py
studio/gpu_util.py
studio/gs_provider.py
studio/http_artifact_store.py
studio/http_provider.py
studio/hyperparameter.py
studio/keyvalue_provider.py
studio/local_artifact_store.py
studio/local_db_provider.py
studio/local_queue.py
studio/local_worker.py
studio/logs.py
studio/magics.py
studio/model.py
studio/model_setup.py
studio/model_util.py
studio/payload_builder.py
studio/postgres_provider.py
studio/pubsub_queue.py
studio/pyrebase.py
studio/qclient_cache.py
studio/rabbit_queue.py
studio/remote_worker.py
studio/rmq_config.yml
studio/run_magic.py.stub
studio/runner.py
studio/s3_artifact_store.py
studio/s3_provider.py
studio/serve.py
studio/serve_main.py
studio/server_config.yaml
studio/sqs_queue.py
studio/tartifact_store.py
studio/unencrypted_payload_builder.py
studio/util.py
studio/aws/aws_amis.yaml
studio/aws/aws_prices.yaml
studio/completion_service/__init__.py
studio/completion_service/completion_service.py
studio/completion_service/completion_service_client.py
studio/completion_service/completion_service_test.py
studio/completion_service/completion_service_testfunc.py
studio/completion_service/completion_service_testfunc_files.py
studio/completion_service/completion_service_testfunc_saveload.py
studio/completion_service/encryptor.py
studio/optimizer_plugins/__init__.py
studio/optimizer_plugins/cmaes.py
studio/optimizer_plugins/opt_util.py
studio/patches/requests/models.py.patch
studio/scripts/ec2_worker_startup.sh
studio/scripts/gcloud_worker_startup.sh
studio/scripts/install_studio.sh
studio/scripts/studio
studio/scripts/studio-add-credentials
studio/scripts/studio-local-worker
studio/scripts/studio-remote-worker
studio/scripts/studio-run
studio/scripts/studio-runs
studio/scripts/studio-serve
studio/scripts/studio-start-remote-worker
studio/scripts/studio-ui
studio/static/Studio.ml-icon-std-1000.png
studio/static/tfs_small.png
studio/templates/all_experiments.html
studio/templates/base.html
studio/templates/dashboard.html
studio/templates/error.html
studio/templates/experiment_details.html
studio/templates/project_details.html
studio/templates/projects.html
studio/templates/user_details.html
studio/templates/users.html
studio/torch/__init__.py
studio/torch/saver.py
studio/torch/summary.py
studio/torch/summary_test.py
studioml.egg-info/PKG-INFO
studioml.egg-info/SOURCES.txt
studioml.egg-info/dependency_links.txt
studioml.egg-info/not-zip-safe
studioml.egg-info/requires.txt
studioml.egg-info/top_level.txt
tests/art_hello_world.py
tests/artifact_store_test.py
tests/check_style.sh
tests/cloud_worker_test.py
tests/config_http_client.yaml
tests/config_http_server.yaml
tests/conflicting_args.py
tests/env_detect.py
tests/fs_tracker_test.py
tests/git_util_test.py
tests/gpu_util_test.py
tests/http_provider_hosted_test.py
tests/http_provider_test.py
tests/hyperparam_hello_world.py
tests/hyperparam_test.py
tests/local_worker_test.py
tests/model_increment.py
tests/model_test.py
tests/model_util_test.py
tests/providers_test.py
tests/queue_test.py
tests/remote_worker_test.py
tests/runner_test.py
tests/save_model.py
tests/serving_test.py
tests/stop_experiment.py
tests/test_array.py
tests/test_bad_config.yaml
tests/test_config.yaml
tests/test_config_auth.yaml
tests/test_config_datacenter.yaml
tests/test_config_env.yaml
tests/test_config_gcloud_storage.yaml
tests/test_config_gs.yaml
tests/test_config_http_client.yaml
tests/test_config_http_server.yaml
tests/test_config_s3.yaml
tests/test_config_s3_storage.yaml
tests/tf_hello_world.py
tests/util_test.py