- Feb 11, 2025
-
-
Antonio Rojas authored
-
- Jan 25, 2025
-
-
Antonio Rojas authored
-
- Jan 22, 2025
-
-
Antonio Rojas authored
-
- Dec 24, 2024
-
-
Antonio Rojas authored
-
- Nov 17, 2024
-
-
Jelle van der Waa authored
-
- Oct 26, 2024
-
-
Chih-Hsuan Yen authored
-
- Apr 04, 2024
-
-
Chih-Hsuan Yen authored
-
- Mar 30, 2024
-
-
Antonio Rojas authored
-
- Mar 08, 2024
-
-
Antonio Rojas authored
-
- Mar 07, 2024
-
-
Antonio Rojas authored
-
- Feb 11, 2024
-
-
Antonio Rojas authored
-
- May 27, 2023
-
-
Chih-Hsuan Yen authored
The fix is landed as part of https://github.com/google/flatbuffers/pull/7960
-
- May 26, 2023
-
-
Antonio Rojas authored
-
- Apr 06, 2023
-
- Mar 04, 2023
-
-
Antonio Rojas authored
-
- Jan 21, 2023
-
-
Antonio Rojas authored
-
- Jan 05, 2023
-
-
Antonio Rojas authored
-
- Dec 07, 2022
-
-
Antonio Rojas authored
-
- Nov 24, 2022
-
-
Antonio Rojas authored
-
- Nov 23, 2022
-
-
Antonio Rojas authored
-
- Oct 27, 2022
-
-
Antonio Rojas authored
-
- Oct 26, 2022
-
-
Antonio Rojas authored
-
- Sep 30, 2022
-
-
Antonio Rojas authored
-
- Sep 28, 2022
-
-
Chih-Hsuan Yen authored
(Pushed to [community-testing] for testing if the new version scheme [2] breaks anything) [1] https://github.com/google/flatbuffers/pull/7529 [2] https://github.com/google/flatbuffers/pull/7547
-
- Aug 30, 2022
-
-
Antonio Rojas authored
-
- Aug 29, 2022
- Aug 23, 2022
-
-
Chih-Hsuan Yen authored
* List myself as a maintainer * Add the link to upstream changelog, which is introduced in this version * Add python-numpy to as a dependency to make namcap happy * Drop a merged patch
-
- Jun 06, 2022
-
-
Chih-Hsuan Yen authored
Apparently, tensorflow uses flatbuffers 1.x to generate Python codes from flatbuffers schemes, and it's broken with flatbuffers 2.0.6. For example, a code snippet from a tensorflow lite tutorial [1] fails with: Traceback (most recent call last): File "/home/yen/tmp/t.py", line 15, in <module> tflite_model = converter.convert() File "/usr/lib/python3.10/site-packages/tensorflow/lite/python/lite.py", line 929, in wrapper return self._convert_and_export_metrics(convert_func, *args, **kwargs) File "/usr/lib/python3.10/site-packages/tensorflow/lite/python/lite.py", line 921, in _convert_and_export_metrics return flatbuffer_utils.convert_object_to_bytearray(model_object) File "/usr/lib/python3.10/site-packages/tensorflow/lite/tools/flatbuffer_utils.py", line 84, in convert_object_to_bytearray model_offset = model_object.Pack(builder) File "/usr/lib/python3.10/site-packages/tensorflow/lite/python/schema_py_generated.py", line 5951, in Pack operatorCodes = builder.EndVector(len(self.operatorCodes)) TypeError: Builder.EndVector() takes 1 positional argument but 2 were given (There is another RuntimeError "Mismatching ReplicaContext", which seems unrelated and harmless.) As a side note, flatbuffers 2.x compatibility for tensorflow is tracked in [2]. I've also re-enabled Python tests, which were disabled when switching to out-of-source builds [3], as well as added a comment for broken C++ tests. [1] https://www.tensorflow.org/lite/convert#convert_a_keras_model_ [2] https://github.com/tensorflow/tensorflow/issues/51487 [3] https://github.com/archlinux/svntogit-community/commit/0786e4bd012a8a454f61acae4b142a20e842216a
-
- Feb 22, 2022
-
-
Antonio Rojas authored
-
- Dec 09, 2021
-
-
Antonio Rojas authored
-
Antonio Rojas authored
-
- Dec 01, 2021
-
- Nov 30, 2021
-
-
Evangelos Foutras authored
-
- May 10, 2021
-
-
Antonio Rojas authored
-
Antonio Rojas authored
-
- Nov 11, 2020
-
-
Evangelos Foutras authored
-
- Nov 09, 2020
-
-
Evangelos Foutras authored
-
- Mar 13, 2020
-
-
Antonio Rojas authored
-
- Nov 01, 2019
-
- Oct 25, 2019
-