fix: closes #63
This commit is contained in:
@@ -283,7 +283,7 @@ func trainDefinitionExp(c *Context, model *BaseModel, definition_id string, load
|
||||
|
||||
got = append(got, layerrow{
|
||||
LayerType: LAYER_DENSE,
|
||||
Shape: fmt.Sprintf("%d", exp.end-exp.start),
|
||||
Shape: fmt.Sprintf("%d", exp.end-exp.start + 1),
|
||||
ExpType: 2,
|
||||
LayerNum: i,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user