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
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:
network.c)Nice-to-haves: