Skip to content

Feature: Command Line Interface #1

Description

@philipaconrad

Description

We'd like to have a command line interface for the scheduler program, so that the network parameters (and eventually hardware/ILP solver parameters) can be easily adjusted from the command line.

Requirements

CLI parameters are needed at a minimum:

  • Number of hidden layers
  • Number of input values
  • Width of hidden layers (assumes uniform width for all layers)
  • Number of output values
  • Name of output file (currently defaults to network.c)

Nice-to-haves:

  • Some way to only generate the DOT file for a network
  • Some way to only generate the ILP file (and dump it for debugging)
  • Some way to turn on/off the reports

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeston-holdPostponing until later

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions