changes for the training 95/13795/11
authorrajdeep11 <rajdeep.sin@samsung.com>
Mon, 2 Dec 2024 05:53:17 +0000 (11:23 +0530)
committerrajdeep11 <rajdeep.sin@samsung.com>
Wed, 11 Dec 2024 13:24:06 +0000 (18:54 +0530)
commit67b5db4e7e9097c1b672d1bbc2bbdea4b5e255f0
tree399ece707be4518b0f1ef890cb7762c5405e1345
parente6f7dce34c78cc0bdbf8d2c53b4862314ad4305e
changes for the training

Change-Id: Iaa2f9c5613e17e63473964f7b73a71f607e03a27
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
15 files changed:
tests/test_tm_apis.py
tests/test_trainingmgr_config.py
tests/test_trainingmgr_operations.py
tests/test_trainingmgr_util.py
trainingmgr/common/trainingmgr_operations.py
trainingmgr/common/trainingmgr_util.py
trainingmgr/constants/__init__.py
trainingmgr/controller/trainingjob_controller.py
trainingmgr/db/trainingjob_db.py
trainingmgr/handler/__init__.py [new file with mode: 0644]
trainingmgr/handler/async_handler.py [new file with mode: 0644]
trainingmgr/models/trainingjob.py
trainingmgr/pipeline/mme_mgr.py
trainingmgr/service/training_job_service.py
trainingmgr/trainingmgr_main.py