python-tf-bodypix
python-tf-bodypix copied to clipboard
Bump tensorflow from 2.11.0 to 2.13.1
Bumps tensorflow from 2.11.0 to 2.13.1.
Release notes
Sourced from tensorflow's releases.
TensorFlow 2.13.1
Release 2.13.1
Bug Fixes and Other Changes
- Refactor CpuExecutable to propagate LLVM errors.
TensorFlow 2.13.0
Release 2.13.0
TensorFlow
Breaking Changes
- The LMDB kernels have been changed to return an error. This is in preparation for completely removing them from TensorFlow. The LMDB dependency that these kernels are bringing to TensorFlow has been dropped, thus making the build slightly faster and more secure.
Major Features and Improvements
tf.lite
- Added 16-bit and 64-bit float type support for built-in op
cast.- The Python TF Lite Interpreter bindings now have an option
experimental_disable_delegate_clusteringto turn-off delegate clustering.- Added int16x8 support for the built-in op
exp- Added int16x8 support for the built-in op
mirror_pad- Added int16x8 support for the built-in ops
space_to_batch_ndandbatch_to_space_nd- Added 16-bit int type support for built-in op
less,greater_than,equal- Added 8-bit and 16-bit support for
floor_divandfloor_mod.- Added 16-bit and 32-bit int support for the built-in op
bitcast.- Added 8-bit/16-bit/32-bit int/uint support for the built-in op
bitwise_xor- Added int16 indices support for built-in op
gatherandgather_nd.- Added 8-bit/16-bit/32-bit int/uint support for the built-in op
right_shift- Added reference implementation for 16-bit int unquantized
add.- Added reference implementation for 16-bit int and 32-bit unsigned int unquantized
mul.add_opsupports broadcasting up to 6 dimensions.- Added 16-bit support for
top_k.
tf.function
- ConcreteFunction (
tf.types.experimental.ConcreteFunction) as generated throughget_concrete_functionnow performs holistic input validation similar to callingtf.functiondirectly. This can cause breakages where existing calls pass Tensors with the wrong shape or omit certain non-Tensor arguments (including default values).
tf.nn
tf.nn.embedding_lookup_sparseandtf.nn.safe_embedding_lookup_sparsenow support ids and weights described bytf.RaggedTensors.- Added a new boolean argument
allow_fast_lookuptotf.nn.embedding_lookup_sparseandtf.nn.safe_embedding_lookup_sparse, which enables a simplified and typically faster lookup procedure.
tf.data
tf.data.Dataset.zipnow supports Python-style zipping, i.e.Dataset.zip(a, b, c).tf.data.Dataset.shufflenow supportstf.data.UNKNOWN_CARDINALITYWhen doing a "full shuffle" usingdataset = dataset.shuffle(dataset.cardinality()). But remember, a "full shuffle" will load the full dataset into memory so that it can be shuffled, so make sure to only use this with small datasets or datasets of small objects (like filenames).
... (truncated)
Changelog
Sourced from tensorflow's changelog.
Release 2.15.0
TensorFlow
Breaking Changes
tf.types.experimental.GenericFunctionhas been renamed totf.types.experimental.PolymorphicFunction.Known Caveats
Major Features and Improvements
oneDNN CPU performance optimizations Windows x64 & x86.
- Windows x64 & x86 packages:
- oneDNN optimizations are enabled by default on X86 CPUs
- To explicitly enable or disable oneDNN optimizations, set the environment variable
TF_ENABLE_ONEDNN_OPTSto1(enable) or0(disable) before running TensorFlow. To fall back to default settings, unset the environment variable.- oneDNN optimizations can yield slightly different numerical results from without oneDNN optimizations due to floating-point round-off errors from different computation approaches and orders.
- To verify if oneDNN optimizations are on, look for a message with "oneDNN custom operations are on" in the log. If the exact phrase is not there, it means they are off.
Making the
tf.functiontype system fully available:
tf.types.experimental.TraceTypenow allows custom tf.function inputs to declare Tensor decomposition and type casting support.- Introducing
tf.types.experimental.FunctionTypeas the comprehensive representation of the signature oftf.functioncallables. It can be accessed through thefunction_typeproperty oftf.functions andConcreteFunctions. See thetf.types.experimental.FunctionTypedocumentation for more details.
... (truncated)
Commits
f841394Merge pull request #61846 from elfringham/fix_r213f415883[Linaro:ARM_CI] Exclude unit tests that are failinge1a5419Merge pull request #61835 from tensorflow-jenkins/version-numbers-2.13.1-20520ba0b5bdUpdate version numbers to 2.13.10f7c4ffMerge pull request #61795 from tensorflow-jenkins/relnotes-2.13.1-30774e99e29bMerge pull request #61829 from elfringham/fix_tf_iofa13788Need to be more precise about version of TensorFlow IO8729ad3Update RELEASE.mde637fd7Merge pull request #61818 from rtg0795/r2.13f2c704b[XLA:CPU] Refactor CpuExecutable so LLVM errors can be propagated- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)