10 Star 53 Fork 13

Gitee 极速下载 / TensorFlow.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/tensorflow/tfjs
克隆/下载
.gitignore 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
chunnienc 提交于 2023-03-27 19:20 . Add e2e golden model tests (#7520)
*.log
*.tar.gz
*.tgz
*.zip
*/diff
*/run-ci
**/*.pyc
**/bundle.js
**/.parcel-cache
**/*.js.map
.DS_Store
.idea/
.nyc_output/
.rpt2_cache/
.cache/
.yalc/
.vscode/ipch/
/compiled_api.js
bazel-out/
bazel-*
build-tmp-napi-v*/
build/
clone/
coverage/
demo/train-*
deps/
dist/
tfjs-layers/integration_tests/tfjs2keras/test-data/
tfjs-layers/integration/typescript/yarn.lock
e2e/integration_tests/create_save_predict_data
e2e/integration_tests/convert_predict_data
e2e/integration_tests/metadata
e2e/integration_tests/graph_model_golden_data/*.golden.json
e2e/scripts/storage
e2e/scripts/htpasswd
e2e/benchmarks/browserstack-benchmark/browsers.json
e2e/benchmarks/browserstack-benchmark/benchmark_parameters.json
e2e/benchmarks/browserstack-benchmark/benchmark_results.json
e2e/benchmarks/browserstack-benchmark/benchmark_results.js
e2e/benchmarks/browserstack-benchmark/benchmark_test_results.json
tfjs-converter/python/tensorflowjs.egg-info
tfjs-inference/binaries
# Ignore the src, binding, scripts of tfjs-node-gpu since it is copied over when
# building.
/tfjs-node-gpu/src
/tfjs-node-gpu/binding
/tfjs-node-gpu/scripts
/tfjs-node-gpu/binding.gyp
# This gets autogenerated during publishing of the union package.
tfjs/README.md
lib/
local.log
node_modules/
npm-debug.log
package
package-lock.json
release-notes.md
tensorflow-tfjs-*.tgz
tfjs-backend-wasm/dist
tfjs-backend-wasm/wasm-out/*.js
tfjs-backend-wasm/wasm-out/*.wasm
yalc.lock
yarn-error.log
cloudbuild_generated.yml
wasm-dist/
.firebase/
# e2e custom modules
e2e/custom_module/blazeface/custom_tfjs_blazeface
e2e/custom_module/dense_model/custom_tfjs
e2e/custom_module/universal_sentence_encoder/custom_tfjs
# User-specific .bazelrc
.bazelrc.user
**/.parcel-cache
JavaScript
1
https://gitee.com/mirrors/TensorFlowjs.git
git@gitee.com:mirrors/TensorFlowjs.git
mirrors
TensorFlowjs
TensorFlow.js
master

搜索帮助