17
0

8 Commits

Author SHA256 Message Date
0d61838111 Accepting request 1119425 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1119425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tensorflow-lite?expand=0&rev=4
2023-10-22 19:02:30 +00:00
a3d81006ed Accepting request 1118915 from home:dgarcia:fix-shebang
- Don't use `=` in %python3_install macro parameters to avoid parsing
  problems with future changes of the macro expasion.
  See gh#openSUSE/python-rpm-macros#164

OBS-URL: https://build.opensuse.org/request/show/1118915
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/tensorflow-lite?expand=0&rev=7
2023-10-22 11:54:39 +00:00
4a963ad549 Accepting request 1090946 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1090946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tensorflow-lite?expand=0&rev=3
2023-06-05 16:08:26 +00:00
897516d6c6 Accepting request 1090945 from home:Guillaume_G:branches:science:machinelearning
- Use gcc12 to build since build fails with default gcc (13)

OBS-URL: https://build.opensuse.org/request/show/1090945
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/tensorflow-lite?expand=0&rev=5
2023-06-05 14:53:53 +00:00
77e31c9a34 Accepting request 1005092 from science:machinelearning
- Update to 2.10.0
  * boo#1203507 (CVE-2022-35934)
- Breaking Changes
  * Causal attention in keras.layers.Attention and
    keras.layers.AdditiveAttention is now specified in the call()
    method via the use_causal_mask argument (rather than in the
    constructor), for consistency with other layers.
  * Some files in tensorflow/python/training have been moved to
    tensorflow/python/tracking and tensorflow/python/checkpoint.
    Please update your imports accordingly, the old files will be
    removed in Release 2.11.
  * tf.keras.optimizers.experimental.Optimizer will graduate in
    Release 2.11, which means tf.keras.optimizers.Optimizer will
    be an alias of tf.keras.optimizers.experimental.Optimizer. The
    current tf.keras.optimizers.Optimizer will continue to be
    supported as tf.keras.optimizers.legacy.Optimizer,
    e.g.,tf.keras.optimizers.legacy.Adam. Most users won't be
    affected by this change, but please check the API doc if any
    API used in your workflow is changed or deprecated, and make
    adaptions. If you decide to keep using the old optimizer,
    please explicitly change your optimizer to
    tf.keras.optimizers.legacy.Optimizer.
  * RNG behavior change for tf.keras.initializers. Keras
    initializers will now use stateless random ops to generate
    random numbers.
    - Both seeded and unseeded initializers will always generate
      the same values every time they are called (for a given
      variable shape). For unseeded initializers (seed=None), a
      random seed will be created and assigned at initializer
      creation (different initializer instances get different (forwarded request 1005091 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1005092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tensorflow-lite?expand=0&rev=2
2022-09-21 12:42:53 +00:00
ce64453e86 Accepting request 1005091 from home:bnavigator:branches:science:machinelearning
- Update to 2.10.0
  * boo#1203507 (CVE-2022-35934)
- Breaking Changes
  * Causal attention in keras.layers.Attention and
    keras.layers.AdditiveAttention is now specified in the call()
    method via the use_causal_mask argument (rather than in the
    constructor), for consistency with other layers.
  * Some files in tensorflow/python/training have been moved to
    tensorflow/python/tracking and tensorflow/python/checkpoint.
    Please update your imports accordingly, the old files will be
    removed in Release 2.11.
  * tf.keras.optimizers.experimental.Optimizer will graduate in
    Release 2.11, which means tf.keras.optimizers.Optimizer will
    be an alias of tf.keras.optimizers.experimental.Optimizer. The
    current tf.keras.optimizers.Optimizer will continue to be
    supported as tf.keras.optimizers.legacy.Optimizer,
    e.g.,tf.keras.optimizers.legacy.Adam. Most users won't be
    affected by this change, but please check the API doc if any
    API used in your workflow is changed or deprecated, and make
    adaptions. If you decide to keep using the old optimizer,
    please explicitly change your optimizer to
    tf.keras.optimizers.legacy.Optimizer.
  * RNG behavior change for tf.keras.initializers. Keras
    initializers will now use stateless random ops to generate
    random numbers.
    - Both seeded and unseeded initializers will always generate
      the same values every time they are called (for a given
      variable shape). For unseeded initializers (seed=None), a
      random seed will be created and assigned at initializer
      creation (different initializer instances get different

OBS-URL: https://build.opensuse.org/request/show/1005091
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/tensorflow-lite?expand=0&rev=3
2022-09-21 04:45:17 +00:00
a14a57dc93 Accepting request 979862 from science:machinelearning
replacement for subpackage previously provided by tensorflow2, which was removed. Required by armnn

OBS-URL: https://build.opensuse.org/request/show/979862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tensorflow-lite?expand=0&rev=1
2022-05-31 13:47:18 +00:00
fd26ec17bf Accepting request 979585 from home:bnavigator:branches:science:machinelearning
- tensorflow2 has been removed from Tumbleweed. Provide a separate
  Tensorflow Lite package in version 2.9.1
- Now includes the tflite_runtime python3 package
- Add tensorflow-lite-cmake-find-python.patch

OBS-URL: https://build.opensuse.org/request/show/979585
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/tensorflow-lite?expand=0&rev=1
2022-05-30 07:42:51 +00:00