CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
polyaxon_schemas/__init__.py
polyaxon_schemas/authentication.py
polyaxon_schemas/base.py
polyaxon_schemas/bridges.py
polyaxon_schemas/clusters.py
polyaxon_schemas/constraints.py
polyaxon_schemas/data.py
polyaxon_schemas/eval.py
polyaxon_schemas/exceptions.py
polyaxon_schemas/experiment.py
polyaxon_schemas/graph.py
polyaxon_schemas/hooks.py
polyaxon_schemas/initializations.py
polyaxon_schemas/logging.py
polyaxon_schemas/losses.py
polyaxon_schemas/matrix.py
polyaxon_schemas/metrics.py
polyaxon_schemas/models.py
polyaxon_schemas/operators.py
polyaxon_schemas/optimizers.py
polyaxon_schemas/plugins.py
polyaxon_schemas/project.py
polyaxon_schemas/regularizations.py
polyaxon_schemas/run_exec.py
polyaxon_schemas/settings.py
polyaxon_schemas/train.py
polyaxon_schemas/user.py
polyaxon_schemas/utils.py
polyaxon_schemas/version.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/layers/__init__.py
polyaxon_schemas/layers/advanced_activations.py
polyaxon_schemas/layers/base.py
polyaxon_schemas/layers/convolutional.py
polyaxon_schemas/layers/convolutional_recurrent.py
polyaxon_schemas/layers/core.py
polyaxon_schemas/layers/embeddings.py
polyaxon_schemas/layers/local.py
polyaxon_schemas/layers/merge.py
polyaxon_schemas/layers/noise.py
polyaxon_schemas/layers/normalization.py
polyaxon_schemas/layers/pooling.py
polyaxon_schemas/layers/recurrent.py
polyaxon_schemas/layers/wrappers.py
polyaxon_schemas/polyaxonfile/__init__.py
polyaxon_schemas/polyaxonfile/constants.py
polyaxon_schemas/polyaxonfile/logger.py
polyaxon_schemas/polyaxonfile/parser.py
polyaxon_schemas/polyaxonfile/polyaxonfile.py
polyaxon_schemas/polyaxonfile/reader.py
polyaxon_schemas/polyaxonfile/specification.py
polyaxon_schemas/polyaxonfile/utils.py
polyaxon_schemas/polyaxonfile/validator.py
polyaxon_schemas/processing/__init__.py
polyaxon_schemas/processing/feature_processors.py
polyaxon_schemas/processing/image.py
polyaxon_schemas/processing/pipelines.py
polyaxon_schemas/rl/__init__.py
polyaxon_schemas/rl/environments.py
polyaxon_schemas/rl/explorations.py
polyaxon_schemas/rl/memories.py
tests/__init__.py
tests/test_authentication.py
tests/test_bridges.py
tests/test_clusters.py
tests/test_constraints.py
tests/test_data.py
tests/test_data_processing.py
tests/test_eval.py
tests/test_experiment.py
tests/test_graph.py
tests/test_hooks.py
tests/test_logging.py
tests/test_losses.py
tests/test_matrix.py
tests/test_metrics.py
tests/test_models.py
tests/test_operators.py
tests/test_optimizers.py
tests/test_plugins.py
tests/test_project.py
tests/test_regularizations.py
tests/test_rl.py
tests/test_run_exec.py
tests/test_settings.py
tests/test_train.py
tests/test_user.py
tests/test_utils.py
tests/test_version.py
tests/utils.py
tests/test_layers/__init__.py
tests/test_layers/test_advanced_activations.py
tests/test_layers/test_convolution.py
tests/test_layers/test_convolutional_reccurrent.py
tests/test_layers/test_core.py
tests/test_layers/test_embedding.py
tests/test_layers/test_local.py
tests/test_layers/test_noise.py
tests/test_layers/test_normalization.py
tests/test_layers/test_pooling.py
tests/test_layers/test_reccurrent.py
tests/test_layers/test_wrappers.py
tests/test_polyaxonfile/__init__.py
tests/test_polyaxonfile/test_parser.py
tests/test_polyaxonfile/test_polyaxonfile.py
tests/test_polyaxonfile/test_reader.py
tests/test_polyaxonfile/test_specification.py