patlevin / tfjs-to-tf

A TensorFlow.js Graph Model Converter
MIT License
138 stars 18 forks source link

Add the ability to rename inputs and outputs #17

Closed patlevin closed 4 years ago

patlevin commented 4 years ago

Description

Some models have non-descriptive input- and output node names. The user should have the ability to give model inputs and -outputs to more descriptive designations.

Scope

Details

CLI Options