@tensorflow/tfjs-converter

v1.7.1
Tensorflow model converter for javascript

lint

tslint -p . -t verbose

test

yarn && yarn build-deps && yarn gen-json --test && ts-node run_tests.ts

build

yarn gen-json --test && tsc

gen-doc

ts-node ./scripts/gen_doc.ts

pb2json

ts-node ./tools/pb2json_converter.ts

test-ci

yarn && yarn build-deps-ci && yarn build-ci && yarn lint && ts-node run_tests.ts

build-ci

yarn gen-json --test && tsc

gen-json

ts-node ./scripts/gen_json.ts

build-npm

./scripts/build-npm.sh

build-core

cd ../tfjs-core && yarn && yarn build

build-deps

yarn build-core

link-local

yalc link

publish-npm

npm publish

make-version

sh -c ./scripts/make-version

build-core-ci

cd ../tfjs-core && yarn && yarn build-ci

build-deps-ci

yarn build-core-ci

publish-local

yarn build-npm && yalc push

test-snippets

ts-node ./scripts/test_snippets.ts

run-python-tests

yarn gen-json --test && cd python && ./run-python-tests.sh

build-pip-package

yarn gen-json --test && cd python && ./build-pip-package.sh --test /tmp/tfjs-pips
npm i @tensorflow/[email protected]

Metadata

Downloads