Create your first automation in just a few minutes.Try Studio Web →
by YouTube
3
Activity
220
Hi, I am trying to activate my SKIL License from "https://skymind.ai/activate" website, but i am unable to get the license key as there is no reaction from the page once after i register. Kindly assist to get the license key!
I see that skymind is now pathmind and I dont see any downoad link for installing community edition. How do I proceed now? Is there a change in this also now as company has changed its name(?)
Hi,
I had deployed a tensorflow .pb model on SKIL and would like to perform inference through SKIL activities in UiPath. I wanted to ask if there is a way to perform inference using “classify data” without go through the “Transform Data” process? meaning direct perform inference using model only. if yes, how should i construct my input data form in order to sent to SKIL for inference.
Let’s assume i have a input shape of (1,24). *csv input format.
Thanks!
While the SKIL Rest API does allow this, the activity library currently does not. You should be able to deploy an empty transform process that will convert the CSV file into a tensor. Below you can find an empty TransformProcess JSON that has two columns, save it to a file and just copy/paste the "DoubleMetaData" column definitions until you have 24:
{
"actionList" : [ ],
"initialSchema" : {
"@class" : "org.datavec.api.transform.schema.Schema",
"columns" : [ {
"@class" : "org.datavec.api.transform.metadata.DoubleMetaData",
"name" : "col1",
"allowInfinite" : false,
"allowNaN" : false
}, {
"@class" : "org.datavec.api.transform.metadata.DoubleMetaData",
"name" : "col2",
"allowInfinite" : false,
"allowNaN" : false
} ]
}
}
In skymind activity does't showing decision Data , Please let me know
This can happen if the data you provided to the model doesn't match what the model expects. Details about the error will usually show up in the InferencePipeline logs inside the processes tab. If you can't find or understand the error in the logs send us an e-mail with the logs attached and we can take a look.
It was mentioned in the video that I can find " _skil_resume_dl4j_lstm.json " on the Skymind site, but I have been through every corner of the site as well as on GitHub, But unable to locate the file, please help.
Please contact sales@skymind.io to get access to that file.
Where can i find the notebook .json file, shown in the video?
Please contact sales@skymind.io to verify a few questions and we'll send it to you.
I'm trying to follow SKIL_Activity_Library_User_Guide-1.0.0.3.pdf. I have installed skil. Also, I have run, deployed, and started the MNIST model. Morover, I have followed the instruction to create the demo file in the UiPath. It seemed that the UiPath can connect http://localhost:9008/ successfully.
However, after running the UiPath file, there's an error window popped up that the imagemodel might have not been deployed or started. Do you have any idea how to solve this issue?
Is there a subscription fee with Skymind to use this activity in production?
If you use the Community Edition of Skymind's SKIL server there's no fees required. The Community Edition is limited to 2 model servers so if you need more models then you'll have to buy a license to use more capacity. Even if you only have 2 model servers, I would still recommend getting a SKIL license in production to take advantage of our support options. SKIL Licenses are very reasonably priced and we have many options for optimizing the cost to work within your budget. Simply ping our sales team at sales@skymind.ai.
Technical
Version
1.0.0.3Updated
February 18, 2020Works with
2018.3
Certification
Silver Certified
Support
UiPath Community Support
Resources