I would like to know how to solve the problem of submission failed. All the submissions I made always failed I don't know why
Posted by: urielnguefack @ May 2, 2023, 8:25 p.m.Hi,
There is a TabError in your submitted code:
TabError: inconsistent use of tabs and spaces in indentation.
Please check the error log.
HRDC Challenge Team
Posted by: hrdc @ May 11, 2023, 8:39 a.m.I don't really know where the error comes from and how to solve it. Need help!!
Posted by: urielnguefack @ May 13, 2023, 3:09 a.m.Hi,
You can check the ingestion error log file for detailed errors. The log shows that your model.py has some indentation problems in line 41.
HRDC Challenge Team
Posted by: hrdc @ June 1, 2023, 3:33 a.m.