Skip to content
Chenhua Zhu edited this page Dec 19, 2018 · 16 revisions

Welcome to the tensorspace-converter wiki!

tfjs-JS

README-prototype

tfjs Converter install

under the tfjs folder (the same as package.json)

npm install

tfjs Converter usage:

node main.js \
--output_layer_names='name1/name2/name3' \
PATH_TO_INPUT_MODEL/model_name.json
OUTPUT_PATH

Ref.

Usage Scripts

Clone this wiki locally