{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":194179660,"defaultBranch":"master","name":"tf-slim","ownerLogin":"google-research","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-06-28T00:21:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/43830688?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1588878342.0","currentOid":""},"activityList":{"items":[{"before":"8d78490153215ce7c0a17088dcd26715e919e135","after":"3aafefa119f23aa9b4408034475a2ea6fc111879","ref":"refs/heads/master","pushedAt":"2024-08-26T21:06:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Add support for decoding uint16 images in tfexample_decoder.py.\n\nPiperOrigin-RevId: 667708306\nChange-Id: I0218d51a6035959ec41019de22d49e36e820d68d","shortMessageHtmlLink":"Add support for decoding uint16 images in tfexample_decoder.py."}},{"before":"dbe1d0b0e9d82ecf6307b670f23b45c29b4cb193","after":"8d78490153215ce7c0a17088dcd26715e919e135","ref":"refs/heads/master","pushedAt":"2024-08-14T19:39:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[numpy] Fix test failures under NumPy 2.0.\n\nPiperOrigin-RevId: 663017350\nChange-Id: I1210d5a9ff9d211d86a13370178dc2ece5e76564","shortMessageHtmlLink":"[numpy] Fix test failures under NumPy 2.0."}},{"before":"0532a6febeb5c3f468921cc3d90965e7fb7b043d","after":"dbe1d0b0e9d82ecf6307b670f23b45c29b4cb193","ref":"refs/heads/master","pushedAt":"2023-11-01T18:31:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update outdated references to functions imported by standard_ops.py to their actual locations.\n\nPiperOrigin-RevId: 578583336\nChange-Id: I91f4970eb185d31a24d69ce1b45371454ff9ca2a","shortMessageHtmlLink":"Update outdated references to functions imported by standard_ops.py t…"}},{"before":"4e86923aa2fa22fe58aa47ddb8f5bfce5341b361","after":"0532a6febeb5c3f468921cc3d90965e7fb7b043d","ref":"refs/heads/master","pushedAt":"2023-10-31T22:25:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Move references to TF resource variable toggle functions to their new location.\n\nPiperOrigin-RevId: 578319458\nChange-Id: I9beb6a7ee5cf08b1928797e23fe98ab0fab6bd06","shortMessageHtmlLink":"Move references to TF resource variable toggle functions to their new…"}},{"before":"b6dea832ec5cf5c8709513dc9a8e25ec4d9ee778","after":"4e86923aa2fa22fe58aa47ddb8f5bfce5341b361","ref":"refs/heads/master","pushedAt":"2023-08-11T18:43:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update legacy references to tensor.Tensor.\n\nPiperOrigin-RevId: 556031440\nChange-Id: I6c25fbd4d8afeb5cbd8b9c68a611c2ac22eff5f4","shortMessageHtmlLink":"Update legacy references to tensor.Tensor."}},{"before":"9fed2edf2fe1ad9e720e85dfecf38b2093d57039","after":"b6dea832ec5cf5c8709513dc9a8e25ec4d9ee778","ref":"refs/heads/master","pushedAt":"2023-07-11T17:58:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update ops.Tensor references to //third_party/tensorflow/python/framework/tensor.py.\n\nPiperOrigin-RevId: 547238499\nChange-Id: I59aa34cab5ffe38cbd932080c1ca739753dee0dd","shortMessageHtmlLink":"Update ops.Tensor references to //third_party/tensorflow/python/frame…"}},{"before":"e0380eb4a70e205e7fed4d71ed515c6dec224b91","after":"9fed2edf2fe1ad9e720e85dfecf38b2093d57039","ref":"refs/heads/master","pushedAt":"2023-06-23T14:05:58.275Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix streaming_concat crashes on specific and relatively large inputs.\n\nA loss of precision issue in _next_array_size() results in invalid minimum array sizes for specific, relatively large inputs. Such array sizes are occasionally encountered for (indirect) users of streaming_concat performing large-scale metric computations, leading to hard-to-reproduce evaluation job crashes. Affected users typically see a runtime error mentioning the strided slice assignment operation `append_values_op = array[size:new_size].assign(batch_values)` with the following message template: `Cannot broadcast input shape [x] into final shape [y]`, where x > y.\n\nFor instance, for the default 1.5 growth factor, the smallest input which results in an error is 7,371,556. For this input, _next_array_size() returns 7,371,555 which is one less than the requested minimal array size.\n\nPiperOrigin-RevId: 542849164\nChange-Id: Ia998381d0e03b99168a73e3dd7c29c58890cc2b8","shortMessageHtmlLink":"Fix streaming_concat crashes on specific and relatively large inputs."}},{"before":"7da63e771944af333958ce0760b01f9e8e0b7cee","after":"e0380eb4a70e205e7fed4d71ed515c6dec224b91","ref":"refs/heads/master","pushedAt":"2023-06-22T14:28:37.514Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Use ExitStack and call ops.device(device) only when device is not None, instead of using ops.device(device or '') blindly. This is to deal with the special legacy behavior of tf.device('').\n\nPiperOrigin-RevId: 542553364\nChange-Id: Ia2b52cb0dd729ec3bed0afafa05701560a771f6b","shortMessageHtmlLink":"Use ExitStack and call ops.device(device) only when device is not Non…"}},{"before":"a8caa41e0d8ab04150d234516aa1bd1ac04bd4b3","after":"7da63e771944af333958ce0760b01f9e8e0b7cee","ref":"refs/heads/master","pushedAt":"2023-06-08T17:29:07.866Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[NumPy] Fix uses of functions deprecated in NumPy 1.25.\n\nNumPy 1.25 deprecates a number of function aliases (https://github.com/numpy/numpy/releases/tag/v1.25.0rc1)\n\nThis change replaces uses of the deprecated names with their recommended replacements:\n* `np.round_` -> `np.round`\n* `np.product` -> `np.prod`\n* `np.cumproduct` -> `np.cumprod`\n* `np.sometrue` -> `np.any`\n* `np.alltrue` -> `np.all`\n\nThe deprecated functions will issue a `DeprecationWarning` under NumPy 1.25, and will be removed in NumPy 2.0.\n\nPiperOrigin-RevId: 538824879\nChange-Id: Icd6a0f4b8fd81bcf0b544e62f4313e41c6adf0ff","shortMessageHtmlLink":"[NumPy] Fix uses of functions deprecated in NumPy 1.25."}},{"before":"8b44cf62d11d718b7568e26a00475b407b3c733d","after":"a8caa41e0d8ab04150d234516aa1bd1ac04bd4b3","ref":"refs/heads/master","pushedAt":"2023-05-12T18:37:42.939Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Delete remnants of `toollog` removal.\n\nPiperOrigin-RevId: 531561668\nChange-Id: I35d4538dc81b5ce322e7c03559aff59e312e64b4","shortMessageHtmlLink":"Delete remnants of toollog removal."}},{"before":"7c760601d967c848bec3a821787d2fb2fc591e83","after":"8b44cf62d11d718b7568e26a00475b407b3c733d","ref":"refs/heads/master","pushedAt":"2023-04-28T20:54:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Internal Code Change\n\nPiperOrigin-RevId: 527978155\nChange-Id: I324377be8f71a6e5d500440eb6704ca39dbfa800","shortMessageHtmlLink":"Internal Code Change"}},{"before":"5db3950e6ebca309dd4f4ca18cff70999043523a","after":"7c760601d967c848bec3a821787d2fb2fc591e83","ref":"refs/heads/master","pushedAt":"2023-04-26T19:43:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update legacy reference to variable_scope.variable in preparation for its deletion.\n\nPiperOrigin-RevId: 527345410\nChange-Id: I1a1fe50bd5cc8ba6ca47e7a0aa30d12996ba12ec","shortMessageHtmlLink":"Update legacy reference to variable_scope.variable in preparation for…"}},{"before":"f67a0b4412c9a15b08fe0ed6daa9c95656751a6d","after":"5db3950e6ebca309dd4f4ca18cff70999043523a","ref":"refs/heads/master","pushedAt":"2023-04-18T15:00:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update references from tensorflow.python.platform to use the public API if available.\n\nPiperOrigin-RevId: 525147014\nChange-Id: Id77e0989ade18ae9a6d4cfe939a133b252a9598c","shortMessageHtmlLink":"Update references from tensorflow.python.platform to use the public A…"}},{"before":"6ce0c735c31c0b875af5fadc46826241d94843ff","after":"f67a0b4412c9a15b08fe0ed6daa9c95656751a6d","ref":"refs/heads/master","pushedAt":"2023-03-29T22:50:14.512Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update references from `variables.VariableV1` to its new location in `ops/variable_v1.py`.\n\nPiperOrigin-RevId: 520463538\nChange-Id: I37f2a73375328d1b2bdb6ad537d5a38cb0e01d3c","shortMessageHtmlLink":"Update references from variables.VariableV1 to its new location in …"}},{"before":"5876c8a76d24660552e5d703508194a92d4fabd2","after":"6ce0c735c31c0b875af5fadc46826241d94843ff","ref":"refs/heads/master","pushedAt":"2023-03-22T19:05:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update some isinstance checks of `tf.compat.v1.Variable` to `tf.compat.v2.Variable`.\n\nAlso fix calls to the deprecated Variable.initialized_value implementation by directly copying it to the use cases.\n\nThese changes are in preparation for changing `tensorflow/python/ops/resource_variable_ops.BaseResourceVariable` to inherit from `tensorflow/python/ops/variables.Variable` instead of `tensorflow/python/ops/variables.VariableV1`.\n\nSince `tensorflow/python/ops/variables.VariableV1` inherits from `tensorflow/python/ops/variables.Variable`, these changes are backwards compatible.\n\nPiperOrigin-RevId: 518635742\nChange-Id: Ia8a67df33f36147998e72b405347be5dfd869266","shortMessageHtmlLink":"Update some isinstance checks of tf.compat.v1.Variable to `tf.compa…"}},{"before":"bf7b6395bf497ca3131660f78fbc166454904325","after":"5876c8a76d24660552e5d703508194a92d4fabd2","ref":"refs/heads/master","pushedAt":"2023-03-16T06:05:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Redirect references from `control_flow_ops.cond` to `cond.cond`.\n\nThis is to ultimately remove the circular dependencies that pass from `control_flow_ops.py` to `cond_v2.py`.\n\nPiperOrigin-RevId: 517030581\nChange-Id: Ib8bd5df8ffb4a91e46be6b3d1259efcb240bf9ba","shortMessageHtmlLink":"Redirect references from control_flow_ops.cond to cond.cond."}},{"before":"7a19ed0643c2b973bc441f40c2322520e7f64d85","after":"bf7b6395bf497ca3131660f78fbc166454904325","ref":"refs/heads/master","pushedAt":"2023-03-07T18:51:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Move control_flow_ops.while_loop into its own file, while_loop.py.\n\nThis removes circular dependencies that pass through while_v2 through control_flow_ops.\n\nPiperOrigin-RevId: 514780017\nChange-Id: I8a5fddf9bde9a3ff91e5892b1b7b3714dfbcdfc2","shortMessageHtmlLink":"Move control_flow_ops.while_loop into its own file, while_loop.py."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNlQyMTowNjoxOS4wMDAwMDBazwAAAASksGh5","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNlQyMTowNjoxOS4wMDAwMDBazwAAAASksGh5","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0wN1QxODo1MToxOS4wMDAwMDBazwAAAAL-dOYU"}},"title":"Activity · google-research/tf-slim"}