kili-technology/automl

TemplateNotFound: kili_template.yml

Closed this issue · 0 comments

Hello, I'm currently testing the tool to preannotate datasets on kili.

During the train phase I got the following error:

TemplateNotFound: kili_template.yml

and I can't find kili_template.yml in the repository.

here's the code I run:

import os

if __name__ == "__main__":
    project_id: str = "cl50svxgn0na50lqe6b9f4975"
    os.system(f'kiliautoml train --api-key {os.getenv("KILI_API_KEY")} --project-id {project_id}')

Do you have any example of kili_template.yml please?

Thank you