@tensorflow/tfjs-converter

v3.11.0
Tensorflow model converter for javascript

lint

tslint -p . -t verbose

test

bazel test :tfjs-converter_test :test_snippets_test

build

bazel build :tfjs-converter_pkg

bundle

yarn build

gen-doc

ts-node -s ./scripts/gen_doc.ts

pb2json

ts-node -s ./tools/pb2json_converter.ts

test-ci

yarn test

build-ci

yarn build

test-dev

ibazel run :tfjs-converter_test

build-npm

bazel build :tfjs-converter_pkg.pack

bundle-ci

yarn build

build-deps

yarn build-link-package

publish-npm

bazel run :tfjs-converter_pkg.publish

model-summary

ts-node -s ./tools/model_summary.ts

test-snippets

bazel test :test_snippets_test --test_output=all

test-converter

bazel test :tfjs-converter_test

run-python-tests

bazel test python/...

test-snippets-ci

yarn test-snippets

build-pip-package

cd python && ./build-pip-package.sh --test /tmp/tfjs-pips

build-link-package

cd ../link-package && yarn build
npm i @tensorflow/[email protected]

Metadata

Downloads