Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.core beat.core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beatbeat
  • beat.corebeat.core
  • Issues
  • #14
Closed
Open
Issue created Aug 28, 2014 by Laurent EL SHAFEY@laurent.el-shafey

createDataFromJSON() is failing on arrays of arrays structures

The function createDataFromJSON() is failing on arrays of array structures, such as:

{
    "input_subtract": "beat/array_1d_floats",
    "input_divide":   "beat/array_1d_floats",
    "weights": [
        0,  
        "beat/array_2d_floats"
    ],  
    "biases": [
        0,  
        "beat/array_1d_floats"
    ]   
}

This currently generates the error: *** ValueError: field named value not found. where 'value' is the key of the 'beat/array_*' dictionary.

Assignee
Assign to
Time tracking