I want to create new node(seed) and set value to that
but my code not working. I this my path in modify-overwrite-beta is wrong.
"ai":{
"model_structure":{
"backend":"tensorflow",
"seed":100,
"model_type":"Deep"
}
{
"operation": "modify-overwrite-beta",
"spec": {
"jobInput": {
"ai": {
"common": {
"seed": "=@(ai.model_structure.seed)"
}
}
}
}
}