@tensorflow/tfjs-converter

v4.22.0-rc.0
Tensorflow model converter for javascript

build

bazel build :tfjs-converter_pkg

publish-npm

bazel run :tfjs-converter_pkg.publish

test

bazel test :tests

test-dev

ibazel test :tests

test-debug

bazel run :tfjs-converter_test --config=debug

test-converter

bazel test :tfjs-converter_test

test-converter-debug

yarn test-debug

test-snippets

bazel test :test_snippets_test --test_output=all

gen-doc

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

model-summary

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

pb2json

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

build-pip-package

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

run-python-tests

bazel test python/...
npm i @tensorflow/tfjs-converter

Metadata

Downloads