Training Pipeline Error Logs

Hi, I ran a training pipeline over 13 days ago. It was successful not until today when the log ended with an error:

2022-11-22 06:50:28,857 - uipath_core.training_plugin:model_run:187 - ERROR: Upload failure error: ‘>’ not supported between instances of ‘NoneType’ and ‘int’

Anyone who knows what to do with this?

Thanks!

Hi @Joseph_Jose

The values you are passing to are having some other datatatypes and it is expecting an integer…

The input data set that you passed might be having issues or there are no enough samples

Cheers

Hi @Joseph_Jose
Can you give other details about the model (the name of the model…) and the type of input ( it is a file or json data ? ).

Thank you.