[FEATURE]: Change Layer Parameter Structure From Arrays To Objects #1015
Labels
backend
backend tasks
enhancement
New feature or request
frontend
frontend task
full-stack
full stack task
Feature Name
Change Layer Parameter Structure From Arrays To Objects
Your Name
Daniel Wu
Description
In the LayerParams object in training, right now we structure the parameters of each layer as an array of type Any. For better typing, configure the frontend so that it passes the parameters of each layer as an object of key-value pairs, with the param names as keys and the param values as values.
The text was updated successfully, but these errors were encountered: