Uipath DU retraining failing

For retraining with human validated data I have scheduled one train pipeline but it is failing !

  1. I have given the dataset as “DatasetName/export/”
  2. However I found that the fine tuning is present in “DatasetName\fine-tune” folder path
  3. Shall I pass the “DatasetName” this path to ensure the files from fine tune gets picked up ??

@Ritaman_Baral

Are you not using machine learning expractor trainer?

Cheers

Yes using…
Followed the guidelines you shared just now !!

@Ritaman_Baral

Do you see it failingb with same config?

Can you show yhe setup may be few screenshots

Cheers

Can you share the error that you are getting

![The image shows a screenshot of a training pipeline interface indicating that no outputs were found and the process failed, with a log showing the different stages of the training attempt and a “Download Pipeline Report” button.

This pipeline run failed

@Ritaman_Baral

As per error the folder you are making is wrong and it is not able to find anything

Cheers

I feel like this is in the wrong section, why is this is news > newsletter? I’m surprised topics can even be made here?

(Sorry to divert the topic, but clutter in the forum like this can be quite confusing).

Can you replicate the path that I should pass?

@Ritaman_Baral

Check this…ideally export ahpuld work…but you should be seeing fine tune folder in the same dataset folder…why is it not present?

Cheers

In the export fine tuning is there

Shall I select the whole dataset till fine tuning ?

@Ritaman_Baral

Exports is what you need to select…but the fine tuning folder should be in the same level…

Did ypu happen to schedule the focument manager export as well?

Cheers

Check if the finetune folder has data that recently human validated. If yes, enable schedule preview then exactly at the schedule time the finetune documents gets imported.

Once the finetune document gets import it will create export with timestamp of that schedule time and day. Run training pipeline with that export as input data set.

Thanks