The inner representation keeps a lot of parameters in the graph representation. In some cases there are different names for same params (which leads to information duplication). Also, sometimes the param name is kept as constant, other times - as string.
There's a need to standarize this thing, to avoid future problems with params naming.
The inner representation keeps a lot of parameters in the graph representation. In some cases there are different names for same params (which leads to information duplication). Also, sometimes the param name is kept as constant, other times - as string.
There's a need to standarize this thing, to avoid future problems with params naming.