Retrieves available transfer learning models
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieves available transfer learning models
/api/{projectId}/optimize/transfer-learning-models
Project ID
curl -L \
--url 'https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/transfer-learning-models' \
--header 'x-api-key: YOUR_API_KEY'
{
"success": true,
"error": "text",
"models": {
"image": [
{
"name": "text",
"shortName": "text",
"abbreviatedName": "text",
"description": "text",
"hasNeurons": true,
"hasDropout": true,
"defaultNeurons": 1,
"defaultDropout": 1,
"defaultLearningRate": 1,
"defaultTrainingCycles": 1,
"hasImageAugmentation": true,
"type": "dense",
"learnBlockType": "anomaly",
"organizationModelId": 1,
"implementationVersion": 1,
"repositoryUrl": "text",
"author": "text",
"blockType": "official",
"displayCategory": "classical",
"customParameters": [
{
"name": "Scale axes",
"value": "text",
"defaultValue": "text",
"type": "text",
"help": "Divide axes by this number",
"param": "scale-axes",
"readonly": true,
"shouldShow": true,
"invalidText": "text",
"multiline": true,
"required": true,
"hint": "text",
"placeholder": "text",
"section": "advanced",
"showIf": {
"parameter": "text",
"value": "text",
"operator": "eq"
},
"selectOptions": [
{
"value": "text",
"selected": true,
"optionLabel": "text"
}
]
}
]
}
],
"objectDetection": [
{
"name": "text",
"shortName": "text",
"abbreviatedName": "text",
"description": "text",
"hasNeurons": true,
"hasDropout": true,
"defaultNeurons": 1,
"defaultDropout": 1,
"defaultLearningRate": 1,
"defaultTrainingCycles": 1,
"hasImageAugmentation": true,
"type": "dense",
"learnBlockType": "anomaly",
"organizationModelId": 1,
"implementationVersion": 1,
"repositoryUrl": "text",
"author": "text",
"blockType": "official",
"displayCategory": "classical",
"customParameters": [
{
"name": "Scale axes",
"value": "text",
"defaultValue": "text",
"type": "text",
"help": "Divide axes by this number",
"param": "scale-axes",
"readonly": true,
"shouldShow": true,
"invalidText": "text",
"multiline": true,
"required": true,
"hint": "text",
"placeholder": "text",
"section": "advanced",
"showIf": {
"parameter": "text",
"value": "text",
"operator": "eq"
},
"selectOptions": [
{
"value": "text",
"selected": true,
"optionLabel": "text"
}
]
}
]
}
],
"kws": [
{
"name": "text",
"shortName": "text",
"abbreviatedName": "text",
"description": "text",
"hasNeurons": true,
"hasDropout": true,
"defaultNeurons": 1,
"defaultDropout": 1,
"defaultLearningRate": 1,
"defaultTrainingCycles": 1,
"hasImageAugmentation": true,
"type": "dense",
"learnBlockType": "anomaly",
"organizationModelId": 1,
"implementationVersion": 1,
"repositoryUrl": "text",
"author": "text",
"blockType": "official",
"displayCategory": "classical",
"customParameters": [
{
"name": "Scale axes",
"value": "text",
"defaultValue": "text",
"type": "text",
"help": "Divide axes by this number",
"param": "scale-axes",
"readonly": true,
"shouldShow": true,
"invalidText": "text",
"multiline": true,
"required": true,
"hint": "text",
"placeholder": "text",
"section": "advanced",
"showIf": {
"parameter": "text",
"value": "text",
"operator": "eq"
},
"selectOptions": [
{
"value": "text",
"selected": true,
"optionLabel": "text"
}
]
}
]
}
],
"regression": [
{
"name": "text",
"shortName": "text",
"abbreviatedName": "text",
"description": "text",
"hasNeurons": true,
"hasDropout": true,
"defaultNeurons": 1,
"defaultDropout": 1,
"defaultLearningRate": 1,
"defaultTrainingCycles": 1,
"hasImageAugmentation": true,
"type": "dense",
"learnBlockType": "anomaly",
"organizationModelId": 1,
"implementationVersion": 1,
"repositoryUrl": "text",
"author": "text",
"blockType": "official",
"displayCategory": "classical",
"customParameters": [
{
"name": "Scale axes",
"value": "text",
"defaultValue": "text",
"type": "text",
"help": "Divide axes by this number",
"param": "scale-axes",
"readonly": true,
"shouldShow": true,
"invalidText": "text",
"multiline": true,
"required": true,
"hint": "text",
"placeholder": "text",
"section": "advanced",
"showIf": {
"parameter": "text",
"value": "text",
"operator": "eq"
},
"selectOptions": [
{
"value": "text",
"selected": true,
"optionLabel": "text"
}
]
}
]
}
],
"classification": [
{
"name": "text",
"shortName": "text",
"abbreviatedName": "text",
"description": "text",
"hasNeurons": true,
"hasDropout": true,
"defaultNeurons": 1,
"defaultDropout": 1,
"defaultLearningRate": 1,
"defaultTrainingCycles": 1,
"hasImageAugmentation": true,
"type": "dense",
"learnBlockType": "anomaly",
"organizationModelId": 1,
"implementationVersion": 1,
"repositoryUrl": "text",
"author": "text",
"blockType": "official",
"displayCategory": "classical",
"customParameters": [
{
"name": "Scale axes",
"value": "text",
"defaultValue": "text",
"type": "text",
"help": "Divide axes by this number",
"param": "scale-axes",
"readonly": true,
"shouldShow": true,
"invalidText": "text",
"multiline": true,
"required": true,
"hint": "text",
"placeholder": "text",
"section": "advanced",
"showIf": {
"parameter": "text",
"value": "text",
"operator": "eq"
},
"selectOptions": [
{
"value": "text",
"selected": true,
"optionLabel": "text"
}
]
}
]
}
]
}
}
Block info