Onboarding Models in acumos - linux

I have trained a ML model and wanted to onboard this saved model to Acumos marketplace, but I am unable to find the right path to onboard the model to Acumos market place. Kindly guide me as to how to onboard the models to Acumos.
Regards,
Sandeep.

The public site https://marketplace.acumos.org is not open for on-boarding of models. Please install a local instance of Acumos using the All-In-One (AIO) installer so members of your organization can start using all the features.
This question is a repeat of Can I publish my model to Acumos marketplace?

Related

Where to find the model identifier in Form Recognizer?

I have trained a custom form identifier using Form Recognizer Studio:
The model is trained and it seems to be working well.
Now, I want to use this model using Power Automate, but I need the model identifier, but Where Can I Find It?
I have searched it everywhere in Azure, but no luck:
In the Studio you can find the models IDs within the projects in the Model tab. Please note though that the Form Recognizer Power Automate connector does not yet support the new preview release and supports only the 2.1 GA API. In order to use it you need to train the model in the 2.1 release and use https://fott-2-1.azurewebsites.net/. In 2.1 you will also find the model ID in the UX.
If you want to use the new Studio and preview API in power automate you can create a custom connector and call the REST API directly using the AnalyzeDocument API https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument
In this case you will need to provide the model name which is the unique model name you gave the model when training it.
Better late than never, at this point with the model ID not available, consider using HTTP in your logic app, instead of Form Recognizer Logic App. Ways to make it better would be to keep the model ID as a variable and have a delay between REQUEST and GET

Not able to export my model for deployment On Azure Custom Vision

I am using the compact domain to train my Object detection model but still, I am not able to export my model for deployment.
How do I able to export it.
If somebody knows please help me out with this.
This is my subscription type
We are able to export the trained custom vision object detection model as shown below. Select the desired export format, and then select Export to download the model.
In your project, you will see at the top the following links:
Training Images, Performance, Predictions, Train and Quick Test.
Click on the settings icon next to the last link and select a compact domain such as General(compact).
Click Train to retrain the model on the new compact domain
Then, under the performance menu, you will be able to export your model.
Use this link for a detailed guide with screenshots

Models registered in workspace do not show up in Designer (preview)

I registered a model in my AML workspace, and I can see it in the Model List:
Model List view
But I cannot see it in Designer (preview), which prevents me from using the new model there.
Designer view
Looks like a bug to me. Datasets work fine.
This is known issue as the models registered in workspace cannot be consumed in Designer without the new custom module capability (in private preview) available.
The models showing up in Designer today are these generated from Designer training -> inference pipeline conversion and can only be used in Designer (not registered in the workspace).
We have an effort ongoing to reduce the confusion.
Thanks for your feedback.
This is Blanca, working on AML Designer.
We're working on aligning models concept to reduce the confusion.
Shall we set up a meeting for us to understand your scenario to use registered model in Designer?
Your inputs will greatly help us to better design the user experience.
Could you please contact keli19#microsoft.com?
Thanks a lot for your help in advance!

Export data from sage to odoo (openERP)

We are using sage saari gestion commerciale (Sales management) 100 Pack V8.00 1998. We would like to migrate data (customers, suppliers, invoices...) from sage to odoo (OpenERP).
Can anyone please provide us with the steps to follow to migrate all the data to odoo.
Thanks.

Well-Formedness check in Enterprise Architect on UML profile

I have created my own UML profil with new stereotyps in Enterprise Architect and made up some basic rules how these new stereotypes have to be connected. Now I'd like to have something like a Well-Formedness check on the models which I create.
I found that there is a Model Validation with some basic UML Well-Formedness checks, but I didn't find out how I can create my own rules, which should be checked.
To create your own model validation rules, you have to write an Add-In.
Check the help file under Automation - Add-In Model - Broadcast Events - Model Validation Broadcasts. There's an example in there.
If you've never written an Add-In, check out Geert Bellekens' blog (not me) for a good quick-start introduction.

Resources