Skip to content

Commit 2044499

Browse files
author
Khasreto
authored
Merge branch 'o3de:development' into development
2 parents db6cd45 + 8cad131 commit 2044499

File tree

601 files changed

+57902
-4805
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

601 files changed

+57902
-4805
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,6 @@ Templates/Ros2FleetRobotTemplate/docs/images/*.png filter= diff= merge= -text
129129
Gems/ROS2/docs/**/*.png -filter -diff -merge
130130
Templates/Ros2ProjectTemplate/Screenshots/*.png filter= diff= merge= -text
131131
Templates/Ros2FleetRobotTemplate/Screenshots/*.png filter= diff= merge= -text
132+
Templates/Ros2RoboticManipulationTemplate/Screenshots/*.png filter= diff= merge= -text
133+
132134
*.pgm filter=lfs diff=lfs merge=lfs -text
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading
51.3 KB
Binary file not shown.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"entries": [
3+
{
4+
"base": "{4E0AAD3E-A05D-3BCB-2F80-B80A602913F9}",
5+
"context": "ScriptCanvas::Node",
6+
"variant": "",
7+
"details": {
8+
"name": "Accumulate training gradients",
9+
"category": "MachineLearning",
10+
"tooltip": "Accumulates the loss gradients for a machine learning model against a set of activations and a set of expected outputs."
11+
},
12+
"slots": [
13+
{
14+
"base": "Input_In_0",
15+
"details": {
16+
"name": "In",
17+
"tooltip": "Parameters controlling loss gradient calculation"
18+
}
19+
},
20+
{
21+
"base": "DataInput_Model_0",
22+
"details": {
23+
"name": "Model"
24+
}
25+
},
26+
{
27+
"base": "DataInput_CostFunction_1",
28+
"details": {
29+
"name": "CostFunction"
30+
}
31+
},
32+
{
33+
"base": "DataInput_Activations_2",
34+
"details": {
35+
"name": "Activations"
36+
}
37+
},
38+
{
39+
"base": "DataInput_ExpectedOutput_3",
40+
"details": {
41+
"name": "ExpectedOutput"
42+
}
43+
},
44+
{
45+
"base": "Output_On In_0",
46+
"details": {
47+
"name": "On In",
48+
"tooltip": "Parameters controlling loss gradient calculation"
49+
}
50+
},
51+
{
52+
"base": "DataOutput_Model_0",
53+
"details": {
54+
"name": "Model"
55+
}
56+
}
57+
]
58+
}
59+
]
60+
}

0 commit comments

Comments
 (0)