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/registry.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/group.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/fields/__init__.py
polyaxon_schemas/fields/dict_or_str.py
polyaxon_schemas/fields/float_or_str.py
polyaxon_schemas/fields/indexed_dict.py
polyaxon_schemas/fields/int_or_str.py
polyaxon_schemas/fields/obj_list_obj.py
polyaxon_schemas/fields/str_or_fct.py
polyaxon_schemas/fields/tensor.py
polyaxon_schemas/fields/uuids.py
polyaxon_schemas/ml/__init__.py
polyaxon_schemas/ml/bridges.py
polyaxon_schemas/ml/constraints.py
polyaxon_schemas/ml/eval.py
polyaxon_schemas/ml/fields.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/utils.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/logging.py
polyaxon_schemas/ops/operation.py
polyaxon_schemas/ops/operators.py
polyaxon_schemas/ops/params.py
polyaxon_schemas/ops/build_job/__init__.py
polyaxon_schemas/ops/build_job/backends.py
polyaxon_schemas/ops/build_job/op.py
polyaxon_schemas/ops/environments/__init__.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/ops/experiment/__init__.py
polyaxon_schemas/ops/experiment/backends.py
polyaxon_schemas/ops/experiment/environment.py
polyaxon_schemas/ops/experiment/frameworks.py
polyaxon_schemas/ops/experiment/op.py
polyaxon_schemas/ops/group/__init__.py
polyaxon_schemas/ops/group/early_stopping_policies.py
polyaxon_schemas/ops/group/hptuning.py
polyaxon_schemas/ops/group/matrix.py
polyaxon_schemas/ops/group/metrics.py
polyaxon_schemas/ops/group/op.py
polyaxon_schemas/ops/io/__init__.py
polyaxon_schemas/ops/io/io.py
polyaxon_schemas/ops/io/types.py
polyaxon_schemas/ops/job/__init__.py
polyaxon_schemas/ops/job/op.py
polyaxon_schemas/ops/notebook/__init__.py
polyaxon_schemas/ops/notebook/backends.py
polyaxon_schemas/ops/notebook/op.py
polyaxon_schemas/ops/run/__init__.py
polyaxon_schemas/ops/run/cmd.py
polyaxon_schemas/ops/run/op.py
polyaxon_schemas/ops/tensorboard/__init__.py
polyaxon_schemas/ops/tensorboard/op.py
polyaxon_schemas/polyflow/__init__.py
polyaxon_schemas/polyflow/conditions.py
polyaxon_schemas/polyflow/executable.py
polyaxon_schemas/polyflow/ops.py
polyaxon_schemas/polyflow/pipeline.py
polyaxon_schemas/polyflow/resolver.py
polyaxon_schemas/polyflow/schedule.py
polyaxon_schemas/polyflow/template.py
polyaxon_schemas/polyflow/template_ref.py
polyaxon_schemas/polyflow/trigger_policies.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/kinds.py
polyaxon_schemas/specs/notebook.py
polyaxon_schemas/specs/pipelines.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/test_base.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_group.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_early_stopping.py
tests/test_ops/test_hptuning.py
tests/test_ops/test_io.py
tests/test_ops/test_logging.py
tests/test_ops/test_matrix.py
tests/test_ops/test_operations.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_polyaxonfile_deprecation.py
tests/test_polyaxonfile/test_polyaxonfile_pipelines.py
tests/test_polyaxonfile/test_polyaxonfile_typing.py
tests/test_polyaxonfile/test_specification.py
tests/test_polyflow/__init__.py
tests/test_polyflow/test_conds.py
tests/test_polyflow/test_executable.py
tests/test_polyflow/test_ops.py
tests/test_polyflow/test_pipelines.py
tests/test_polyflow/test_schedule.py