Hi Suraj, once again thank you for your help. I ran the pipeline but it got failed. I have added the log below. Any guess?
Error Details: Pipeline failed due to ML Package Issue
2022-04-20 05:43:51,281 - uipath_core.trainer_run:main:73 - INFO: Starting training job…
2022-04-20 05:43:57,759 - uipath_core.storage.azure_storage_client:download:105 - INFO: Dataset from bucket folder training-f452050f-c1ab-412c-b32e-6096da0581e8/df35286d-9c2c-4c7e-b4ae-4fb49ab9d4ef/d4f56c06-c6ea-48ac-8647-3d74cadb4a34 with size 49 downloaded successfully
2022-04-20 05:43:57,760 - uipath_core.training_plugin:train_model:114 - INFO: Start model training…
2022-04-20 05:43:57,760 - uipath_core.training_plugin:initialize_model:108 - INFO: Start model initialization…
2022-04-20 05:43:57,762 - root:_valid_doctype_folder_structure:89 - ERROR: schema.json is empty / does not exist for du dataset
2022-04-20 05:43:57,762 - uipath_core.training_plugin:model_run:150 - ERROR: Training failed for pipeline type: TRAIN_ONLY, error: Document type du not valid, check that document type data is in dataset folder and follows folder structure.
2022-04-20 05:43:57,772 - uipath_core.trainer_run:main:90 - ERROR: Training Job failed, error: Document type du not valid, check that document type data is in dataset folder and follows folder structure.
Traceback (most recent call last):
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/trainer_run.py”, line 85, in main
wrapper.run()
File “/microservice/training_wrapper.py”, line 57, in run
return self.training_plugin.model_run()
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/training_plugin.py”, line 151, in model_run
raise e
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/training_plugin.py”, line 143, in model_run
self.run_train_only()
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/training_plugin.py”, line 212, in run_train_only
self.train_model(self.local_dataset_directory)
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/training_plugin.py”, line 116, in train_model
self.model.train(directory)
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/training_plugin.py”, line 104, in model
self.initialize_model()
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/training_plugin.py”, line 110, in initialize_model
self._model = train.Main()
File “/microservice/train.py”, line 40, in init
self.opt = self.get_options()
File “/microservice/train.py”, line 127, in get_options
opt = preprocess.configure_options(opt)
File “”, line 130, in configure_options
Exception: Document type du not valid, check that document type data is in dataset folder and follows folder structure.
2022-04-20 05:44:56,130 - uipath_core.trainer_run:main:73 - INFO: Starting training job…
2022-04-20 05:44:59,644 - uipath_core.logs.upload_log_service:upload_logs_file:87 - INFO: Retry Training Triggered:
2022-04-20 05:45:01,376 - uipath_core.storage.azure_storage_client:download:105 - INFO: Dataset from bucket folder training-f452050f-c1ab-412c-b32e-6096da0581e8/df35286d-9c2c-4c7e-b4ae-4fb49ab9d4ef/d4f56c06-c6ea-48ac-8647-3d74cadb4a34 with size 49 downloaded successfully
2022-04-20 05:45:01,377 - uipath_core.training_plugin:train_model:114 - INFO: Start model training…
2022-04-20 05:45:01,377 - uipath_core.training_plugin:initialize_model:108 - INFO: Start model initialization…
2022-04-20 05:45:01,378 - root:_valid_doctype_folder_structure:89 - ERROR: schema.json is empty / does not exist for du dataset
2022-04-20 05:45:01,378 - uipath_core.training_plugin:model_run:150 - ERROR: Training failed for pipeline type: TRAIN_ONLY, error: Document type du not valid, check that document type data is in dataset folder and follows folder structure.
2022-04-20 05:45:01,386 - uipath_core.trainer_run:main:90 - ERROR: Training Job failed, error: Document type du not valid, check that document type data is in dataset folder and follows folder structure.
Traceback (most recent call last):
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/trainer_run.py”, line 85, in main
wrapper.run()
File “/microservice/training_wrapper.py”, line 57, in run
return self.training_plugin.model_run()
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/training_plugin.py”, line 151, in model_run
raise e
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/training_plugin.py”, line 143, in model_run
self.run_train_only()
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/training_plugin.py”, line 212, in run_train_only
self.train_model(self.local_dataset_directory)
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/training_plugin.py”, line 116, in train_model
self.model.train(directory)
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/training_plugin.py”, line 104, in model
self.initialize_model()
File “/home/aicenter/.local/lib/python3.9/site-packages/uipath_core/training_plugin.py”, line 110, in initialize_model
self._model = train.Main()
File “/microservice/train.py”, line 40, in init
self.opt = self.get_options()
File “/microservice/train.py”, line 127, in get_options
opt = preprocess.configure_options(opt)
File “”, line 130, in configure_options
Exception: Document type du not valid, check that document type data is in dataset folder and follows folder structure.