CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
polyaxon_schemas/__init__.py
polyaxon_schemas/base.py
polyaxon_schemas/exceptions.py
polyaxon_schemas/logger.py
polyaxon_schemas/pod.py
polyaxon_schemas/polyaxonfile.py
polyaxon_schemas/utils.py
polyaxon_schemas.egg-info/PKG-INFO
polyaxon_schemas.egg-info/SOURCES.txt
polyaxon_schemas.egg-info/dependency_links.txt
polyaxon_schemas.egg-info/requires.txt
polyaxon_schemas.egg-info/top_level.txt
polyaxon_schemas/api/__init__.py
polyaxon_schemas/api/authentication.py
polyaxon_schemas/api/clusters.py
polyaxon_schemas/api/code_reference.py
polyaxon_schemas/api/data.py
polyaxon_schemas/api/experiment.py
polyaxon_schemas/api/job.py
polyaxon_schemas/api/log_handler.py
polyaxon_schemas/api/project.py
polyaxon_schemas/api/user.py
polyaxon_schemas/api/version.py
polyaxon_schemas/ml/__init__.py
polyaxon_schemas/ml/bridges.py
polyaxon_schemas/ml/constraints.py
polyaxon_schemas/ml/eval.py
polyaxon_schemas/ml/graph.py
polyaxon_schemas/ml/hooks.py
polyaxon_schemas/ml/initializations.py
polyaxon_schemas/ml/losses.py
polyaxon_schemas/ml/metrics.py
polyaxon_schemas/ml/models.py
polyaxon_schemas/ml/optimizers.py
polyaxon_schemas/ml/regularizations.py
polyaxon_schemas/ml/train.py
polyaxon_schemas/ml/layers/__init__.py
polyaxon_schemas/ml/layers/advanced_activations.py
polyaxon_schemas/ml/layers/base.py
polyaxon_schemas/ml/layers/convolutional.py
polyaxon_schemas/ml/layers/convolutional_recurrent.py
polyaxon_schemas/ml/layers/core.py
polyaxon_schemas/ml/layers/embeddings.py
polyaxon_schemas/ml/layers/local.py
polyaxon_schemas/ml/layers/merge.py
polyaxon_schemas/ml/layers/noise.py
polyaxon_schemas/ml/layers/normalization.py
polyaxon_schemas/ml/layers/pooling.py
polyaxon_schemas/ml/layers/recurrent.py
polyaxon_schemas/ml/layers/wrappers.py
polyaxon_schemas/ml/processing/__init__.py
polyaxon_schemas/ml/processing/feature_processors.py
polyaxon_schemas/ml/processing/image.py
polyaxon_schemas/ml/processing/pipelines.py
polyaxon_schemas/ml/rl/__init__.py
polyaxon_schemas/ml/rl/environments.py
polyaxon_schemas/ml/rl/explorations.py
polyaxon_schemas/ml/rl/memories.py
polyaxon_schemas/ops/__init__.py
polyaxon_schemas/ops/build.py
polyaxon_schemas/ops/experiment.py
polyaxon_schemas/ops/experiment_group.py
polyaxon_schemas/ops/hptuning.py
polyaxon_schemas/ops/job.py
polyaxon_schemas/ops/logging.py
polyaxon_schemas/ops/matrix.py
polyaxon_schemas/ops/notebook.py
polyaxon_schemas/ops/operators.py
polyaxon_schemas/ops/run.py
polyaxon_schemas/ops/run_exec.py
polyaxon_schemas/ops/tensorboard.py
polyaxon_schemas/ops/environments/__init__.py
polyaxon_schemas/ops/environments/base.py
polyaxon_schemas/ops/environments/experiments.py
polyaxon_schemas/ops/environments/legacy.py
polyaxon_schemas/ops/environments/outputs.py
polyaxon_schemas/ops/environments/persistence.py
polyaxon_schemas/ops/environments/pods.py
polyaxon_schemas/ops/environments/resources.py
polyaxon_schemas/specs/__init__.py
polyaxon_schemas/specs/base.py
polyaxon_schemas/specs/build.py
polyaxon_schemas/specs/experiment.py
polyaxon_schemas/specs/frameworks.py
polyaxon_schemas/specs/group.py
polyaxon_schemas/specs/job.py
polyaxon_schemas/specs/notebook.py
polyaxon_schemas/specs/tensorboard.py
polyaxon_schemas/specs/utils.py
polyaxon_schemas/specs/libs/__init__.py
polyaxon_schemas/specs/libs/parser.py
polyaxon_schemas/specs/libs/validator.py
tests/__init__.py
tests/utils.py
tests/test_api/__init__.py
tests/test_api/test_authentication.py
tests/test_api/test_clusters.py
tests/test_api/test_code_reference.py
tests/test_api/test_data.py
tests/test_api/test_experiment.py
tests/test_api/test_job.py
tests/test_api/test_job_labels.py
tests/test_api/test_log_handler.py
tests/test_api/test_project.py
tests/test_api/test_user.py
tests/test_api/test_version.py
tests/test_ml/__init__.py
tests/test_ml/test_bridges.py
tests/test_ml/test_constraints.py
tests/test_ml/test_data_processing.py
tests/test_ml/test_eval.py
tests/test_ml/test_graph.py
tests/test_ml/test_hooks.py
tests/test_ml/test_losses.py
tests/test_ml/test_metrics.py
tests/test_ml/test_models.py
tests/test_ml/test_optimizers.py
tests/test_ml/test_regularizations.py
tests/test_ml/test_rl.py
tests/test_ml/test_train.py
tests/test_ml/test_layers/__init__.py
tests/test_ml/test_layers/test_advanced_activations.py
tests/test_ml/test_layers/test_convolution.py
tests/test_ml/test_layers/test_convolutional_reccurrent.py
tests/test_ml/test_layers/test_core.py
tests/test_ml/test_layers/test_embedding.py
tests/test_ml/test_layers/test_local.py
tests/test_ml/test_layers/test_noise.py
tests/test_ml/test_layers/test_normalization.py
tests/test_ml/test_layers/test_pooling.py
tests/test_ml/test_layers/test_reccurrent.py
tests/test_ml/test_layers/test_wrappers.py
tests/test_ops/__init__.py
tests/test_ops/test_build.py
tests/test_ops/test_hptuning.py
tests/test_ops/test_logging.py
tests/test_ops/test_matrix.py
tests/test_ops/test_operators.py
tests/test_ops/test_run_exec.py
tests/test_ops/test_environments/__init__.py
tests/test_ops/test_environments/test_base.py
tests/test_ops/test_environments/test_experiments.py
tests/test_ops/test_environments/test_legacy.py
tests/test_ops/test_environments/test_notebooks.py
tests/test_ops/test_environments/test_resources.py
tests/test_polyaxonfile/__init__.py
tests/test_polyaxonfile/test_default.py
tests/test_polyaxonfile/test_parser.py
tests/test_polyaxonfile/test_polyaxonfile.py
tests/test_polyaxonfile/test_specification.py