Marwen bhj

Results 3 issues of Marwen bhj

I use makesense.ai for segmentation tasks mostly, to me it is the most clean and reliable tool. I find it very crucial to be able to load a segmentation model...

question

I've trained a mobilenetv2 model on a custom dataset using Keras. After training I saved my model using `model.save`, I tried converting it to onnx using this script: ``` from...

**14/7/2023 : successfully runing** `examples = [list of dictionnaries here as examples] data = list_of_product_names result = nlp_prompter.fit('ner.jinja', domain = 'ecommerce', text_input = f'{data}', labels = ["NAME", "WEIGHT","VOLUME","COUNT"], examples =...