sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

add a new subcommand for optimization of nnp model in proto graph #1154

Closed TomonobuTsujikawa closed 1 year ago

TomonobuTsujikawa commented 1 year ago

This PR tends to add a subcommand for the optimization of nnp model in protograph level. Currently, this feature is only for the optimization of the output from tensorflow importer, which break tf.dense() into pieces. This feature can collect them and fuse them to an Affine().