ml-management 0.6.3rc6__tar.gz → 0.6.3rc8__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/graphql/schema.py +37 -8
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/sdk/job.py +1 -1
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/test_sdk/local_sdk_test.sh +1 -1
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/PKG-INFO +1 -1
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/pyproject.toml +1 -1
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/base_exceptions.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/collector_pattern.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/collector_pattern_to_methods_map.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/collectors.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/dummy/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/dummy/dummy_collector.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/s3/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/s3/s3collector.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/topic_markers/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/topic_markers/api_schema.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/topic_markers/topic_markers_collector.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/dataset_loader/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/dataset_loader/base_splits_dataset_loader.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/dataset_loader/dataset_loader_pattern.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/dataset_loader/dataset_loader_pattern_to_methods_map.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/dataset_loader/poisoned_images_dataset_loader.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/dataset_loader/templates/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/dataset_loader/templates/dummy_dataset_loader/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/dataset_loader/templates/dummy_dataset_loader/conda.yaml +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/dataset_loader/templates/dummy_dataset_loader/dummy_dataset.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/dataset_loader/templates/upload.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/base_executor.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/executor_pattern.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/executor_pattern_to_methods_map.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/no_model_executor_pattern.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/patterns.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/eval/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/eval/conda.yaml +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/eval/eval_executor.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/finetune/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/finetune/conda.yaml +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/finetune/finetune_executor.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/train/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/train/conda.yaml +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/train/train_executor.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/upload.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/upload_model_mode.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/graphql/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/graphql/send_graphql_request.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/backend_api.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/jsonschema_exceptions.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/jsonschema_inference.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/load_api.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/log_api.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/model_type.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/module_finder.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/server_mlmanager_exceptions.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/utils.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/visibility_options.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/model_type_to_methods_map.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/evaluatable_model.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/gradient_model.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/model_pattern.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/model_with_losses.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/model_with_metrics.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/preprocessor.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/retrainable_model.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/target_layer.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/torch_model.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/trainable_model.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/transformer.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/registry/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/registry/exceptions.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/s3/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/s3/manager.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/s3/utils.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/sdk/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/sdk/dataset_loader.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/sdk/executor.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/sdk/experiment.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/sdk/model.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/sdk/parameters.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/sdk/sdk.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/session.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/singleton_pattern.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/test_sdk/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/test_sdk/mock_server.js +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/test_sdk/package.json +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/test_sdk/requirements.txt +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/test_sdk/test_sdk.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/tests/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/tests/requirements.txt +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/tests/run_all_tests.sh +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/tests/test_jsonschema_inference.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/uploader_data/__init__.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/uploader_data/s3_uploader.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/uploader_data/utils.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/variables.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/version.py +0 -0
- {ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/README.md +0 -0
@@ -380,24 +380,44 @@ class UpdateObjectForm(sgqlc.types.Input):
|
|
380
380
|
########################################################################
|
381
381
|
# Output Objects and Interfaces
|
382
382
|
########################################################################
|
383
|
+
class ArtifactPath(sgqlc.types.Type):
|
384
|
+
__schema__ = schema
|
385
|
+
__field_names__ = ('isdir', 'path', 'size')
|
386
|
+
isdir = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isdir')
|
387
|
+
|
388
|
+
path = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='path')
|
389
|
+
|
390
|
+
size = sgqlc.types.Field(Long, graphql_name='size')
|
391
|
+
|
392
|
+
|
393
|
+
|
383
394
|
class Artifacts(sgqlc.types.Type):
|
384
395
|
__schema__ = schema
|
385
|
-
__field_names__ = ('source_path'
|
396
|
+
__field_names__ = ('list_artifacts', 'source_path')
|
397
|
+
list_artifacts = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ArtifactPath))), graphql_name='listArtifacts', args=sgqlc.types.ArgDict((
|
398
|
+
('path', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='path', default='')),
|
399
|
+
))
|
400
|
+
)
|
401
|
+
'''Arguments:
|
402
|
+
|
403
|
+
* `path` (`String!`)None (default: `""`)
|
404
|
+
'''
|
405
|
+
|
386
406
|
source_path = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='sourcePath')
|
387
407
|
|
388
408
|
|
389
409
|
|
390
410
|
class BuildJob(sgqlc.types.Type):
|
391
411
|
__schema__ = schema
|
392
|
-
__field_names__ = ('build_object_name', 'end_timestamp', '
|
412
|
+
__field_names__ = ('build_object_name', 'end_timestamp', 'id', 'message', 'start_timestamp', 'status')
|
393
413
|
build_object_name = sgqlc.types.Field(String, graphql_name='buildObjectName')
|
394
414
|
|
395
415
|
end_timestamp = sgqlc.types.Field(Long, graphql_name='endTimestamp')
|
396
416
|
|
397
|
-
exception = sgqlc.types.Field(String, graphql_name='exception')
|
398
|
-
|
399
417
|
id = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='id')
|
400
418
|
|
419
|
+
message = sgqlc.types.Field(String, graphql_name='message')
|
420
|
+
|
401
421
|
start_timestamp = sgqlc.types.Field(Long, graphql_name='startTimestamp')
|
402
422
|
|
403
423
|
status = sgqlc.types.Field(sgqlc.types.non_null(JobStatus), graphql_name='status')
|
@@ -544,7 +564,7 @@ class DatasetLoaderVersionPagination(sgqlc.types.Type):
|
|
544
564
|
|
545
565
|
class ExecutionJob(sgqlc.types.Type):
|
546
566
|
__schema__ = schema
|
547
|
-
__field_names__ = ('artifacts', 'available_metrics', 'build_job', 'end_timestamp', '
|
567
|
+
__field_names__ = ('artifacts', 'available_metrics', 'build_job', 'end_timestamp', 'executor_version', 'experiment', 'latest_metrics', 'list_dataset_loader_versions', 'list_init_role_model_version', 'list_params', 'list_result_model_version', 'message', 'metric_history', 'name', 'owner', 'params', 'periodic_type', 'registration_timestamp', 'start_timestamp', 'status', 'visibility')
|
548
568
|
artifacts = sgqlc.types.Field(sgqlc.types.non_null(Artifacts), graphql_name='artifacts')
|
549
569
|
|
550
570
|
available_metrics = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='availableMetrics')
|
@@ -553,8 +573,6 @@ class ExecutionJob(sgqlc.types.Type):
|
|
553
573
|
|
554
574
|
end_timestamp = sgqlc.types.Field(Long, graphql_name='endTimestamp')
|
555
575
|
|
556
|
-
exception = sgqlc.types.Field(String, graphql_name='exception')
|
557
|
-
|
558
576
|
executor_version = sgqlc.types.Field(sgqlc.types.non_null('ExecutorVersionInfo'), graphql_name='executorVersion')
|
559
577
|
|
560
578
|
experiment = sgqlc.types.Field('Experiment', graphql_name='experiment')
|
@@ -577,6 +595,8 @@ class ExecutionJob(sgqlc.types.Type):
|
|
577
595
|
`null`)
|
578
596
|
'''
|
579
597
|
|
598
|
+
message = sgqlc.types.Field(String, graphql_name='message')
|
599
|
+
|
580
600
|
metric_history = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('Metric'))), graphql_name='metricHistory', args=sgqlc.types.ArgDict((
|
581
601
|
('metric', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='metric', default=None)),
|
582
602
|
))
|
@@ -2008,7 +2028,7 @@ class Param(sgqlc.types.Type):
|
|
2008
2028
|
|
2009
2029
|
class Query(sgqlc.types.Type):
|
2010
2030
|
__schema__ = schema
|
2011
|
-
__field_names__ = ('dataset_loader_from_name', 'dataset_loader_version_from_name_version', 'dataset_loader_version_from_run_id', 'executor_from_name', 'executor_version_from_name_version', 'executor_version_from_run_id', 'experiment_from_id', 'experiment_from_name', 'graph_node', 'is_inference_model_ready', 'job_from_name', 'list_build_job', 'list_dataset_loader', 'list_executor', 'list_experiment', 'list_graph_node', 'list_initial_executor_version', 'list_initial_model_version', 'list_job', 'list_model', 'list_subtree_graph_node', 'model_from_name', 'model_version_from_name_version', 'model_version_from_run_id', 'pagination_dataset_loader', 'pagination_executor', 'pagination_experiment', 'pagination_initial_executor_version', 'pagination_initial_model_version', 'pagination_job', 'pagination_model', 'warning_delete_model_query')
|
2031
|
+
__field_names__ = ('dataset_loader_from_name', 'dataset_loader_version_from_name_version', 'dataset_loader_version_from_run_id', 'executor_from_name', 'executor_version_from_name_version', 'executor_version_from_run_id', 'experiment_from_id', 'experiment_from_name', 'graph_node', 'is_inference_model_ready', 'job_from_name', 'list_artifacts_by_source_paths', 'list_build_job', 'list_dataset_loader', 'list_executor', 'list_experiment', 'list_graph_node', 'list_initial_executor_version', 'list_initial_model_version', 'list_job', 'list_model', 'list_subtree_graph_node', 'model_from_name', 'model_version_from_name_version', 'model_version_from_run_id', 'pagination_dataset_loader', 'pagination_executor', 'pagination_experiment', 'pagination_initial_executor_version', 'pagination_initial_model_version', 'pagination_job', 'pagination_model', 'warning_delete_model_query')
|
2012
2032
|
dataset_loader_from_name = sgqlc.types.Field(sgqlc.types.non_null(DatasetLoaderInfo), graphql_name='datasetLoaderFromName', args=sgqlc.types.ArgDict((
|
2013
2033
|
('name', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='name', default=None)),
|
2014
2034
|
))
|
@@ -2108,6 +2128,15 @@ class Query(sgqlc.types.Type):
|
|
2108
2128
|
* `name` (`String!`)None
|
2109
2129
|
'''
|
2110
2130
|
|
2131
|
+
list_artifacts_by_source_paths = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Artifacts))), graphql_name='listArtifactsBySourcePaths', args=sgqlc.types.ArgDict((
|
2132
|
+
('source_paths', sgqlc.types.Arg(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='sourcePaths', default=None)),
|
2133
|
+
))
|
2134
|
+
)
|
2135
|
+
'''Arguments:
|
2136
|
+
|
2137
|
+
* `source_paths` (`[String!]!`)None
|
2138
|
+
'''
|
2139
|
+
|
2111
2140
|
list_build_job = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(BuildJob))), graphql_name='listBuildJob', args=sgqlc.types.ArgDict((
|
2112
2141
|
('ids', sgqlc.types.Arg(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Int))), graphql_name='ids', default=None)),
|
2113
2142
|
))
|
@@ -19,7 +19,7 @@ if ! [ -f $(pwd)/introspection/output/introspection.json ]; then
|
|
19
19
|
pip install --upgrade pip setuptools wheel
|
20
20
|
pip install --no-cache-dir -r mlmanagement/server/requirements.txt --index-url https://$REGUSER:$REGPASS@nexus.intra.ispras.ru/repository/pypi-public/simple/
|
21
21
|
pip install mlmanagement/client/
|
22
|
-
sh
|
22
|
+
sh local_introspect.sh
|
23
23
|
deactivate
|
24
24
|
rm -r introspection_venv
|
25
25
|
fi
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/collector_pattern.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/dummy/__init__.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/dummy/dummy_collector.py
RENAMED
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/s3/s3collector.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/collectors/topic_markers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/dataset_loader/templates/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/dataset_loader/templates/upload.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/executor_pattern.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/__init__.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/eval/__init__.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/eval/conda.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/train/__init__.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/train/conda.yaml
RENAMED
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/templates/upload.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/executor/upload_model_mode.py
RENAMED
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/graphql/send_graphql_request.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/jsonschema_inference.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/module_finder.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/mlmanagement/visibility_options.py
RENAMED
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/model_type_to_methods_map.py
RENAMED
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/evaluatable_model.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/gradient_model.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/model_pattern.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/model_with_losses.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/model_with_metrics.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/preprocessor.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/retrainable_model.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/target_layer.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/torch_model.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/trainable_model.py
RENAMED
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/model/patterns/transformer.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/tests/test_jsonschema_inference.py
RENAMED
File without changes
|
File without changes
|
{ml_management-0.6.3rc6 → ml_management-0.6.3rc8}/ML_management/uploader_data/s3_uploader.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|