url
stringlengths
63
63
repository_url
stringclasses
1 value
labels_url
stringlengths
77
77
comments_url
stringlengths
72
72
events_url
stringlengths
70
70
html_url
stringlengths
51
53
id
int64
1.57B
2.35B
node_id
stringlengths
18
19
number
int64
59.5k
69.6k
title
stringlengths
1
554
user
dict
labels
listlengths
0
8
state
stringclasses
2 values
locked
bool
2 classes
assignee
dict
assignees
listlengths
0
8
milestone
null
comments
listlengths
0
30
created_at
timestamp[s]
updated_at
timestamp[s]
closed_at
timestamp[s]
author_association
stringclasses
4 values
active_lock_reason
stringclasses
3 values
draft
bool
2 classes
pull_request
dict
body
stringlengths
1
65.4k
reactions
dict
timeline_url
stringlengths
72
72
performed_via_github_app
null
state_reason
stringclasses
3 values
is_pull_request
bool
2 classes
https://api.github.com/repos/tensorflow/tensorflow/issues/62585
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62585/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62585/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62585/events
https://github.com/tensorflow/tensorflow/issues/62585
2,030,210,354
I_kwDOArmXAs55Ao0y
62,585
TFLite MirrorPad in reflect mode yields incorrect results.
{ "login": "Pop-korn", "id": 121626389, "node_id": "U_kgDOBz_fFQ", "avatar_url": "https://avatars.githubusercontent.com/u/121626389?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Pop-korn", "html_url": "https://github.com/Pop-korn", "followers_url": "https://api.github.com/users/Pop-korn/...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "LakshmiKalaKadali", "id": 149650845, "node_id": "U_kgDOCOt9nQ", "avatar_url": "https://avatars.githubusercontent.com/u/149650845?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LakshmiKalaKadali", "html_url": "https://github.com/LakshmiKalaKadali", "followers_url": "https://api...
[ { "login": "LakshmiKalaKadali", "id": 149650845, "node_id": "U_kgDOCOt9nQ", "avatar_url": "https://avatars.githubusercontent.com/u/149650845?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LakshmiKalaKadali", "html_url": "https://github.com/LakshmiKalaKadali", "follower...
null
[ "Hi @Pop-korn,\r\n\r\n Both paddings[D, 0] and [D, 1] must be no greater than input.dim_size(D) as per the [documentation](https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/mirror-pad). pad: [[2 2],[2 2]] gives invalid argument error. As well I tried the MirrorPad operation with Reflect mode for a few mor...
2023-12-07T08:49:06
2024-01-02T01:48:43
2024-01-02T01:48:43
NONE
null
null
null
### System information - Windows 11 Enterprise - TensorFlow installed from source - TensorFlow version 2.12.1 - Python version 3.10.11 ### Describe the problem The TFLite MirrorPad operator in reflect mode produces incorrect results in some cases. For example in this case: input: [[0. 1.] [2. 3.]] p...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62585/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62585/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62584
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62584/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62584/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62584/events
https://github.com/tensorflow/tensorflow/issues/62584
2,030,129,111
I_kwDOArmXAs55AU_X
62,584
A bug in tf.maximum
{ "login": "cheyennee", "id": 45327670, "node_id": "MDQ6VXNlcjQ1MzI3Njcw", "avatar_url": "https://avatars.githubusercontent.com/u/45327670?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cheyennee", "html_url": "https://github.com/cheyennee", "followers_url": "https://api.github.com/users/...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@sachinprasadhs,\r\nI was able to reproduce the issue on tensorflow v2.14, v2.15 and [tf-nightly](https://colab.research.google.com/gist/tilakrayal/710cc9dd4fe87370b15de2bc7c038996/untitled1588.ipynb). Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/8a70b90740d8d2382c90ac81f3b0f...
2023-12-07T08:05:05
2024-01-11T01:49:35
2024-01-11T01:49:31
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.14.0 ### Custom code Yes ### OS platform and distribution windows colab ### Mobile device _No response_ ### Python version 3.10 ### Bazel version _No response_ ### GCC/compiler...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62584/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62584/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62581
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62581/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62581/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62581/events
https://github.com/tensorflow/tensorflow/issues/62581
2,029,625,248
I_kwDOArmXAs54-Z-g
62,581
tflite_runtime 2.14 x86_64 wheels distributed on pypi are not pep600 compliant
{ "login": "mshawcroft", "id": 6357566, "node_id": "MDQ6VXNlcjYzNTc1NjY=", "avatar_url": "https://avatars.githubusercontent.com/u/6357566?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mshawcroft", "html_url": "https://github.com/mshawcroft", "followers_url": "https://api.github.com/users...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "terryheo", "id": 2908505, "node_id": "MDQ6VXNlcjI5MDg1MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/2908505?v=4", "gravatar_id": "", "url": "https://api.github.com/users/terryheo", "html_url": "https://github.com/terryheo", "followers_url": "https://api.github.com/users/terry...
[ { "login": "terryheo", "id": 2908505, "node_id": "MDQ6VXNlcjI5MDg1MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/2908505?v=4", "gravatar_id": "", "url": "https://api.github.com/users/terryheo", "html_url": "https://github.com/terryheo", "followers_url": "https://api.gi...
null
[ "Hi @terryheo, can you do the same as what you did with https://github.com/tensorflow/tensorflow/issues/60738 effectively? Thanks." ]
2023-12-07T00:27:34
2023-12-14T22:55:46
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.14 ### Custom code No ### OS platform and distribution linux ### Mobile device _No response_ ### Python version 3.8, 3.9, 3.10, 3.11 ### Bazel version _No response_ ### GCC/compile...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62581/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62581/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62580
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62580/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62580/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62580/events
https://github.com/tensorflow/tensorflow/issues/62580
2,028,931,535
I_kwDOArmXAs547wnP
62,580
No module named 'tensorflow.compat' in 2.10 version tensoflow
{ "login": "ziyuuuuuu", "id": 124778258, "node_id": "U_kgDOB2_3Eg", "avatar_url": "https://avatars.githubusercontent.com/u/124778258?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ziyuuuuuu", "html_url": "https://github.com/ziyuuuuuu", "followers_url": "https://api.github.com/users/ziyuuu...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "@ziyuuuuuu I was able to run the code provided successfully using TF version 2.15 on colab, could you please have a look at this [gist](https://colab.research.google.com/gist/sushreebarsa/6d84a0c3e9fbce0f04266ff99bacfc38/62580.ipynb)?\r\nThank you!", "> @ziyuuuuuu I was able to run the code provided successfully...
2023-12-06T16:23:50
2023-12-24T01:49:10
2023-12-24T01:49:07
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.10 ### Custom code Yes ### OS platform and distribution anaconda ### Mobile device _No response_ ### Python version 3.7 ### Bazel version _No response_ ### GCC/compiler version _N...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62580/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62580/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62579
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62579/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62579/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62579/events
https://github.com/tensorflow/tensorflow/issues/62579
2,028,923,710
I_kwDOArmXAs547us-
62,579
Missing symbols in official Windows TensorFlow native builds
{ "login": "karllessard", "id": 10109534, "node_id": "MDQ6VXNlcjEwMTA5NTM0", "avatar_url": "https://avatars.githubusercontent.com/u/10109534?v=4", "gravatar_id": "", "url": "https://api.github.com/users/karllessard", "html_url": "https://github.com/karllessard", "followers_url": "https://api.github.com/...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "It seems like Intel has fixed something related that will land in 2.16: https://github.com/tensorflow/tensorflow/issues/61830\r\n\r\nDoes that help?", "Thanks @angerson , the ticket seems to talk about the missing include folders (which we've also noticed but found a workaround for), though it does not mention a...
2023-12-06T16:19:21
2024-02-12T14:21:13
null
CONTRIBUTOR
null
null
null
Hi, we (SIG-JVM) are trying to leverage the Windows C Library builds available under https://storage.googleapis.com/tensorflow/libtensorflow/ which, I think, are built by Google. Starting from TF 2.14.x, these builds are broken because they do not export the TSL symbols required by the TensorFlow C API. Here is the ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62579/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62579/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62578
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62578/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62578/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62578/events
https://github.com/tensorflow/tensorflow/pull/62578
2,028,793,270
PR_kwDOArmXAs5hUU2b
62,578
A workaround for a string C++11 ABI issue on Centos7
{ "login": "ekuznetsov139", "id": 12205429, "node_id": "MDQ6VXNlcjEyMjA1NDI5", "avatar_url": "https://avatars.githubusercontent.com/u/12205429?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekuznetsov139", "html_url": "https://github.com/ekuznetsov139", "followers_url": "https://api.githu...
[ { "id": 1169365494, "node_id": "MDU6TGFiZWwxMTY5MzY1NDk0", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/size:M", "name": "size:M", "color": "adafea", "default": false, "description": "CL Change Size: Medium" } ]
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Thank you for the explanation and for sending in this PR. Unfortunately, we cannot accept it because TensorFlow has official support only for Ubuntu and Clang. In addition, we are in process of updating our Protobuf dependency so that patch file might go away in the near future. We recommend including this fix in ...
2023-12-06T15:20:18
2023-12-09T01:18:52
2023-12-09T01:16:24
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62578", "html_url": "https://github.com/tensorflow/tensorflow/pull/62578", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62578.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62578.patch", "merged_at": null }
I've discovered that a large number of TF unit tests fail when built on CentOS 7. Investigation revealed the following. * CentOS 7 (or rather the gcc it comes with) uses the "old" C++11 string ABI. * The significant difference between ABIs is that, in the "old" ABI, std::string with internal representation containin...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62578/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62578/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62577
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62577/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62577/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62577/events
https://github.com/tensorflow/tensorflow/issues/62577
2,028,747,246
I_kwDOArmXAs547Dnu
62,577
Seeded LecunNormal initializer produces the same random values across multiple calls
{ "login": "ItayXD", "id": 1885454, "node_id": "MDQ6VXNlcjE4ODU0NTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/1885454?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ItayXD", "html_url": "https://github.com/ItayXD", "followers_url": "https://api.github.com/users/ItayXD/foll...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https://api.github.com/use...
[ { "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https:...
null
[ "@ItayXD,\r\nI tried to execute the mentioned code with the alternative numbers on tensorflow v2.15 and the LecunNormal api providing the results as mentioned in the document. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/507b3e3e4a3f97bfcdb983315bf7d68a/untitled1581.ipynb). Th...
2023-12-06T14:57:47
2024-01-09T12:27:05
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.14 ### Custom code No ### OS platform and distribution Ubuntu 22.04 ### Mobile device _No response_ ### Python version 3.10 ### Bazel version _No ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62577/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62577/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62576
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62576/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62576/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62576/events
https://github.com/tensorflow/tensorflow/issues/62576
2,028,732,359
I_kwDOArmXAs546__H
62,576
Keras two-head controllable gradient flow
{ "login": "ymuv", "id": 1627149, "node_id": "MDQ6VXNlcjE2MjcxNDk=", "avatar_url": "https://avatars.githubusercontent.com/u/1627149?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ymuv", "html_url": "https://github.com/ymuv", "followers_url": "https://api.github.com/users/ymuv/followers", ...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "sampathweb", "id": 1437573, "node_id": "MDQ6VXNlcjE0Mzc1NzM=", "avatar_url": "https://avatars.githubusercontent.com/u/1437573?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sampathweb", "html_url": "https://github.com/sampathweb", "followers_url": "https://api.github.com/users...
[ { "login": "sampathweb", "id": 1437573, "node_id": "MDQ6VXNlcjE0Mzc1NzM=", "avatar_url": "https://avatars.githubusercontent.com/u/1437573?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sampathweb", "html_url": "https://github.com/sampathweb", "followers_url": "https://...
null
[]
2023-12-06T14:50:42
2023-12-27T21:43:05
null
NONE
null
null
null
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.11.0 ### Custom code No ### OS platform and distribution Windows 10 ### Mobile device _No response_ ### Python version 3.9.11 ### Bazel version _No response_ ### GCC/compiler ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62576/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62576/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62575
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62575/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62575/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62575/events
https://github.com/tensorflow/tensorflow/issues/62575
2,027,820,145
I_kwDOArmXAs543hRx
62,575
How to verify that the onednn optimizations are enabled in runtime?
{ "login": "lizhangzhan", "id": 2328803, "node_id": "MDQ6VXNlcjIzMjg4MDM=", "avatar_url": "https://avatars.githubusercontent.com/u/2328803?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lizhangzhan", "html_url": "https://github.com/lizhangzhan", "followers_url": "https://api.github.com/us...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "https://github.com/tensorflow/tensorflow/blob/v2.9.0/tensorflow/core/util/util.cc#L135C8-L135C18\r\nhttps://github.com/tensorflow/tensorflow/blob/v2.9.0/tensorflow/core/util/util.cc#L169\r\nAccording to the implementation logics in tensorflow/core/util/util.cc, seems it enter the first branch after IsMKLEnabled(...
2023-12-06T07:12:22
2023-12-23T01:47:30
2023-12-23T01:47:27
NONE
null
null
null
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version tf2.9.0 ### Custom code No ### OS platform and distribution linux ubuntu20.04 ### Mobile device _No response_ ### Python version 3.8.10 ### Ba...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62575/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62575/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62574
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62574/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62574/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62574/events
https://github.com/tensorflow/tensorflow/issues/62574
2,027,248,244
I_kwDOArmXAs541Vp0
62,574
data.ops.iterator_ops.OwnedIterator flattened in profile session
{ "login": "annaa-ka", "id": 83917358, "node_id": "MDQ6VXNlcjgzOTE3MzU4", "avatar_url": "https://avatars.githubusercontent.com/u/83917358?v=4", "gravatar_id": "", "url": "https://api.github.com/users/annaa-ka", "html_url": "https://github.com/annaa-ka", "followers_url": "https://api.github.com/users/ann...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Hi @annaa-ka ,\r\n\r\nTf2.6v is quiet older and not supported right now as current version is TF2.15v. Could you please try with latest version as it possible many bugs resolved with each latest version.\r\n\r\nAlso without code snippet it's hard to analyse the issue.Could you submit the code in the form of a cola...
2023-12-05T22:34:35
2023-12-27T01:48:04
2023-12-27T01:47:58
NONE
null
null
null
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.6.2 ### Custom code Yes ### OS platform and distribution Ubuntu 20.04.6 LTS ### Mobile device _No response_ ### Python version Python 3.8.10 ### Bazel version bazel 5.2.0-1 ###...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62574/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62574/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62573
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62573/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62573/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62573/events
https://github.com/tensorflow/tensorflow/pull/62573
2,027,242,133
PR_kwDOArmXAs5hPBwY
62,573
Update RELEASE.md
{ "login": "ronaghy", "id": 147886872, "node_id": "U_kgDOCNCTGA", "avatar_url": "https://avatars.githubusercontent.com/u/147886872?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ronaghy", "html_url": "https://github.com/ronaghy", "followers_url": "https://api.github.com/users/ronaghy/foll...
[ { "id": 987666414, "node_id": "MDU6TGFiZWw5ODc2NjY0MTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/ready%20to%20pull", "name": "ready to pull", "color": "2cd643", "default": false, "description": "PR ready for merge process" }, { "id": 1169364458, "no...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[]
2023-12-05T22:30:24
2023-12-06T02:32:17
2023-12-06T02:32:16
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62573", "html_url": "https://github.com/tensorflow/tensorflow/pull/62573", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62573.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62573.patch", "merged_at": "2023-12-...
Added release notes for 2.15.0.post1
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62573/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62573/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62572
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62572/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62572/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62572/events
https://github.com/tensorflow/tensorflow/issues/62572
2,025,809,179
I_kwDOArmXAs54v2Ub
62,572
tf.sqrt crashing
{ "login": "nhuet", "id": 23269019, "node_id": "MDQ6VXNlcjIzMjY5MDE5", "avatar_url": "https://avatars.githubusercontent.com/u/23269019?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nhuet", "html_url": "https://github.com/nhuet", "followers_url": "https://api.github.com/users/nhuet/follow...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "Hey , can I work on this?\r\n", "@nhuet I tried to replicate the issue on colab but didn't face the error reported. Please find the gist [here](https://colab.research.google.com/gist/sushreebarsa/8e405910794bfd917950ef5b7a584bfd/62572.ipynb) and the output was as follows;\r\n```\r\n<tf.Tensor: shape=(2,), dtype=...
2023-12-05T10:02:18
2023-12-12T17:33:02
2023-12-12T17:32:58
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version v2.15.0-rc1-8-g6887368d6d4 2.15.0 ### Custom code No ### OS platform and distribution Debian GNU/Linux 12 (bookworm) ### Mobile device _No response_ ### Python version 3.9.12 ### Bazel...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62572/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62572/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62571
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62571/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62571/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62571/events
https://github.com/tensorflow/tensorflow/issues/62571
2,025,646,086
I_kwDOArmXAs54vOgG
62,571
tf.keras.layers.GlobalAveragePooling2D() freezes tf.distribute.MirroredStrategy()
{ "login": "matthewhelmi", "id": 58693864, "node_id": "MDQ6VXNlcjU4NjkzODY0", "avatar_url": "https://avatars.githubusercontent.com/u/58693864?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matthewhelmi", "html_url": "https://github.com/matthewhelmi", "followers_url": "https://api.github.c...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "It may related to those two issues : #62234 #61314", "Thanks for the reply @edwardyehuang!\r\n\r\nI had a look at the two issues.\r\n\r\nIn this case the hangs with the specific model architecture above, but runs smooth with the minor modification. And on a single gpu everything runs. ", "> Thanks for the repl...
2023-12-05T08:52:11
2023-12-11T21:33:53
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.13.1 ### Custom code No ### OS platform and distribution NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" ### Mobile device _No response_...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62571/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62571/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62570
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62570/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62570/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62570/events
https://github.com/tensorflow/tensorflow/pull/62570
2,025,238,667
PR_kwDOArmXAs5hIGrT
62,570
Correct broken endpoint links for Release 1.10
{ "login": "akhilnev", "id": 106297042, "node_id": "U_kgDOBlX20g", "avatar_url": "https://avatars.githubusercontent.com/u/106297042?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akhilnev", "html_url": "https://github.com/akhilnev", "followers_url": "https://api.github.com/users/akhilnev/...
[ { "id": 474725938, "node_id": "MDU6TGFiZWw0NzQ3MjU5Mzg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stale", "name": "stale", "color": "d4c5f9", "default": false, "description": "This label marks the issue/pr stale - to be closed automatically if no activity" }, ...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Thank you for the reply! The Release 1.10 on the website points directly to GitHub source code for the specific end-points which looks like this for tf.string:\r\n[\r\n<img width=\"1002\" alt=\"Screen Shot 2023-12-07 at 2 59 12 AM\" src=\"https://github.com/tensorflow/tensorflow/assets/106297042/074c1ce8-218e-4059...
2023-12-05T04:07:33
2024-04-05T01:47:28
2024-04-05T01:47:23
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62570", "html_url": "https://github.com/tensorflow/tensorflow/pull/62570", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62570.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62570.patch", "merged_at": null }
This commit addresses broken endpoint links inside the `Readme.md` file in the context of Release 1.10. The broken links are replaced with functional links pointing to the corresponding documentation on the [TensorFlow website](https://www.tensorflow.org/api_docs/python/)
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62570/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62570/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62569
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62569/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62569/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62569/events
https://github.com/tensorflow/tensorflow/pull/62569
2,025,180,994
PR_kwDOArmXAs5hH6XM
62,569
Refine link in build_convert.md for including and using models in programs
{ "login": "akhilnev", "id": 106297042, "node_id": "U_kgDOBlX20g", "avatar_url": "https://avatars.githubusercontent.com/u/106297042?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akhilnev", "html_url": "https://github.com/akhilnev", "followers_url": "https://api.github.com/users/akhilnev/...
[ { "id": 750616506, "node_id": "MDU6TGFiZWw3NTA2MTY1MDY=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/comp:lite", "name": "comp:lite", "color": "0052cc", "default": false, "description": "TF Lite related issues" }, { "id": 1169364259, "node_id": "MDU6TGF...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Covered by https://github.com/tensorflow/tensorflow/pull/62242" ]
2023-12-05T03:01:25
2023-12-06T16:16:38
2023-12-06T16:16:33
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62569", "html_url": "https://github.com/tensorflow/tensorflow/pull/62569", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62569.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62569.patch", "merged_at": null }
This commit updates the file reference in build_convert.md, replacing the non-existent evaluate.cc link with hello_world_test.cc. The change is reflected in the commit history, as shown in the attached screenshot: <img width="893" alt="Screen Shot 2023-12-05 at 11 38 21 AM" src="https://github.com/tensorflow/tensorf...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62569/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62569/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62568
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62568/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62568/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62568/events
https://github.com/tensorflow/tensorflow/pull/62568
2,025,146,961
PR_kwDOArmXAs5hHzOP
62,568
Ensure the global uniqueness of the tensor name.
{ "login": "kevint324", "id": 8800468, "node_id": "MDQ6VXNlcjg4MDA0Njg=", "avatar_url": "https://avatars.githubusercontent.com/u/8800468?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kevint324", "html_url": "https://github.com/kevint324", "followers_url": "https://api.github.com/users/ke...
[ { "id": 987666414, "node_id": "MDU6TGFiZWw5ODc2NjY0MTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/ready%20to%20pull", "name": "ready to pull", "color": "2cd643", "default": false, "description": "PR ready for merge process" }, { "id": 1169364458, "no...
open
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "`\r\ngcc: error: unrecognized command line option '-mavxvnni'; did you mean '-mavx512vnni'?\r\n`\r\nThe rocm build failure has nothing to do with my cl.", "Hi @rohan100jain Can you please review this PR ? Thank you!", "Hi @rohan100jain Can you please review this PR ? Thank you!", "Seems someone is having a r...
2023-12-05T02:23:04
2024-06-05T08:19:53
null
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62568", "html_url": "https://github.com/tensorflow/tensorflow/pull/62568", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62568.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62568.patch", "merged_at": null }
Due to the tensor name generation mechanism, different OPs may generate the same rendezvous key. In the case of multi-thread race condition, it is possible for incorrect communication to occur resulting in incorrect data being received. This patch avoids key conflicts by ensuring the uniqueness of tensor names. See #62...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62568/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62568/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62567
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62567/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62567/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62567/events
https://github.com/tensorflow/tensorflow/pull/62567
2,025,098,542
PR_kwDOArmXAs5hHpQ0
62,567
Update README.md
{ "login": "akhilnev", "id": 106297042, "node_id": "U_kgDOBlX20g", "avatar_url": "https://avatars.githubusercontent.com/u/106297042?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akhilnev", "html_url": "https://github.com/akhilnev", "followers_url": "https://api.github.com/users/akhilnev/...
[ { "id": 1169364259, "node_id": "MDU6TGFiZWwxMTY5MzY0MjU5", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/size:XS", "name": "size:XS", "color": "adafea", "default": false, "description": "CL Change Size: Extra Small" } ]
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).\n\nView this [failed invocation](https://github.com/tensorflow/tensorflow/pull/62567/checks?check_run_...
2023-12-05T01:23:06
2023-12-05T17:15:30
2023-12-05T06:16:35
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62567", "html_url": "https://github.com/tensorflow/tensorflow/pull/62567", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62567.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62567.patch", "merged_at": null }
Changed the 404 link addressed in Issue #62019 and added suggested link, please let me know if this is fine !
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62567/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62567/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62566
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62566/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62566/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62566/events
https://github.com/tensorflow/tensorflow/issues/62566
2,024,230,195
I_kwDOArmXAs54p00z
62,566
[MLIR] tf-mlir-translate not working for keras sequential model
{ "login": "monowaranjum", "id": 19803082, "node_id": "MDQ6VXNlcjE5ODAzMDgy", "avatar_url": "https://avatars.githubusercontent.com/u/19803082?v=4", "gravatar_id": "", "url": "https://api.github.com/users/monowaranjum", "html_url": "https://github.com/monowaranjum", "followers_url": "https://api.github.c...
[ { "id": 473173272, "node_id": "MDU6TGFiZWw0NzMxNzMyNzI=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:feature", "name": "type:feature", "color": "159b2e", "default": false, "description": "Feature requests" }, { "id": 2012480497, "node_id": "MDU6TGF...
closed
false
{ "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https://api.github.com/use...
[ { "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https:...
null
[ "If you can reproduce the issue, please comment if there are any command line mitigation for that. I would really not like to rewrite existing models using tf.function.", "@monowaranjum,\r\nYou need to create a wrapper [like this](https://github.com/tensorflow/tensorflow/blob/b41bee7adb423973821d1b93193b8becbddea...
2023-12-04T16:16:48
2023-12-07T17:30:20
2023-12-07T17:30:20
NONE
null
null
null
### Issue type Documentation Feature Request ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04 ### Mobile device _No response_ ### Python version 3.10 ### Bazel version 5.1.1 ### ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62566/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62566/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62565
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62565/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62565/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62565/events
https://github.com/tensorflow/tensorflow/issues/62565
2,024,104,392
I_kwDOArmXAs54pWHI
62,565
"ERROR: tensorflow/lite/util.cc BytesRequired number of elements overflowed." when benchmarking TFLite model with dynamic input size
{ "login": "JakubGorski", "id": 23618864, "node_id": "MDQ6VXNlcjIzNjE4ODY0", "avatar_url": "https://avatars.githubusercontent.com/u/23618864?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JakubGorski", "html_url": "https://github.com/JakubGorski", "followers_url": "https://api.github.com/...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "pkgoogle", "id": 132095473, "node_id": "U_kgDOB9-d8Q", "avatar_url": "https://avatars.githubusercontent.com/u/132095473?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pkgoogle", "html_url": "https://github.com/pkgoogle", "followers_url": "https://api.github.com/users/pkgoogle/...
[ { "login": "pkgoogle", "id": 132095473, "node_id": "U_kgDOB9-d8Q", "avatar_url": "https://avatars.githubusercontent.com/u/132095473?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pkgoogle", "html_url": "https://github.com/pkgoogle", "followers_url": "https://api.github...
null
[ "@LakshmiKalaKadali did You have a look into this? Are You able to help?", "Hi @pkgoogle , Please look into the issue\r\n\r\nThank You", "Hi @JakubGorski, did you get the binary from somewhere? or did you build android_aarch64_benchmark_model_plus_flex from source? If you built it from source can you let us kno...
2023-12-04T15:17:44
2024-01-16T11:08:44
2024-01-16T11:08:42
NONE
null
null
null
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.10 ### Custom code Yes ### OS platform and distribution Linux Ubuntu 20.04.6 ### Mobile device Samsung S23 ### Python version 3.7.12 ### Bazel version _No response_ ### GCC/com...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62565/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62565/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62564
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62564/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62564/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62564/events
https://github.com/tensorflow/tensorflow/issues/62564
2,023,342,054
I_kwDOArmXAs54mb_m
62,564
Unable to load saved model with TPU using mixed precision bfloat16
{ "login": "rcalonso", "id": 19788974, "node_id": "MDQ6VXNlcjE5Nzg4OTc0", "avatar_url": "https://avatars.githubusercontent.com/u/19788974?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rcalonso", "html_url": "https://github.com/rcalonso", "followers_url": "https://api.github.com/users/rca...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Hello, @rcalonso!\r\nCould you try to use the tf.keras.experimental.load_from_saved_model function with the policy=\"infer_float32_vars\" argument. This will load the model with the appropriate mixed precision policy for inference. Also could you try with latest TF v2.15 or nightly and let us know?\r\nThank you!",...
2023-12-04T08:56:55
2024-02-07T01:46:39
2024-02-07T01:46:33
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.14.1 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version 3.10.12 ### Bazel version _No response_ ### GCC/compiler...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62564/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62564/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62563
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62563/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62563/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62563/events
https://github.com/tensorflow/tensorflow/issues/62563
2,023,003,752
I_kwDOArmXAs54lJZo
62,563
inconsistency when invoking tf.math.top_k and tf.negative
{ "login": "beanduan22", "id": 149338034, "node_id": "U_kgDOCOa3sg", "avatar_url": "https://avatars.githubusercontent.com/u/149338034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/beanduan22", "html_url": "https://github.com/beanduan22", "followers_url": "https://api.github.com/users/bea...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api.github.com/users/Ven...
[ { "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api....
null
[ "The tf.math.top_k operation returns both the values and their indices, making it incompatible with the unary - operator. You'll need to specify whether you want to apply the negative operation to the values or the indices.\r\n\r\nSolution 1 : \r\nvalues, indices = tf.math.top_k(A)\r\nneg_values = -values\r\n\r\nSo...
2023-12-04T04:32:16
2024-01-19T01:49:25
2024-01-19T01:49:23
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.13 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/c...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62563/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62563/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62562
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62562/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62562/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62562/events
https://github.com/tensorflow/tensorflow/issues/62562
2,022,981,668
I_kwDOArmXAs54lEAk
62,562
crash when invoking tf.quantization.fake_quant_with_min_max_vars_per_channel_gradient, and the crash is uncertain
{ "login": "beanduan22", "id": 149338034, "node_id": "U_kgDOCOa3sg", "avatar_url": "https://avatars.githubusercontent.com/u/149338034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/beanduan22", "html_url": "https://github.com/beanduan22", "followers_url": "https://api.github.com/users/bea...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https://api.github.com/use...
[ { "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https:...
null
[ "@beanduan22,\r\nI request you please take a look at this issue https://github.com/tensorflow/tensorflow/issues/46910 where a similar issue has been raised and it is still open. Could you please follow that issue, since it is already being tracked there? Thank you!", "This issue is stale because it has been open...
2023-12-04T04:12:05
2023-12-21T01:48:34
2023-12-21T01:48:31
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62562/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62562/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62561
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62561/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62561/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62561/events
https://github.com/tensorflow/tensorflow/issues/62561
2,022,930,402
I_kwDOArmXAs54k3fi
62,561
Add PR Template
{ "login": "ghost", "id": 10137, "node_id": "MDQ6VXNlcjEwMTM3", "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ghost", "html_url": "https://github.com/ghost", "followers_url": "https://api.github.com/users/ghost/followers", "f...
[ { "id": 2012480497, "node_id": "MDU6TGFiZWwyMDEyNDgwNDk3", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:docs-feature", "name": "type:docs-feature", "color": "159b2e", "default": false, "description": "Doc issues for new feature, or clarifications about functiona...
closed
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Hi @Yuheshpandian ,\r\n\r\nWe have [CONTRIBUTING.md](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md) for users to guide about how to contribute to the source code and the process flow.\r\n\r\nI think adding PR template is not required here.Could you need to add more info or example templates ...
2023-12-04T03:10:53
2023-12-05T13:49:45
2023-12-05T13:49:45
NONE
null
null
null
Hi @tensorflow I'm @Yuheshpandian. I personally love your project. I love to use it in python but still i'm learning many intermediate stuff in python. I saw many contributions to your repository. So it would be better if you add a PR_Template(Pull Request Template) to your Project. Thank You
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62561/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62561/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62560
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62560/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62560/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62560/events
https://github.com/tensorflow/tensorflow/issues/62560
2,022,917,556
I_kwDOArmXAs54k0W0
62,560
crash : 'tuple' object has no attribute 'shape' when calling api combination
{ "login": "beanduan22", "id": 149338034, "node_id": "U_kgDOCOa3sg", "avatar_url": "https://avatars.githubusercontent.com/u/149338034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/beanduan22", "html_url": "https://github.com/beanduan22", "followers_url": "https://api.github.com/users/bea...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "@beanduan22 Could you modify the sq() function to return a single tensor instead of a tuple. One approach is to concatenate the individual tensors into a single tensor using the tf.stack() function. Thank you!", "This issue is stale because it has been open for 7 days with no activity. It will be closed if no f...
2023-12-04T02:56:37
2023-12-20T01:42:47
2023-12-20T01:42:38
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62560/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62560/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62559
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62559/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62559/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62559/events
https://github.com/tensorflow/tensorflow/issues/62559
2,022,904,531
I_kwDOArmXAs54kxLT
62,559
crash when calling api combinations of tf.py_function() tf.math.log() tf.GradientTape().jacobian both on GPU and CPU
{ "login": "beanduan22", "id": 149338034, "node_id": "U_kgDOCOa3sg", "avatar_url": "https://avatars.githubusercontent.com/u/149338034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/beanduan22", "html_url": "https://github.com/beanduan22", "followers_url": "https://api.github.com/users/bea...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api.github.com/users/Ven...
[ { "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api....
null
[ "Hi **@beanduan22** ,\r\nSorry for the delay. I Was able to reproduce the issue on colab using TF v2.14 , 2.15, and TF-nightly, Please find the [gist](https://colab.research.google.com/gist/Venkat6871/012ae46e4f2181daa763828e7affe2e2/62559_2-14_2-15-nightly-v.ipynb) here for reference. We need to dig for this issue...
2023-12-04T02:42:16
2024-01-19T01:49:29
2024-01-19T01:49:24
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.13 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/c...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62559/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62559/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62558
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62558/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62558/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62558/events
https://github.com/tensorflow/tensorflow/issues/62558
2,022,858,204
I_kwDOArmXAs54kl3c
62,558
Unexpected NaN when invoking apis combination of tf.GradientTape().jacobian and tf.multiply and tf.math.reciprocal
{ "login": "beanduan22", "id": 149338034, "node_id": "U_kgDOCOa3sg", "avatar_url": "https://avatars.githubusercontent.com/u/149338034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/beanduan22", "html_url": "https://github.com/beanduan22", "followers_url": "https://api.github.com/users/bea...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@sachinprasadhs,\r\nI was able to reproduce the issue on tensorflow v2.14, v2.15 and tf-nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/3a14ff730af805b46e67d991f49604c7/untitled1610.ipynb)." ]
2023-12-04T01:46:32
2024-04-10T01:30:52
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.13 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/c...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62558/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62558/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62557
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62557/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62557/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62557/events
https://github.com/tensorflow/tensorflow/issues/62557
2,022,856,749
I_kwDOArmXAs54klgt
62,557
Unexpected NaN when invoking apis combination of tf.GradientTape().jacobian and tf.multiply and tf.math.reciprocal
{ "login": "beanduan22", "id": 149338034, "node_id": "U_kgDOCOa3sg", "avatar_url": "https://avatars.githubusercontent.com/u/149338034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/beanduan22", "html_url": "https://github.com/beanduan22", "followers_url": "https://api.github.com/users/bea...
[ { "id": 473172988, "node_id": "MDU6TGFiZWw0NzMxNzI5ODg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:bug", "name": "type:bug", "color": "159b2e", "default": false, "description": "Bug" } ]
closed
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12TRhd9xSxjXZjcZFNXPGk4kc1-qMdv3gc6bEP90vY1ew/viewform?entry.85265664=Yes&entry.2137816233=https://github.com/tensorflow/tensorflow/issues/62557\">Yes</a>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQ...
2023-12-04T01:44:54
2023-12-04T01:45:36
2023-12-04T01:45:33
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.13 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/c...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62557/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62557/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62556
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62556/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62556/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62556/events
https://github.com/tensorflow/tensorflow/issues/62556
2,022,805,635
I_kwDOArmXAs54kZCD
62,556
Unexpected 0 when invoking tf.GradientTape() and tf.math.reduce_prod() both on CPU and GPU
{ "login": "beanduan22", "id": 149338034, "node_id": "U_kgDOCOa3sg", "avatar_url": "https://avatars.githubusercontent.com/u/149338034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/beanduan22", "html_url": "https://github.com/beanduan22", "followers_url": "https://api.github.com/users/bea...
[ { "id": 473172988, "node_id": "MDU6TGFiZWw0NzMxNzI5ODg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:bug", "name": "type:bug", "color": "159b2e", "default": false, "description": "Bug" } ]
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12TRhd9xSxjXZjcZFNXPGk4kc1-qMdv3gc6bEP90vY1ew/viewform?entry.85265664=Yes&entry.2137816233=https://github.com/tensorflow/tensorflow/issues/62556\">Yes</a>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQ...
2023-12-04T00:42:59
2023-12-04T01:21:49
2023-12-04T01:21:46
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.13 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/c...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62556/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62556/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62555
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62555/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62555/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62555/events
https://github.com/tensorflow/tensorflow/issues/62555
2,022,801,401
I_kwDOArmXAs54kX_5
62,555
Unexpect 0 in the API combination on GPU and CPU when invoking tf.GradientTape() and tf.math.reduce_prod(x)
{ "login": "beanduan22", "id": 149338034, "node_id": "U_kgDOCOa3sg", "avatar_url": "https://avatars.githubusercontent.com/u/149338034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/beanduan22", "html_url": "https://github.com/beanduan22", "followers_url": "https://api.github.com/users/bea...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api.github.com/users/Ven...
[ { "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api....
null
[ "Hi **@beanduan22** ,\r\nSorry for the delay. The tf.math.reduce_prod function multiplies the elements along the specified axis, and if there are zeros in the tensor, the result will be zero.If you want to compute the gradient of the product of elements in x, you might want to handle the zeros differently, for exam...
2023-12-04T00:36:04
2023-12-23T01:47:33
2023-12-23T01:47:29
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.13 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel v...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62555/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62555/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62554
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62554/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62554/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62554/events
https://github.com/tensorflow/tensorflow/issues/62554
2,022,768,841
I_kwDOArmXAs54kQDJ
62,554
Unexpected Nan value on GPU and CPU when invoking tf.GradientTape(), tf.divide()
{ "login": "beanduan22", "id": 149338034, "node_id": "U_kgDOCOa3sg", "avatar_url": "https://avatars.githubusercontent.com/u/149338034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/beanduan22", "html_url": "https://github.com/beanduan22", "followers_url": "https://api.github.com/users/bea...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https://api.github.com/use...
[ { "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https:...
null
[ "@beanduan22,\r\nI tried to execute the mentioned code with the alternative approach and the values and it was executed and provided the output as intended. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/732777e8a0a36f0e0570f0b022ec44e2/untitled1554.ipynb).\r\n\r\nAlso the Jacob...
2023-12-03T23:34:55
2023-12-21T01:48:36
2023-12-21T01:48:33
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.13 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/c...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62554/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62554/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62553
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62553/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62553/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62553/events
https://github.com/tensorflow/tensorflow/issues/62553
2,022,764,815
I_kwDOArmXAs54kPEP
62,553
found unexpected Nan result on API combination of tf.GradientTape() and tf.divide() both on GPU and CPU
{ "login": "beanduan22", "id": 149338034, "node_id": "U_kgDOCOa3sg", "avatar_url": "https://avatars.githubusercontent.com/u/149338034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/beanduan22", "html_url": "https://github.com/beanduan22", "followers_url": "https://api.github.com/users/bea...
[ { "id": 473172988, "node_id": "MDU6TGFiZWw0NzMxNzI5ODg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:bug", "name": "type:bug", "color": "159b2e", "default": false, "description": "Bug" } ]
closed
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12TRhd9xSxjXZjcZFNXPGk4kc1-qMdv3gc6bEP90vY1ew/viewform?entry.85265664=Yes&entry.2137816233=https://github.com/tensorflow/tensorflow/issues/62553\">Yes</a>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQ...
2023-12-03T23:24:11
2023-12-03T23:25:00
2023-12-03T23:24:56
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.13 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/c...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62553/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62553/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62552
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62552/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62552/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62552/events
https://github.com/tensorflow/tensorflow/issues/62552
2,022,623,606
I_kwDOArmXAs54jsl2
62,552
Cannot build tensorflow-cpu with cuda installed
{ "login": "xuesu", "id": 7857599, "node_id": "MDQ6VXNlcjc4NTc1OTk=", "avatar_url": "https://avatars.githubusercontent.com/u/7857599?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xuesu", "html_url": "https://github.com/xuesu", "followers_url": "https://api.github.com/users/xuesu/follower...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@xuesu If you don't explicitly require CUDA for other applications, consider uninstalling it before building TensorFlow-CPU. This will ensure that TensorFlow-CPU doesn't attempt to utilize CUDA libraries during the build process.\r\nIf you need both TensorFlow-CPU and CUDA for different projects, consider using se...
2023-12-03T16:57:33
2023-12-26T23:15:41
null
NONE
null
null
null
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.14.0 ### Custom code No ### OS platform and distribution Linux Ubuntu22.04 ### Mobile device _No response_ ### Python version 3.11 ### Bazel version 6.1.0 ### GCC/compil...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62552/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62552/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62551
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62551/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62551/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62551/events
https://github.com/tensorflow/tensorflow/issues/62551
2,022,617,209
I_kwDOArmXAs54jrB5
62,551
Python 3.11 TF memory leaks
{ "login": "0x0L", "id": 3621629, "node_id": "MDQ6VXNlcjM2MjE2Mjk=", "avatar_url": "https://avatars.githubusercontent.com/u/3621629?v=4", "gravatar_id": "", "url": "https://api.github.com/users/0x0L", "html_url": "https://github.com/0x0L", "followers_url": "https://api.github.com/users/0x0L/followers", ...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@sachinprasadhs @SuryanarayanaY\nAny news on this issue? ", "I'm having same issue. @0x0L have you fixed this?", "@qiangpei I tried using tcmalloc but that didn't change a thing... \n\nI am switching to torch for my next projects " ]
2023-12-03T16:39:19
2024-02-21T07:50:28
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15 ### Custom code Yes ### OS platform and distribution Debian GNU/Linux 11 (bullseye) ### Mobile device _No response_ ### Python version 3.11 ### Bazel version _No response_ ###...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62551/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62551/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62550
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62550/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62550/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62550/events
https://github.com/tensorflow/tensorflow/issues/62550
2,022,597,005
I_kwDOArmXAs54jmGN
62,550
Inconsistency in XLA Compiled Model with `tf.minimum` and Additional Outputs on GPU
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@GwiHwan-Go,\r\nThe code you have mentioned has random number generation, the outputs cannot be guaranteed for each run.\r\nI have tried by setting seed and enabling op determinism and it still produces random results.\r\n\r\n```\r\ntf.random.set_seed(42)\r\ntf.config.experimental.enable_op_determinism() \r\n```",...
2023-12-03T15:46:33
2024-02-28T01:47:13
2024-02-28T01:47:10
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62550/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62550/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62549
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62549/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62549/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62549/events
https://github.com/tensorflow/tensorflow/issues/62549
2,022,580,306
I_kwDOArmXAs54jiBS
62,549
Inconsistency in XLA Cotionmpila with Operand Order Swap in `tf.add` with Specific Operators on GPU
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
closed
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Hi @GwiHwan-Go ,\r\n\r\nI have tested the code with Tf2.14v and this behaviour was not observed. TF2.15v CUDA package has an issue woth tensorrt and unable to install on colab. But with CPU and Tf2.15v also no such behaviour. Seems the problem is with TF2.15v with GPU.Attaching [gist](https://colab.sandbox.google....
2023-12-03T15:19:37
2023-12-19T12:18:58
2023-12-19T12:18:55
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62549/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62549/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62548
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62548/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62548/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62548/events
https://github.com/tensorflow/tensorflow/issues/62548
2,022,573,378
I_kwDOArmXAs54jgVC
62,548
Output Inconsistency in XLA Compiled Model with `tf.floor, tf.reverse` and Additional Concat Nodes on GPU
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "@GwiHwan-Go I wasn't able to replicate this error reported, please have a look at this gists of [cpu](https://colab.research.google.com/gist/sushreebarsa/7c1bae96f5faebbe9d805474a9a9d16e/untitled915.ipynb#scrollTo=Shbx4IHeqP3Y) and [gpu](https://colab.research.google.com/gist/sushreebarsa/61ec1deddc1c2322753598e2b...
2023-12-03T15:10:06
2024-01-06T01:48:43
2024-01-06T01:48:37
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62548/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62548/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62547
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62547/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62547/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62547/events
https://github.com/tensorflow/tensorflow/issues/62547
2,022,556,578
I_kwDOArmXAs54jcOi
62,547
Inconsistency in XLA Compilation with `tf.split` and Additional Outputs on GPU
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "Hi @GwiHwan-Go ,\r\n\r\nI have replicated the reported behaviour with colab using TF v2.14, 2.15 and nightly. Please find the [gist](https://colab.research.google.com/gist/Venkat6871/d4f3c7dfcd17d92e7584c14def2777df/62547_2-14_2-15_nightly-v.ipynb) here for reference.\r\n\r\nThank you!", "Hi,\r\n\r\nProviding ad...
2023-12-03T14:48:27
2024-01-11T01:49:39
2024-01-11T01:49:36
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62547/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62547/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62546
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62546/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62546/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62546/events
https://github.com/tensorflow/tensorflow/issues/62546
2,022,545,005
I_kwDOArmXAs54jZZt
62,546
Output Inconsistency in XLA Compilation with Order Swapping of `tf.multiply` on GPU
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "The code you have mentioned has random number generation, the outputs cannot be guaranteed for each run.\r\nI have tried by setting seed and enabling op determinism and it still produces random results.\r\n\r\n```\r\ntf.random.set_seed(42)\r\ntf.config.experimental.enable_op_determinism() \r\n```", "Hi @tilakray...
2023-12-03T14:28:05
2024-01-19T01:49:31
2024-01-19T01:49:26
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62546/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62546/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62545
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62545/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62545/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62545/events
https://github.com/tensorflow/tensorflow/pull/62545
2,022,464,501
PR_kwDOArmXAs5g-xnD
62,545
Symbolic link on build_devtoolset.sh
{ "login": "dante-tech", "id": 148709693, "node_id": "U_kgDOCN0hPQ", "avatar_url": "https://avatars.githubusercontent.com/u/148709693?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dante-tech", "html_url": "https://github.com/dante-tech", "followers_url": "https://api.github.com/users/dan...
[ { "id": 1169364458, "node_id": "MDU6TGFiZWwxMTY5MzY0NDU4", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/size:S", "name": "size:S", "color": "adafea", "default": false, "description": "CL Change Size: Small" } ]
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "I am unsure of what problem this is really solving. This only executes in a docker container where these things are not changing. This seemingly complicates the script for little benefit. Do you have an issue describing the problem this is causing? ", "Sorry, we're not looking for \"generally better\" changes...
2023-12-03T10:48:46
2023-12-04T22:53:29
2023-12-04T20:49:04
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62545", "html_url": "https://github.com/tensorflow/tensorflow/pull/62545", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62545.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62545.patch", "merged_at": null }
Commit that aims at bettering the overall symbolic link connection for python versions. I also included some error handling and it prints `"No suitable Python version found"` in case it doesn't find the correct Python version.
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62545/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62545/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62544
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62544/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62544/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62544/events
https://github.com/tensorflow/tensorflow/issues/62544
2,022,394,096
I_kwDOArmXAs54i0jw
62,544
ValueError: batch_dims != 0 is not supported for ragged gather yet.
{ "login": "beanduan22", "id": 149338034, "node_id": "U_kgDOCOa3sg", "avatar_url": "https://avatars.githubusercontent.com/u/149338034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/beanduan22", "html_url": "https://github.com/beanduan22", "followers_url": "https://api.github.com/users/bea...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Hi @beanduan22 ,\r\n\r\nAs the exception indicates ragged tensor gather won't yet support with `batch_dims != 0`. It is intended behaviour.\r\n\r\nAlso the innermost dimension of indices should not be ragged.The indices were changed to make it workable. Please refer attached [gist](https://colab.sandbox.google.com...
2023-12-03T06:43:15
2023-12-20T01:42:50
2023-12-20T01:42:40
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.13 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/c...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62544/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62544/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62543
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62543/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62543/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62543/events
https://github.com/tensorflow/tensorflow/issues/62543
2,022,361,350
I_kwDOArmXAs54iskG
62,543
got NaN when invoking tf.experimental.numpy.arcsin() and the input not over range
{ "login": "beanduan22", "id": 149338034, "node_id": "U_kgDOCOa3sg", "avatar_url": "https://avatars.githubusercontent.com/u/149338034?v=4", "gravatar_id": "", "url": "https://api.github.com/users/beanduan22", "html_url": "https://github.com/beanduan22", "followers_url": "https://api.github.com/users/bea...
[ { "id": 473172988, "node_id": "MDU6TGFiZWw0NzMxNzI5ODg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:bug", "name": "type:bug", "color": "159b2e", "default": false, "description": "Bug" } ]
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12TRhd9xSxjXZjcZFNXPGk4kc1-qMdv3gc6bEP90vY1ew/viewform?entry.85265664=Yes&entry.2137816233=https://github.com/tensorflow/tensorflow/issues/62543\">Yes</a>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQ...
2023-12-03T04:20:30
2023-12-03T04:21:29
2023-12-03T04:21:22
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62543/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62543/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62542
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62542/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62542/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62542/events
https://github.com/tensorflow/tensorflow/pull/62542
2,022,200,594
PR_kwDOArmXAs5g97Fu
62,542
Properly handle the Python version when looking for Python binary
{ "login": "dante-tech", "id": 148709693, "node_id": "U_kgDOCN0hPQ", "avatar_url": "https://avatars.githubusercontent.com/u/148709693?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dante-tech", "html_url": "https://github.com/dante-tech", "followers_url": "https://api.github.com/users/dan...
[ { "id": 1169364458, "node_id": "MDU6TGFiZWwxMTY5MzY0NDU4", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/size:S", "name": "size:S", "color": "adafea", "default": false, "description": "CL Change Size: Small" } ]
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Please don't use \"add file\"/\"update file\"/\"fix file\"/etc. commit messages. These are hard to reason about when looking at the history of the file/repository. Instead, please write explanatory git commit messages.\r\n\r\nThe commit message is also the title of the PR if the PR has only one commit. It is thus ...
2023-12-02T20:54:48
2023-12-05T00:19:50
2023-12-04T23:45:26
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62542", "html_url": "https://github.com/tensorflow/tensorflow/pull/62542", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62542.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62542.patch", "merged_at": null }
The second code snippet is a simplified version of the first one. It does not use a custom function, but instead uses the built-in `os.environ.get` function to get the value of the `PYTHON_BIN_PATH` environment variable, or the default value if it is not set. It also uses the built-in `shutil.which` function to find th...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62542/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62542/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62541
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62541/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62541/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62541/events
https://github.com/tensorflow/tensorflow/issues/62541
2,022,151,019
I_kwDOArmXAs54h5Nr
62,541
pip Install Error: I couldn't find a version of TensorFlow that meets the requirements.
{ "login": "MSR-07", "id": 102695412, "node_id": "U_kgDOBh8B9A", "avatar_url": "https://avatars.githubusercontent.com/u/102695412?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MSR-07", "html_url": "https://github.com/MSR-07", "followers_url": "https://api.github.com/users/MSR-07/follower...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api.github.com/users/Ven...
[ { "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api....
null
[ "Hi **@MSR-07** ,\r\nCould you please go through these documentations [pip](https://www.tensorflow.org/install/pip), [windows](https://www.tensorflow.org/install/source_windows) once. And please try to provide a text then it will help us to reproduce. if you have any doubts please feel free to ask.\r\n\r\nThank you...
2023-12-02T18:12:17
2023-12-13T05:50:47
2023-12-13T05:50:44
NONE
null
null
null
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.7.0 ### Custom code Yes ### OS platform and distribution Win 10 pro ### Mobile device _No response_ ### Python version 3.12.0 ### Bazel version _No response_ ### GCC/com...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62541/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62541/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62540
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62540/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62540/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62540/events
https://github.com/tensorflow/tensorflow/pull/62540
2,022,123,230
PR_kwDOArmXAs5g9r6y
62,540
Update configure.py
{ "login": "dante-tech", "id": 148709693, "node_id": "U_kgDOCN0hPQ", "avatar_url": "https://avatars.githubusercontent.com/u/148709693?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dante-tech", "html_url": "https://github.com/dante-tech", "followers_url": "https://api.github.com/users/dan...
[ { "id": 1169364458, "node_id": "MDU6TGFiZWwxMTY5MzY0NDU4", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/size:S", "name": "size:S", "color": "adafea", "default": false, "description": "CL Change Size: Small" } ]
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).\n\nView this [failed invocation](https://github.com/tensorflow/tensorflow/pull/62540/checks?check_run_...
2023-12-02T16:56:54
2023-12-02T17:26:39
2023-12-02T17:26:30
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62540", "html_url": "https://github.com/tensorflow/tensorflow/pull/62540", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62540.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62540.patch", "merged_at": null }
This edit is made to address the bug in the configuration where the build system ignores the `PYTHON_BIN_PATH` environment variable, which was one of the issues raised in the last few days. I followed the style and code of conduct proposed for making changes in the Tensorflow library. Also, I have added comments tha...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62540/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62540/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62539
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62539/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62539/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62539/events
https://github.com/tensorflow/tensorflow/issues/62539
2,022,111,470
I_kwDOArmXAs54hvju
62,539
Inconsistency in XLA Compiled Model Involving `tf.nn.softmax, tf.cast, tf.math.reduce_sum` and Additional Concat Output
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@tilakrayal Hi, have you reproduced this behavior?", "@sachinprasadhs,\r\nI was able to reproduce the issue on tensorflow v2.14, v2.15 and tf-nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/83b3500341f22fd9e35b5efe23936a21/untitled1609.ipynb).", "It is not expected ...
2023-12-02T16:24:30
2024-01-11T01:49:45
2024-01-11T01:49:40
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62539/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62539/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62538
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62538/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62538/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62538/events
https://github.com/tensorflow/tensorflow/issues/62538
2,022,066,799
I_kwDOArmXAs54hkpv
62,538
TensorFlow Lite Flex Op Request: modulo operator
{ "login": "kjabon", "id": 2325839, "node_id": "MDQ6VXNlcjIzMjU4Mzk=", "avatar_url": "https://avatars.githubusercontent.com/u/2325839?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kjabon", "html_url": "https://github.com/kjabon", "followers_url": "https://api.github.com/users/kjabon/foll...
[ { "id": 473184161, "node_id": "MDU6TGFiZWw0NzMxODQxNjE=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:support", "name": "type:support", "color": "159b2e", "default": false, "description": "Support issues" }, { "id": 750616506, "node_id": "MDU6TGFiZW...
closed
false
{ "login": "LakshmiKalaKadali", "id": 149650845, "node_id": "U_kgDOCOt9nQ", "avatar_url": "https://avatars.githubusercontent.com/u/149650845?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LakshmiKalaKadali", "html_url": "https://github.com/LakshmiKalaKadali", "followers_url": "https://api...
[ { "login": "LakshmiKalaKadali", "id": 149650845, "node_id": "U_kgDOCOt9nQ", "avatar_url": "https://avatars.githubusercontent.com/u/149650845?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LakshmiKalaKadali", "html_url": "https://github.com/LakshmiKalaKadali", "follower...
null
[ "Hi @kjabon, I have reproduced the code. As per the [documentation](https://www.tensorflow.org/lite/guide/ops_custom), it is recommended to set converter.allow_custom_ops = True. As you mentioned, custom op doesnot solve your issue completely for your usecase, could you please provide some more details for bette...
2023-12-02T14:44:23
2023-12-07T00:12:42
2023-12-07T00:12:39
NONE
null
null
null
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 22.04, but will extend to windows. - TensorFlow installed from (source or binary): binary/pip - TensorFlow version (or github SHA if from source): 2.15.0 **Provide the text output from tflite_convert** ``` error: faile...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62538/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62538/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62537
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62537/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62537/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62537/events
https://github.com/tensorflow/tensorflow/issues/62537
2,022,054,882
I_kwDOArmXAs54hhvi
62,537
Inconsistency in XLA Compiled Models with `tf.matmul, tf.concat` with Extra Transpose Output
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@sachinprasadhs I was able to replicate this error in [gpu](https://colab.research.google.com/gist/sushreebarsa/85c1c4c72b0b4a292476ba6ad3ad2783/62537-gpu.ipynb) sand [cpu](https://colab.research.google.com/gist/sushreebarsa/6c3a404872b5525c8a6a40c1f6dac369/62537.ipynb). Please find the attached gists.\r\nThank yo...
2023-12-02T14:11:06
2024-01-11T01:49:46
2024-01-11T01:49:42
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62537/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62537/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62536
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62536/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62536/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62536/events
https://github.com/tensorflow/tensorflow/pull/62536
2,022,043,826
PR_kwDOArmXAs5g9cIE
62,536
Correct a mistake in matvec's docstring in math_ops.py
{ "login": "WenjieZ", "id": 6860682, "node_id": "MDQ6VXNlcjY4NjA2ODI=", "avatar_url": "https://avatars.githubusercontent.com/u/6860682?v=4", "gravatar_id": "", "url": "https://api.github.com/users/WenjieZ", "html_url": "https://github.com/WenjieZ", "followers_url": "https://api.github.com/users/WenjieZ/...
[ { "id": 390482148, "node_id": "MDU6TGFiZWwzOTA0ODIxNDg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/awaiting%20review", "name": "awaiting review", "color": "bc3869", "default": false, "description": "Pull request awaiting review" }, { "id": 987666414, ...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).\n\nView this [failed invocation](https://github.com/tensorflow/tensorflow/pull/62536/checks?check_run_...
2023-12-02T13:37:54
2023-12-05T09:20:48
2023-12-05T09:20:47
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62536", "html_url": "https://github.com/tensorflow/tensorflow/pull/62536", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62536.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62536.patch", "merged_at": "2023-12-...
The example in `matvec`'s docstring was wrongly computed: 64->139
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62536/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62536/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62535
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62535/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62535/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62535/events
https://github.com/tensorflow/tensorflow/issues/62535
2,021,985,672
I_kwDOArmXAs54hQ2I
62,535
Inconsistencies in XLA Compiled Models Using `raw_ops.LRN` and `tf.math.reduce_min` with Extra Outpu
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "Hi @GwiHwan-Go,\r\n\r\nI have replicated the reported behaviour with colab using TF v2.14, 2.15 and nightly. Please find the [gist](https://colab.research.google.com/gist/Venkat6871/f1eb68d213b7fbfe9e01f22b768c6ac6/62531_2-14_2-15-nightly-v.ipynb) here for reference.\r\n\r\nThank you!", "Hi,\r\n\r\nProviding an ...
2023-12-02T10:33:16
2024-01-11T01:49:50
2024-01-11T01:49:44
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel versio...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62535/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62535/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62534
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62534/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62534/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62534/events
https://github.com/tensorflow/tensorflow/issues/62534
2,021,966,101
I_kwDOArmXAs54hMEV
62,534
Inconsistency in XLA Compiled Models with `tf.experimental.numpy.triu` and `tf.math.reduce_min` with Extra Concat Output
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https://api.github.com/use...
[ { "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https:...
null
[ "@Gwihwan-Go,\r\nHi,\r\n\r\nProviding additional outputs does not result in matching outputs. This behavior is expected. Inside the call function you are generating the value for tensor, which in each calls generates different random values because XLA currently ignores TF seeds to random operations which makes the...
2023-12-02T09:30:54
2024-05-25T01:49:01
2024-05-25T01:48:52
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62534/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62534/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62533
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62533/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62533/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62533/events
https://github.com/tensorflow/tensorflow/issues/62533
2,021,959,767
I_kwDOArmXAs54hKhX
62,533
Inconsistency Behavior in XLA Compiled Model with `tf.greater` and `tf.round` Followed by Multiple Extra Outputs
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 473172988, "node_id": "MDU6TGFiZWw0NzMxNzI5ODg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:bug", "name": "type:bug", "color": "159b2e", "default": false, "description": "Bug" }, { "id": 1097547538, "node_id": "MDU6TGFiZWwxMDk3NTQ3NTM4", ...
closed
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Hi @GwiHwan-Go ,\r\n\r\nThe issue was replicated in TF2.14v and with GPU runtime. On CPU it works fine with both Tf2.14 and 2.15 versions.\r\n\r\nAttached [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/2775daae9eeb131e0d2be8514fbde315/62528.ipynb) for reference.\r\n\r\n", "Hi @GwiHwan-Go ,\r\n\r\nIt...
2023-12-02T09:14:18
2023-12-06T12:47:42
2023-12-06T12:47:39
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62533/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62533/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62532
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62532/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62532/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62532/events
https://github.com/tensorflow/tensorflow/issues/62532
2,021,947,542
I_kwDOArmXAs54hHiW
62,532
Inconsistency in XLA Compiled Model with Additional `tf.math.ceil` and` tf.transpose` Outputs
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "@GwiHwan-Go I was not able to replicate the issue on both [cpu](https://colab.research.google.com/gist/sushreebarsa/05ee5336d2a118927a9e8c8f42dbb6d1/62532.ipynb) and [gpu](https://colab.research.google.com/gist/sushreebarsa/585f1b475a6e6f6bd72ba2e7ad44713a/62532.ipynb) using colab. Please have a look at these gist...
2023-12-02T08:42:39
2024-01-06T01:48:46
2024-01-06T01:48:39
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62532/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62532/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62531
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62531/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62531/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62531/events
https://github.com/tensorflow/tensorflow/issues/62531
2,021,783,395
I_kwDOArmXAs54gfdj
62,531
AttributeError: module 'tensorflow' has no attribute 'contrib'
{ "login": "JT-Studios", "id": 106934268, "node_id": "U_kgDOBl-v_A", "avatar_url": "https://avatars.githubusercontent.com/u/106934268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JT-Studios", "html_url": "https://github.com/JT-Studios", "followers_url": "https://api.github.com/users/JT-...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api.github.com/users/Ven...
[ { "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api....
null
[ "Hi **@JT-Studios** ,\r\nCould you please provide a code snippet to reproduce the issue reported here. And the error you're encountering, specifically the AttributeError stating that the module 'tensorflow' has no attribute 'contrib,' is likely due to changes in TensorFlow versions. The 'contrib' module was present...
2023-12-02T01:05:04
2024-01-10T01:49:24
2024-01-10T01:49:21
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 I think ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version 3.10.9 ### Bazel version _No response_ ### GCC/c...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62531/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62531/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62530
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62530/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62530/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62530/events
https://github.com/tensorflow/tensorflow/issues/62530
2,021,461,779
I_kwDOArmXAs54fQ8T
62,530
Internal quantize ops don't match external quantization
{ "login": "EClemMarq", "id": 79734663, "node_id": "MDQ6VXNlcjc5NzM0NjYz", "avatar_url": "https://avatars.githubusercontent.com/u/79734663?v=4", "gravatar_id": "", "url": "https://api.github.com/users/EClemMarq", "html_url": "https://github.com/EClemMarq", "followers_url": "https://api.github.com/users/...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "abattery", "id": 3203059, "node_id": "MDQ6VXNlcjMyMDMwNTk=", "avatar_url": "https://avatars.githubusercontent.com/u/3203059?v=4", "gravatar_id": "", "url": "https://api.github.com/users/abattery", "html_url": "https://github.com/abattery", "followers_url": "https://api.github.com/users/abatt...
[ { "login": "abattery", "id": 3203059, "node_id": "MDQ6VXNlcjMyMDMwNTk=", "avatar_url": "https://avatars.githubusercontent.com/u/3203059?v=4", "gravatar_id": "", "url": "https://api.github.com/users/abattery", "html_url": "https://github.com/abattery", "followers_url": "https://api.gi...
null
[ " Hi @pkgoogle,\r\n\r\nI have verified that the weights and biases are the same for both the model but zero point and scale are not the same for these two models. Please find the [gist.](https://colab.research.google.com/gist/LakshmiKalaKadali/4b031619787edc6b8952d653cb3f3009/external_internal_quantize-tf2-15.ipynb...
2023-12-01T19:27:53
2024-06-12T11:23:36
null
NONE
null
null
null
### 1. System information - Occurs in Google Colab w/ TF 2.14 - Have also verified w. TF 2.7 (Anaconda) on Windows 10 ### 2. Code [Colab to reproduce issue](https://colab.research.google.com/drive/17aDzDSG-1DcE3sJn16B4Q4zd9QewTXkT?usp=sharing) The Colab trains a basic MNIST model (deterministically, so you...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62530/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62530/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62529
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62529/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62529/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62529/events
https://github.com/tensorflow/tensorflow/pull/62529
2,021,393,243
PR_kwDOArmXAs5g7Rvd
62,529
[oneDNN] Adding a unit test for Conv + BiasAdd + Add + <activation> fusion
{ "login": "othakkar", "id": 87341429, "node_id": "MDQ6VXNlcjg3MzQxNDI5", "avatar_url": "https://avatars.githubusercontent.com/u/87341429?v=4", "gravatar_id": "", "url": "https://api.github.com/users/othakkar", "html_url": "https://github.com/othakkar", "followers_url": "https://api.github.com/users/oth...
[ { "id": 390482148, "node_id": "MDU6TGFiZWwzOTA0ODIxNDg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/awaiting%20review", "name": "awaiting review", "color": "bc3869", "default": false, "description": "Pull request awaiting review" }, { "id": 987666414, ...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[]
2023-12-01T18:34:35
2023-12-04T04:25:28
2023-12-04T04:25:28
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62529", "html_url": "https://github.com/tensorflow/tensorflow/pull/62529", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62529.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62529.patch", "merged_at": "2023-12-...
This PR adds a generic unit test for Conv2D/3D + BiasAdd + Add + (various) <activation> fusion.
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62529/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62529/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62528
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62528/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62528/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62528/events
https://github.com/tensorflow/tensorflow/issues/62528
2,021,192,943
I_kwDOArmXAs54ePTv
62,528
Inconsistency in XLA Compiled Model with `tf.add, tf.experimental.numpy.triu, tf.math.reduce_max` and Additional Transpose Output on GPU
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Hi @GwiHwan-Go ,\r\n\r\nThe issue does not replicable in TF2.14v and TF2.15 GPU package not installable on colab now. Could you please confirm the behaviour with TF2.14v also.With Tf2.15 and CPU the code works fine. Attached [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b2f560f2a44359856157f0cbcb9efd...
2023-12-01T16:18:38
2023-12-06T07:10:30
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10 ### Bazel version _No response_ ### GCC/compil...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62528/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62528/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62527
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62527/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62527/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62527/events
https://github.com/tensorflow/tensorflow/issues/62527
2,021,125,182
I_kwDOArmXAs54d-w-
62,527
Inconsistency in XLA compiled Models with Sliced Matrix Multiplication and Additional Transpose Output on GPU
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "@GwiHwan-Go I didn't observe the error reported in both [gpu](https://colab.research.google.com/gist/sushreebarsa/d91675515a38b3c2ddd7b333b6549812/62527-cpu.ipynb#scrollTo=YlqadxaeNgnH) and [cpu](https://colab.research.google.com/gist/sushreebarsa/c8d3a720a012fd4c2091c9c195d97a54/62527-cpu.ipynb). Please find the ...
2023-12-01T15:42:25
2024-01-06T01:48:48
2024-01-06T01:48:41
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10 ### Bazel version _No response_ ### GCC/compil...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62527/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62527/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62526
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62526/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62526/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62526/events
https://github.com/tensorflow/tensorflow/issues/62526
2,020,978,366
I_kwDOArmXAs54da6-
62,526
1D/2D Tensor strided sliding window
{ "login": "niemiaszek", "id": 46727980, "node_id": "MDQ6VXNlcjQ2NzI3OTgw", "avatar_url": "https://avatars.githubusercontent.com/u/46727980?v=4", "gravatar_id": "", "url": "https://api.github.com/users/niemiaszek", "html_url": "https://github.com/niemiaszek", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api.github.com/users/Ven...
[ { "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api....
null
[ "Hi @niemiaszek ,\r\n\r\nI have replicated the reported behaviour with colab using TF v2.14, 2.15 and tf-nightly. Please find the [gist ](https://colab.research.google.com/gist/Venkat6871/534a54b6bfe499c8bd7b41fb148a02c6/62526_2-14_2-15-nightly.ipynb)here for reference.\r\n\r\nThank you!", "> Hi @moberweger ,\r\...
2023-12-01T14:20:27
2024-03-10T21:10:47
2024-03-10T21:10:44
NONE
null
null
null
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.13 ### Custom code Yes ### OS platform and distribution ubuntu 22.04 ### Mobile device _No response_ ### Python version 3.10 ### Bazel version ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62526/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62526/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62525
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62525/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62525/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62525/events
https://github.com/tensorflow/tensorflow/issues/62525
2,020,570,614
I_kwDOArmXAs54b3X2
62,525
tf.compat.v1.conv2d_backprop_input does not work well with bfloat16 input.
{ "login": "Unireverse", "id": 25277574, "node_id": "MDQ6VXNlcjI1Mjc3NTc0", "avatar_url": "https://avatars.githubusercontent.com/u/25277574?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Unireverse", "html_url": "https://github.com/Unireverse", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https://api.github.com/use...
[ { "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https:...
null
[ "@Unireverse,\r\nI tried to execute the mentioned code on latest tensorflow v2.14 with the both [CPU](https://colab.research.google.com/gist/tilakrayal/a83cfc4c363a62e2754fe3c7144446ae/untitled1544.ipynb) and GPU enviroment, and it was executed without any issue/error & also observed that the output is also intende...
2023-12-01T10:23:45
2023-12-20T01:42:53
2023-12-20T01:42:42
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version tf2.5.3 ### Custom code Yes ### OS platform and distribution Linux Ubuntu20.04 ### Mobile device _No response_ ### Python version 3.8.10 ### Bazel version _No response_ ### GCC/compi...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62525/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62525/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62524
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62524/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62524/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62524/events
https://github.com/tensorflow/tensorflow/issues/62524
2,020,482,769
I_kwDOArmXAs54bh7R
62,524
keras
{ "login": "aoki9999", "id": 87139777, "node_id": "MDQ6VXNlcjg3MTM5Nzc3", "avatar_url": "https://avatars.githubusercontent.com/u/87139777?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aoki9999", "html_url": "https://github.com/aoki9999", "followers_url": "https://api.github.com/users/aok...
[ { "id": 1593512946, "node_id": "MDU6TGFiZWwxNTkzNTEyOTQ2", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/invalid", "name": "invalid", "color": "db6f57", "default": true, "description": "Hacktoberfest spam PR" } ]
closed
true
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Hi @aoki9999 ,\r\nWould you like to report please fill up the template completely. Thanks." ]
2023-12-01T09:36:21
2023-12-02T01:57:24
2023-12-02T01:57:18
NONE
spam
null
null
null
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62524/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62524/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62523
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62523/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62523/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62523/events
https://github.com/tensorflow/tensorflow/issues/62523
2,020,458,893
I_kwDOArmXAs54bcGN
62,523
[BUG] race condition in local rendezvous
{ "login": "kevint324", "id": 8800468, "node_id": "MDQ6VXNlcjg4MDA0Njg=", "avatar_url": "https://avatars.githubusercontent.com/u/8800468?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kevint324", "html_url": "https://github.com/kevint324", "followers_url": "https://api.github.com/users/ke...
[ { "id": 390482148, "node_id": "MDU6TGFiZWwzOTA0ODIxNDg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/awaiting%20review", "name": "awaiting review", "color": "bc3869", "default": false, "description": "Pull request awaiting review" }, { "id": 473172988, ...
open
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "@kevint324 This race condition can be avoided by using a mutex or semaphore to protect the shared Rendezvous key. Proper synchronization technique should be used. Thank you!", "@sushreebarsa \r\nIt's not easy to do it with mutex during runtime. You'll have to create-then-grab a mutex for each parsed key at Send...
2023-12-01T09:22:59
2024-01-03T13:36:42
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### TensorFlow version 2.10, 2.12, doesn't really matter ### Custom code Yes ### OS platform and distribution ubuntu 20.04 ### Python version 3.8, 3.9 ### Bazel version 5.3.0 ### GCC/compiler version...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62523/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62523/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62522
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62522/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62522/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62522/events
https://github.com/tensorflow/tensorflow/issues/62522
2,020,249,774
I_kwDOArmXAs54apCu
62,522
A hang issue in tf.raw_ops.MapUnstage
{ "login": "Zoeeeeey", "id": 99133420, "node_id": "U_kgDOBein7A", "avatar_url": "https://avatars.githubusercontent.com/u/99133420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Zoeeeeey", "html_url": "https://github.com/Zoeeeeey", "followers_url": "https://api.github.com/users/Zoeeeeey/fo...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "Lack of parameter checks.\r\n```\r\nimport tensorflow as tf\r\nimport numpy as np \r\narg_0=tf.constant(value=np.random.randint(0,100,size=(2, 2)), shape=(2, 2), dtype=tf.int64)\r\narg_1=tf.constant(value=np.random.randint(0,100,size=(2, 2)), shape=(2, 2), dtype=tf.int32)\r\narg_2=[tf.uint8]\r\narg_3=5\r\narg_4=8\...
2023-12-01T07:07:52
2024-03-19T01:49:22
2024-03-19T01:49:19
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version tf 2.13 ### Custom code Yes ### OS platform and distribution Windows ### Mobile device _No response_ ### Python version 3.8.11 ### Bazel version _No response_ ### GCC/compiler versio...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62522/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62522/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62521
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62521/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62521/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62521/events
https://github.com/tensorflow/tensorflow/issues/62521
2,020,236,457
I_kwDOArmXAs54alyp
62,521
Inconsistency in XLA Compiled Model with Extra Transpose and Argmax Output Nodes
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@sachinprasadhs I was able to replicate the issue on both [gpu](https://colab.research.google.com/gist/sushreebarsa/b9173e2ec49832a9e87f78e54da9780d/62521.ipynb) and [cpu](https://colab.research.google.com/gist/sushreebarsa/dc437db57486f1fb8afe56b7f923869e/62521.ipynb).\r\nPlease find the attached gists here. Than...
2023-12-01T06:57:13
2024-01-11T01:49:53
2024-01-11T01:49:45
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel vers...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62521/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62521/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62520
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62520/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62520/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62520/events
https://github.com/tensorflow/tensorflow/pull/62520
2,019,819,922
PR_kwDOArmXAs5g17ST
62,520
Create 2.15.0.post1 with tensorrt removed from [and-cuda] install
{ "login": "angerson", "id": 32465472, "node_id": "MDQ6VXNlcjMyNDY1NDcy", "avatar_url": "https://avatars.githubusercontent.com/u/32465472?v=4", "gravatar_id": "", "url": "https://api.github.com/users/angerson", "html_url": "https://github.com/angerson", "followers_url": "https://api.github.com/users/ang...
[]
closed
false
null
[]
null
[]
2023-12-01T00:57:34
2023-12-01T02:20:38
2023-12-01T02:20:37
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62520", "html_url": "https://github.com/tensorflow/tensorflow/pull/62520", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62520.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62520.patch", "merged_at": "2023-12-...
Context: tensorflow[and-cuda]==2.15.0 cannot be installed due to this tensorrt dependency.
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62520/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62520/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62519
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62519/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62519/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62519/events
https://github.com/tensorflow/tensorflow/issues/62519
2,019,264,509
I_kwDOArmXAs54W4f9
62,519
Inconsistency in XLA Compiled TensorFlow Model with `tf.nn.softmax, tf.math.reduce_sum` with Extra Transposed Output
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Hi @GwiHwan-Go ,\r\n\r\nI have replicated the reported behaviour with `jit_compile=True`. With `jit_compile=False` the results are same. Attaching [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/9f8b260d81cb22802a436e44ec6129c0/62519.ipynb) for reference. Needs to check for this behaviour." ]
2023-11-30T18:23:14
2023-12-05T04:04:45
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel versio...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62519/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62519/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62518
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62518/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62518/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62518/events
https://github.com/tensorflow/tensorflow/issues/62518
2,019,216,026
I_kwDOArmXAs54Wsqa
62,518
Output Discrepancy in TensorFlow XLA Compilation with Operand Order Swap in Addition with `tf.rev + tf.math.argmax`
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@sachinprasadhs I was able to replicate this issue on colab, please find the gist [here](https://colab.research.google.com/gist/sushreebarsa/6f76c1eaa0f1d566c7cfea43d2459df7/62518.ipynb). \r\nThank you!", "Hi, \r\n\r\nThis behavior is expected, since the change in order of operation results in the different code...
2023-11-30T17:53:59
2024-01-10T01:49:27
2024-01-10T01:49:22
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10 ### Bazel versio...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62518/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62518/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62517
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62517/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62517/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62517/events
https://github.com/tensorflow/tensorflow/issues/62517
2,018,970,117
I_kwDOArmXAs54VwoF
62,517
Inconsistency in XLA Compiled Models with Distributed Multiplications, `tf.abs`, and `tf.clip_by_value`
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "Hi @GwiHwan-Go ,\r\n\r\nI have replicated the reported behaviour with colab using TF v2.14, 2.15 and nightly. Please find the [gist](https://colab.research.google.com/gist/Venkat6871/9300b2e3055a14d51db78647887cb7d0/62517_2-15_2-14_nightly-v.ipynb) here for reference.\r\n\r\nThank you!", "Hi,\r\n\r\nThis precisi...
2023-11-30T15:56:38
2023-12-15T07:28:18
2023-12-15T07:28:16
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel vers...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62517/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62517/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62516
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62516/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62516/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62516/events
https://github.com/tensorflow/tensorflow/pull/62516
2,018,886,948
PR_kwDOArmXAs5gyssb
62,516
[ROCM] activated bfloat16 tests for rocm platform
{ "login": "pemeliya", "id": 141146080, "node_id": "U_kgDOCGm34A", "avatar_url": "https://avatars.githubusercontent.com/u/141146080?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pemeliya", "html_url": "https://github.com/pemeliya", "followers_url": "https://api.github.com/users/pemeliya/...
[ { "id": 390482148, "node_id": "MDU6TGFiZWwzOTA0ODIxNDg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/awaiting%20review", "name": "awaiting review", "color": "bc3869", "default": false, "description": "Pull request awaiting review" }, { "id": 987666414, ...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Requested changes are implemented, I wonder if there are any futher issues with this PR ? Thanks!", "I have also fixed a regression bug in tensorflow/core/kernels/matmul_util.cc after XLA changes by one of our collegues here: https://github.com/openxla/xla/pull/4768 " ]
2023-11-30T15:14:23
2023-12-07T05:57:33
2023-12-07T05:57:32
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62516", "html_url": "https://github.com/tensorflow/tensorflow/pull/62516", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62516.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62516.patch", "merged_at": "2023-12-...
In this PR, we added a one central function **IsBF16NotSupportedInOps** in tensorflow/core/kernels/gpu_utils.cc to decide whether bfloat16 datatypes are directly supported on the target acrhitecture or not. Previously, the similar checks were spread around several files. It will facilitate the integration of bfloat...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62516/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62516/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62515
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62515/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62515/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62515/events
https://github.com/tensorflow/tensorflow/issues/62515
2,018,832,932
I_kwDOArmXAs54VPIk
62,515
Inconsistency with Extra Transpose Node in XLA Compiled Models Using `tf.squeeze` and `tf.abs`
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@sachinprasadhs I was able to replicate the issue reported here for [cpu](https://colab.research.google.com/gist/sushreebarsa/91ee69d4fd7c3cade0239f4ea0d21e6d/62515.ipynb) and [gpu](https://colab.research.google.com/gist/sushreebarsa/a7f796a67b3e71e5059d5cae430cf3b6/62515.ipynb). Thank you!", "Hi, \r\n\r\nCould ...
2023-11-30T14:48:59
2024-01-05T01:49:05
2024-01-05T01:49:02
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62515/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62515/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62514
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62514/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62514/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62514/events
https://github.com/tensorflow/tensorflow/issues/62514
2,018,730,718
I_kwDOArmXAs54U2Le
62,514
Output Discrepancy in XLA Compiled Models with `tf.divide, tf.math.reduce_prod, and tf.cos` Involving Extra Node
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Hi @GwiHwan-Go ,\r\n\r\nI have replicated the reported difference in results with `jit_compile=True` and with `jit_compile=False` the results are same . Attaching [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/7e02216d3d9fd52c8252992f77078237/62514.ipynb) for reference." ]
2023-11-30T13:59:55
2023-12-05T04:08:23
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10 ### Bazel versio...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62514/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62514/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62513
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62513/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62513/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62513/events
https://github.com/tensorflow/tensorflow/issues/62513
2,018,628,069
I_kwDOArmXAs54UdHl
62,513
A hang issue in tf.raw_ops.Unstage
{ "login": "Zoeeeeey", "id": 99133420, "node_id": "U_kgDOBein7A", "avatar_url": "https://avatars.githubusercontent.com/u/99133420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Zoeeeeey", "html_url": "https://github.com/Zoeeeeey", "followers_url": "https://api.github.com/users/Zoeeeeey/fo...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@sachinprasadhs I was able to replicate this issue on colab, please find the gist [here](https://colab.research.google.com/gist/sushreebarsa/4c93b168372254d339d217673f424593/62513.ipynb) for reference. Thank you!", "Even in eager mode also, I was able to observe this behavior, it's getting stuck at `unstage_op`...
2023-11-30T13:04:12
2023-12-19T02:53:44
2023-12-19T02:53:41
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version tf 2.13 ### Custom code Yes ### OS platform and distribution Windows ### Mobile device _No response_ ### Python version 3.8.11 ### Bazel version _No response_ ### GCC/compiler versio...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62513/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62513/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62512
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62512/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62512/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62512/events
https://github.com/tensorflow/tensorflow/issues/62512
2,018,490,541
I_kwDOArmXAs54T7it
62,512
Output Discrepancies in TensorFlow Model with Extra Concat Output Node Under XLA Compilation
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "Hi @GwiHwan-Go ,\r\n\r\nI have replicated the reported behaviour with colab using TF v2.14, 2.15 and nightly. Please find the [gist](https://colab.research.google.com/gist/Venkat6871/1cefccbfed72119f66f57ea30674843f/62512_2-15_2-14-nightly-v.ipynb) here for reference.\r\n\r\nThank you!", "Hi, Could you please e...
2023-11-30T11:54:08
2024-01-11T01:49:56
2024-01-11T01:49:47
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10 ### Bazel version _No response_ ### GCC/compil...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62512/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62512/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62511
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62511/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62511/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62511/events
https://github.com/tensorflow/tensorflow/issues/62511
2,018,472,865
I_kwDOArmXAs54T3Oh
62,511
Add a csv/plain data input from directory
{ "login": "Formiga57", "id": 34382140, "node_id": "MDQ6VXNlcjM0MzgyMTQw", "avatar_url": "https://avatars.githubusercontent.com/u/34382140?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Formiga57", "html_url": "https://github.com/Formiga57", "followers_url": "https://api.github.com/users/...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "Hi, \r\n\r\nThanks for filing a feature request.\r\n\r\nYou can make use of `tf.data.experimental.CsvDataset` [here](https://www.tensorflow.org/api_docs/python/tf/data/experimental/CsvDataset) to load the CSV data and then it can be used in any of the model building process.\r\n\r\nAlso, if you would like to feed ...
2023-11-30T11:43:23
2023-12-21T01:48:35
2023-12-21T01:48:35
NONE
null
null
null
### Issue type Feature Request ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62511/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62511/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62510
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62510/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62510/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62510/events
https://github.com/tensorflow/tensorflow/issues/62510
2,018,461,849
I_kwDOArmXAs54T0iZ
62,510
Output Discrepancy in Mathematically Equivalent Models with`tf.abs` Under XLA Compilation
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Hi @GwiHwan-Go ,\r\n\r\nI have replicated the reported behaviour with jit_compile=True. With jit_compile=False the results are same. Attaching [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/a48c48f1fffa79b939676d94ff2e5a0a/62510.ipynb) for reference. Needs to check for this behaviour.", "It seems th...
2023-11-30T11:36:18
2024-04-19T04:03:36
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10 ### Bazel versio...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62510/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62510/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62509
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62509/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62509/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62509/events
https://github.com/tensorflow/tensorflow/issues/62509
2,018,282,953
I_kwDOArmXAs54TI3J
62,509
Significant Output Discrepancies in `tf.math.reduce_prod + tf.tan` with Extra Transposed Tensor Output
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@sachinprasadhs I was able to replicate this issue here. Please find the [gist](https://colab.research.google.com/gist/sushreebarsa/a53719eac0a0098382f7bdebc35e9c18/issue_61509.ipynb#scrollTo=pPWJfo6L7wrO). Thank you!" ]
2023-11-30T09:59:49
2023-12-05T23:16:05
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10 ### Bazel versio...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62509/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62509/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62508
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62508/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62508/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62508/events
https://github.com/tensorflow/tensorflow/issues/62508
2,018,278,400
I_kwDOArmXAs54THwA
62,508
TensorFlow int32 data type memory copy issue
{ "login": "cboss6", "id": 25453568, "node_id": "MDQ6VXNlcjI1NDUzNTY4", "avatar_url": "https://avatars.githubusercontent.com/u/25453568?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cboss6", "html_url": "https://github.com/cboss6", "followers_url": "https://api.github.com/users/cboss6/fo...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "Hi, just to check if any updates for this issue", "Anyone checked this PR? Any update?" ]
2023-11-30T09:57:19
2024-03-19T09:02:12
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version TF2.15 ### Custom code Yes ### OS platform and distribution Linux Ubunto 22.04 ### Mobile device _No response_ ### Python version 3.10 ### Bazel version _No response_ ### GCC/compil...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62508/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62508/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62507
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62507/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62507/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62507/events
https://github.com/tensorflow/tensorflow/pull/62507
2,018,004,866
PR_kwDOArmXAs5gvq_D
62,507
validate axis argument of tf.squeeze
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "id": 474725938, "node_id": "MDU6TGFiZWw0NzQ3MjU5Mzg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stale", "name": "stale", "color": "d4c5f9", "default": false, "description": "This label marks the issue/pr stale - to be closed automatically if no activity" }, ...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Hi @SuryanarayanaY Can you please check @cantonios's [comments](https://github.com/tensorflow/tensorflow/pull/62507#discussion_r1529000077)? Thank you!", "This PR is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you.", "This PR was closed be...
2023-11-30T06:59:55
2024-05-25T01:49:04
2024-05-25T01:48:54
COLLABORATOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62507", "html_url": "https://github.com/tensorflow/tensorflow/pull/62507", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62507.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62507.patch", "merged_at": null }
In current implementation of `tf.squeeze`, if we pass a tensor for `axis` argument it will raise error like below, which is not inferable. `MemoryError: std::bad_alloc` This is due to the reason that the `Squeeze` Op expects `axis` as a `list` and there is no check for this in C++ level. Hence I am adding a valid...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62507/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62507/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62506
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62506/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62506/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62506/events
https://github.com/tensorflow/tensorflow/issues/62506
2,017,758,427
I_kwDOArmXAs54RIzb
62,506
TFLITE: Benchmarking failure on GPT2 quantized autocomplete.tflite
{ "login": "suyash-narain", "id": 78979784, "node_id": "MDQ6VXNlcjc4OTc5Nzg0", "avatar_url": "https://avatars.githubusercontent.com/u/78979784?v=4", "gravatar_id": "", "url": "https://api.github.com/users/suyash-narain", "html_url": "https://github.com/suyash-narain", "followers_url": "https://api.githu...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "yijie-yang", "id": 47220338, "node_id": "MDQ6VXNlcjQ3MjIwMzM4", "avatar_url": "https://avatars.githubusercontent.com/u/47220338?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yijie-yang", "html_url": "https://github.com/yijie-yang", "followers_url": "https://api.github.com/use...
[ { "login": "yijie-yang", "id": 47220338, "node_id": "MDQ6VXNlcjQ3MjIwMzM4", "avatar_url": "https://avatars.githubusercontent.com/u/47220338?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yijie-yang", "html_url": "https://github.com/yijie-yang", "followers_url": "https:...
null
[ "@suyash-narain Could you please make sure you have included the necessary libraries for the \"RegexSplitWithOffsets\" op, such as the TFLite Text library and try to rebuild the runtime with appropriate flag enabled?\r\nAlso try to disable XNNPACK, If you don't need the XNNPACK delegate for performance reasons. Tha...
2023-11-30T02:33:49
2024-01-26T01:46:24
null
NONE
null
null
null
### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: No - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: aarch64 linux - **TensorFlow installed from (source or binary)**: binary - **TensorFlow version (use comman...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62506/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62506/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62505
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62505/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62505/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62505/events
https://github.com/tensorflow/tensorflow/pull/62505
2,017,713,023
PR_kwDOArmXAs5gusSn
62,505
Create a propertie to get a dict with the names and layers of the model.
{ "login": "CaioWing", "id": 98857812, "node_id": "U_kgDOBeRzVA", "avatar_url": "https://avatars.githubusercontent.com/u/98857812?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CaioWing", "html_url": "https://github.com/CaioWing", "followers_url": "https://api.github.com/users/CaioWing/fo...
[ { "id": 1097546578, "node_id": "MDU6TGFiZWwxMDk3NTQ2NTc4", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/comp:keras", "name": "comp:keras", "color": "0052cc", "default": false, "description": "Keras related issues" }, { "id": 1169364259, "node_id": "MDU6TG...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).\n\nView this [failed invocation](https://github.com/tensorflow/tensorflow/pull/62505/checks?check_run_...
2023-11-30T01:39:37
2023-11-30T04:37:39
2023-11-30T04:37:37
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62505", "html_url": "https://github.com/tensorflow/tensorflow/pull/62505", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62505.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62505.patch", "merged_at": null }
Trying to solve the *TODO* from fchollet, "We could build a dictionary based on layer names since they are constant, but we have not done that yet.”. I’d just create a new propertie to the Model's Class.
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62505/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62505/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62504
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62504/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62504/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62504/events
https://github.com/tensorflow/tensorflow/issues/62504
2,017,277,371
I_kwDOArmXAs54PTW7
62,504
MemoryError: std::bad_alloc when calling tf.squeeze with a floating tensor axis
{ "login": "drewshark", "id": 128925028, "node_id": "U_kgDOB689ZA", "avatar_url": "https://avatars.githubusercontent.com/u/128925028?v=4", "gravatar_id": "", "url": "https://api.github.com/users/drewshark", "html_url": "https://github.com/drewshark", "followers_url": "https://api.github.com/users/drewsh...
[ { "id": 390482148, "node_id": "MDU6TGFiZWwzOTA0ODIxNDg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/awaiting%20review", "name": "awaiting review", "color": "bc3869", "default": false, "description": "Pull request awaiting review" }, { "id": 473172988, ...
open
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Hello, I'm glad you posted this issue. I can try to give you a hand.\r\n\r\nFirst thing first, I would like to better clarify the `tf.squeeze()` function. According to the [documentation](https://www.tensorflow.org/api_docs/python/tf/squeeze), the `tf.squeeze()` function is used to remove dimensions of size 1 from...
2023-11-29T19:27:17
2023-11-30T11:27:18
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.14.0, tf-nightly ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No respon...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62504/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62504/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62503
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62503/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62503/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62503/events
https://github.com/tensorflow/tensorflow/issues/62503
2,017,199,812
I_kwDOArmXAs54PAbE
62,503
File "/home/mona/anaconda3/envs/EfficientPose/lib/python3.8/site-packages/google/protobuf/internal/containers.py", line 70, in __getitem__ return self._values[key] TypeError: list indices must be integers or slices, not str
{ "login": "monajalal", "id": 1892917, "node_id": "MDQ6VXNlcjE4OTI5MTc=", "avatar_url": "https://avatars.githubusercontent.com/u/1892917?v=4", "gravatar_id": "", "url": "https://api.github.com/users/monajalal", "html_url": "https://github.com/monajalal", "followers_url": "https://api.github.com/users/mo...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "@monajalal Please make sure that the key variable is an integer or a slice before passing it to `__getitem__` and try with the latest stable TF version 2.15. Please let us know the outcome?\r\nThank you!", "This issue is stale because it has been open for 7 days with no activity. It will be closed if no further ...
2023-11-29T18:41:21
2023-12-15T01:49:12
2023-12-15T01:49:09
NONE
null
null
null
### Issue type Bug Please note I saw this related issue but there was no response to it https://github.com/tensorflow/tensorflow/issues/32694 ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version nvidia-tensorflow==1.15.4+nv20.12 ### Custom code ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62503/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62503/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62502
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62502/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62502/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62502/events
https://github.com/tensorflow/tensorflow/pull/62502
2,016,925,331
PR_kwDOArmXAs5gr_lV
62,502
Register half and bfloat16 support for tf.truncatemod
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "id": 474725938, "node_id": "MDU6TGFiZWw0NzQ3MjU5Mzg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stale", "name": "stale", "color": "d4c5f9", "default": false, "description": "This label marks the issue/pr stale - to be closed automatically if no activity" }, ...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Hi @SuryanarayanaY Can you please check @gaurides's [comments](https://github.com/tensorflow/tensorflow/pull/62502#pullrequestreview-1756354941) ? Thank you!", "Hi @SuryanarayanaY Any update on this PR? Please. Thank you!", "Hi @SuryanarayanaY Any update on this PR? Please. Thank you!", "This PR is stale bec...
2023-11-29T16:05:20
2024-02-08T19:59:38
2024-02-07T01:46:34
COLLABORATOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62502", "html_url": "https://github.com/tensorflow/tensorflow/pull/62502", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62502.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62502.patch", "merged_at": null }
As per documentation of `tf.truncatemod` this Op should support `{int32, int64, bfloat16, half, float, double}` dtypes. But actually this Op not supporting `half` and `bfloat16` dtypes. As per `math_ops.cc `this op registered for the dtypes below. https://github.com/tensorflow/tensorflow/blob/74866075411bd9444246...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62502/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62502/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62501
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62501/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62501/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62501/events
https://github.com/tensorflow/tensorflow/issues/62501
2,016,888,731
I_kwDOArmXAs54N0eb
62,501
Please bring back native Windows CUDA support!
{ "login": "pass-lin", "id": 62837036, "node_id": "MDQ6VXNlcjYyODM3MDM2", "avatar_url": "https://avatars.githubusercontent.com/u/62837036?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pass-lin", "html_url": "https://github.com/pass-lin", "followers_url": "https://api.github.com/users/pas...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "This is a duplicate of #59918", "@pass-lin , Could you please close this issue and track the progress in above linked issue since it has more visibility. Thanks!", "This issue is stale because it has been open for 7 days with no activity. It will be closed if no further activity occurs. Thank you.", "This is...
2023-11-29T15:46:52
2023-12-16T01:48:25
2023-12-16T01:48:22
NONE
null
null
null
### Issue type Feature Request ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf2.15 ### Custom code Yes ### OS platform and distribution windows ### Mobile device _No response_ ### Python version 3.10 ### Bazel version _No response_ ### GCC/compi...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62501/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62501/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62500
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62500/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62500/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62500/events
https://github.com/tensorflow/tensorflow/issues/62500
2,016,609,467
I_kwDOArmXAs54MwS7
62,500
/usr/bin/env: 'python3': No such file or directory
{ "login": "adamjstewart", "id": 12021217, "node_id": "MDQ6VXNlcjEyMDIxMjE3", "avatar_url": "https://avatars.githubusercontent.com/u/12021217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/adamjstewart", "html_url": "https://github.com/adamjstewart", "followers_url": "https://api.github.c...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "Hello, thank you for having the time to submitting this issue. One possible way to solve this problem is by installing \"python-is-python3\" in Ubuntu by running the code `sudo apt update; sudo apt install python-is-python3`. This solved the issue for me. However, even if it worked for me, I can't assure it will w...
2023-11-29T13:34:48
2024-01-06T16:25:42
2024-01-06T16:25:39
NONE
null
null
null
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.15.0 ### Custom code No ### OS platform and distribution Linux Ubuntu 22.04 ### Mobile device _No response_ ### Python version 3.11.6 ### Ba...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62500/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62500/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62499
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62499/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62499/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62499/events
https://github.com/tensorflow/tensorflow/issues/62499
2,016,127,375
I_kwDOArmXAs54K6mP
62,499
PadV2 constant_values tensor not quantized using 16x8 quantization mode
{ "login": "riestmo-nxp", "id": 149694071, "node_id": "U_kgDOCOwmdw", "avatar_url": "https://avatars.githubusercontent.com/u/149694071?v=4", "gravatar_id": "", "url": "https://api.github.com/users/riestmo-nxp", "html_url": "https://github.com/riestmo-nxp", "followers_url": "https://api.github.com/users/...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "abattery", "id": 3203059, "node_id": "MDQ6VXNlcjMyMDMwNTk=", "avatar_url": "https://avatars.githubusercontent.com/u/3203059?v=4", "gravatar_id": "", "url": "https://api.github.com/users/abattery", "html_url": "https://github.com/abattery", "followers_url": "https://api.github.com/users/abatt...
[ { "login": "abattery", "id": 3203059, "node_id": "MDQ6VXNlcjMyMDMwNTk=", "avatar_url": "https://avatars.githubusercontent.com/u/3203059?v=4", "gravatar_id": "", "url": "https://api.github.com/users/abattery", "html_url": "https://github.com/abattery", "followers_url": "https://api.gi...
null
[ "Hi @riestmo-nxp ,\r\n\r\nThe error for the model_int16.tflite has been replicated. \r\n![Screenshot 2023-12-02 11 39 41 AM](https://github.com/tensorflow/tensorflow/assets/149650845/2caec509-a657-4cb5-89df-4a99e5c695b0) It might be incompatibilities between input and padding data types. Please check the incompatib...
2023-11-29T09:05:45
2024-06-12T12:17:42
null
NONE
null
null
null
### 1. System information - OS Platform and Distribution: Ubuntu 22.04.3 - TensorFlow installation: pip package - TensorFlow library: 2.15.0 ### 2. Code Please see the attached PadV2Issue.ipynb notebook for reproducing the issue. It creates a dummy model that contains a pad operator with constant -1. This tra...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62499/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62499/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62498
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62498/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62498/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62498/events
https://github.com/tensorflow/tensorflow/issues/62498
2,015,226,082
I_kwDOArmXAs54Heji
62,498
GPU installation docs woefully broken
{ "login": "FlorinAndrei", "id": 901867, "node_id": "MDQ6VXNlcjkwMTg2Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/901867?v=4", "gravatar_id": "", "url": "https://api.github.com/users/FlorinAndrei", "html_url": "https://github.com/FlorinAndrei", "followers_url": "https://api.github.com/u...
[ { "id": 284443156, "node_id": "MDU6TGFiZWwyODQ0NDMxNTY=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:docs-bug", "name": "type:docs-bug", "color": "159b2e", "default": false, "description": "Document issues" }, { "id": 386191887, "node_id": "MDU6TGF...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "What eventually worked for me was installing JAX (which I need anyway) with the 11.8 CUDA...\r\n\r\n```\r\npip install --upgrade --user \"jax[cuda11_pip]\" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html\r\n```\r\n\r\n...which actually succeeds in installing the NVIDIA CUDA python modules, an...
2023-11-28T20:14:47
2023-12-23T01:47:36
2023-12-23T01:47:31
NONE
null
null
null
### Issue type Documentation Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.15.0 ### Custom code No ### OS platform and distribution Linux Ubuntu 22.04 ### Mobile device _No response_ ### Python version 3.11.6 ##...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62498/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62498/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62497
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62497/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62497/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62497/events
https://github.com/tensorflow/tensorflow/issues/62497
2,015,118,495
I_kwDOArmXAs54HESf
62,497
TF 2.15 fails to build with error "env: 'python3': No such file or directory" from bazel py_strict_library.
{ "login": "trevor-m", "id": 12981474, "node_id": "MDQ6VXNlcjEyOTgxNDc0", "avatar_url": "https://avatars.githubusercontent.com/u/12981474?v=4", "gravatar_id": "", "url": "https://api.github.com/users/trevor-m", "html_url": "https://github.com/trevor-m", "followers_url": "https://api.github.com/users/tre...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@angerson It seems like this might be related to hermetic python. Any thoughts?", "Yeah, this is probably due to unsetting PATH while using a (generated?) shebang of the form `#!/usr/bin/env python3`.\r\n\r\nIt breaks build isolation since _if_ it works it picks up system `/bin/python3` or `/usr/bin/python3` on ...
2023-11-28T19:04:52
2024-01-29T21:39:31
null
CONTRIBUTOR
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.15 ### Custom code No ### OS platform and distribution Manylinux 2.28 (AlmaLinux 8) quay.io/pypa/manylinux_2_28 ### Mobile device _No response_ ### Python v...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62497/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62497/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62496
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62496/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62496/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62496/events
https://github.com/tensorflow/tensorflow/pull/62496
2,014,916,290
PR_kwDOArmXAs5glHji
62,496
Fixed issue 'Python code modifies loop while iterating over it #62492'
{ "login": "proxOP", "id": 114665879, "node_id": "U_kgDOBtWplw", "avatar_url": "https://avatars.githubusercontent.com/u/114665879?v=4", "gravatar_id": "", "url": "https://api.github.com/users/proxOP", "html_url": "https://github.com/proxOP", "followers_url": "https://api.github.com/users/proxOP/follower...
[ { "id": 390482148, "node_id": "MDU6TGFiZWwzOTA0ODIxNDg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/awaiting%20review", "name": "awaiting review", "color": "bc3869", "default": false, "description": "Pull request awaiting review" }, { "id": 987666414, ...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).\n\nView this [failed invocation](https://github.com/tensorflow/tensorflow/pull/62496/checks?check_run_...
2023-11-28T17:10:57
2023-11-30T07:10:04
2023-11-30T07:10:04
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62496", "html_url": "https://github.com/tensorflow/tensorflow/pull/62496", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62496.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62496.patch", "merged_at": "2023-11-...
Fixed #62492 issue : In tensorflow/python/training/saver.py, in _RecordLastCheckpoint: # Remove first from list if the same name was used before. for p in self._last_checkpoints: if latest_save_path == self._CheckpointFilename(p): self._last_checkpoints.remove(p) This modifies the _last_checkpoints list whi...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62496/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62496/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62495
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62495/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62495/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62495/events
https://github.com/tensorflow/tensorflow/issues/62495
2,014,861,999
I_kwDOArmXAs54GFqv
62,495
Model checkpoint not saved to google cloud storage
{ "login": "rcalonso", "id": 19788974, "node_id": "MDQ6VXNlcjE5Nzg4OTc0", "avatar_url": "https://avatars.githubusercontent.com/u/19788974?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rcalonso", "html_url": "https://github.com/rcalonso", "followers_url": "https://api.github.com/users/rca...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "nkovela1", "id": 60985914, "node_id": "MDQ6VXNlcjYwOTg1OTE0", "avatar_url": "https://avatars.githubusercontent.com/u/60985914?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nkovela1", "html_url": "https://github.com/nkovela1", "followers_url": "https://api.github.com/users/nko...
[ { "login": "nkovela1", "id": 60985914, "node_id": "MDQ6VXNlcjYwOTg1OTE0", "avatar_url": "https://avatars.githubusercontent.com/u/60985914?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nkovela1", "html_url": "https://github.com/nkovela1", "followers_url": "https://api....
null
[ "@rcalonso,\r\nCould you please confirm whether you are facing any error while saving to Google cloud storage. If yes, please provide the error log here and help us to debug the issue. Thank you!", "@tilakrayal I don't get any error, in the console I see the log `f\"\\nEpoch {epoch + 1}: saving model to {filepath...
2023-11-28T16:43:20
2023-12-26T23:14:27
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.14.1 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version 3.9.17 ### Bazel version ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62495/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62495/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62494
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62494/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62494/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62494/events
https://github.com/tensorflow/tensorflow/issues/62494
2,014,773,009
I_kwDOArmXAs54Fv8R
62,494
CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
{ "login": "martiiv", "id": 60174223, "node_id": "MDQ6VXNlcjYwMTc0MjIz", "avatar_url": "https://avatars.githubusercontent.com/u/60174223?v=4", "gravatar_id": "", "url": "https://api.github.com/users/martiiv", "html_url": "https://github.com/martiiv", "followers_url": "https://api.github.com/users/martii...
[ { "id": 473173351, "node_id": "MDU6TGFiZWw0NzMxNzMzNTE=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:build/install", "name": "type:build/install", "color": "159b2e", "default": false, "description": "Build and install issues" } ]
closed
false
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "...
null
[ "Closed as repository I was using was manually setting CUDA_VISIBLE_DEVICES to -1...", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12TRhd9xSxjXZjcZFNXPGk4kc1-qMdv3gc6bEP90vY1ew/viewform?entry.85265664=Yes&entry.2137816233=https://github.com/tensorf...
2023-11-28T15:58:55
2023-11-29T09:29:27
2023-11-29T09:29:23
NONE
null
null
null
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version unknown 2.4.0 ### Custom code Yes ### OS platform and distribution Linux, Rocky linux ### Mobile device _No response_ ### Python version Python 3.8.6 ### Bazel version _No r...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62494/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62494/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62493
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62493/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62493/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62493/events
https://github.com/tensorflow/tensorflow/issues/62493
2,014,362,010
I_kwDOArmXAs54ELma
62,493
incorrect result run collective_ops.all_reduce with communication_hint = nccl
{ "login": "Jiaao-Bai", "id": 60597682, "node_id": "MDQ6VXNlcjYwNTk3Njgy", "avatar_url": "https://avatars.githubusercontent.com/u/60597682?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Jiaao-Bai", "html_url": "https://github.com/Jiaao-Bai", "followers_url": "https://api.github.com/users/...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "run this demo in two process plz", "@Jiaao-Bai Could you please verify that the NCCL library is installed correctly and that its version is compatible with the TensorFlow version. Check for any environment variables or configuration settings that might affect NCCL communication.\r\nPlease try with the latest ten...
2023-11-28T12:46:36
2023-12-04T04:17:17
2023-12-04T04:07:23
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version tf2.8 ### Custom code Yes ### OS platform and distribution ubuntu 20.04 ### Mobile device not mobile device ### Python version 3.10.6 ### Bazel version ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62493/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62493/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62492
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62492/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62492/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62492/events
https://github.com/tensorflow/tensorflow/issues/62492
2,014,349,779
I_kwDOArmXAs54EInT
62,492
Python code modifies loop while iterating over it
{ "login": "Sjord", "id": 113030, "node_id": "MDQ6VXNlcjExMzAzMA==", "avatar_url": "https://avatars.githubusercontent.com/u/113030?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Sjord", "html_url": "https://github.com/Sjord", "followers_url": "https://api.github.com/users/Sjord/followers"...
[ { "id": 473172988, "node_id": "MDU6TGFiZWw0NzMxNzI5ODg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:bug", "name": "type:bug", "color": "159b2e", "default": false, "description": "Bug" } ]
closed
false
{ "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api.github.com/users/Ven...
[ { "login": "Venkat6871", "id": 147127861, "node_id": "U_kgDOCMT-NQ", "avatar_url": "https://avatars.githubusercontent.com/u/147127861?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Venkat6871", "html_url": "https://github.com/Venkat6871", "followers_url": "https://api....
null
[ "Doing this will pass a copy of the list for checking then modyfing the original list seperately:\r\nfor p in self._last_checkpoints[:]:\r\n if latest_save_path == self._CheckpointFilename(p):\r\n self._last_checkpoints.remove(p)\r\n", "can in be assigned this issue\r\n", "Are you satisfied with the r...
2023-11-28T12:39:28
2023-11-30T07:10:08
2023-11-30T07:10:05
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? The code is present on the master branch, but I found this bug by looking at the code, not from executing TensorFlow. ### Source source ### TensorFlow version master ### Custom code No ### OS platform and distribut...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62492/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62492/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62491
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62491/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62491/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62491/events
https://github.com/tensorflow/tensorflow/issues/62491
2,014,335,155
I_kwDOArmXAs54EFCz
62,491
Keras namespace stubs are gone after upgrading to 2.15
{ "login": "tbhaxor", "id": 28386721, "node_id": "MDQ6VXNlcjI4Mzg2NzIx", "avatar_url": "https://avatars.githubusercontent.com/u/28386721?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tbhaxor", "html_url": "https://github.com/tbhaxor", "followers_url": "https://api.github.com/users/tbhaxo...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@tbhaxor,\r\nHi,\r\n\r\nThanks for reporting the issue.\r\n\r\nSince the migration, there were many changes made, the error you are getting is due to one such change here https://github.com/keras-team/tf-keras/commit/cff6ac903e2b8a0dde2a469d949f0f0ce3b5f282.\r\n\r\nTo get rid of the error, you need to install tf-k...
2023-11-28T12:30:46
2023-12-06T05:36:01
2023-12-06T05:35:58
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version v2.15.0-rc1-8-g6887368d6d4 ### Custom code Yes ### OS platform and distribution Arch Linux x64 ### Mobile device _No response_ ### Python version 3.11 ### Bazel version _No response_ ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62491/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62491/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62490
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62490/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62490/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62490/events
https://github.com/tensorflow/tensorflow/issues/62490
2,014,161,874
I_kwDOArmXAs54DavS
62,490
[AARCH64] Building TF 2.15.0 from sources failed with undefined __Int8x8_t
{ "login": "smuzaffar", "id": 4115138, "node_id": "MDQ6VXNlcjQxMTUxMzg=", "avatar_url": "https://avatars.githubusercontent.com/u/4115138?v=4", "gravatar_id": "", "url": "https://api.github.com/users/smuzaffar", "html_url": "https://github.com/smuzaffar", "followers_url": "https://api.github.com/users/sm...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "I have the same build problem on the Arm64 with CPU:\r\n`processor\t: 0\r\nmodel name\t: ARMv8 Processor rev 1 (v8l)\r\nBogoMIPS\t: 62.50\r\nFeatures\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp uscat ilrcpc flagm\r\nCPU implementer\t: 0x41\r\nCPU architectu...
2023-11-28T10:51:12
2024-04-25T16:02:46
null
CONTRIBUTOR
null
null
null
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution RHEL 8 ### Mobile device _No response_ ### Python version 3.9 ### Bazel version 6.1.0 ### GCC/compiler version ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62490/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62490/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62489
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62489/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62489/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62489/events
https://github.com/tensorflow/tensorflow/issues/62489
2,013,115,806
I_kwDOArmXAs53_bWe
62,489
Op type not registered 'DisableCopyOnRead'
{ "login": "pedro21900", "id": 61558221, "node_id": "MDQ6VXNlcjYxNTU4MjIx", "avatar_url": "https://avatars.githubusercontent.com/u/61558221?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pedro21900", "html_url": "https://github.com/pedro21900", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@pedro21900 \r\nIf you're loading a SavedModel that contains operations from TensorFlow Contrib, you need to ensure that TensorFlow Contrib is installed and accessible. \r\nIn order to expedite the trouble-shooting process here,Could you please fill the issue [template](https://github.com/tensorflow/tensorflow/iss...
2023-11-27T21:15:23
2024-04-04T01:48:03
2024-04-04T01:48:00
NONE
null
null
null
I'm running my model in java and I get this error. My project was all done in Python, what should I do to solve this problem? Do I register this in Python or adjust it in Java? Restoring SavedModel bundle. ```python 2023-11-27 16:43:21.653275: I tensorflow/cc/saved_model/loader.cc:151] Running initialization o...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62489/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62489/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62488
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62488/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62488/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62488/events
https://github.com/tensorflow/tensorflow/issues/62488
2,012,878,769
I_kwDOArmXAs53-hex
62,488
GPU-Specific Inconsistency in XLA Compiled Model with `tf.nn.atrous_conv2d, tf.cos, and tf.multiply`
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "Hi **@GwiHwan-Go** ,\r\nI tried to reproduce above in colab, I downloaded the pickle file too. But this file is not opening could you provide proper link to me?\r\n\r\nThank you!", "Hi @Venkat6871 ,\r\nMy apologies for any inconvenience caused. I have prepared a [Colab notebook](https://colab.research.google.com...
2023-11-27T18:42:58
2023-12-27T22:41:44
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10 ### Bazel versio...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62488/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62488/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62487
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62487/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62487/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62487/events
https://github.com/tensorflow/tensorflow/issues/62487
2,012,858,833
I_kwDOArmXAs53-cnR
62,487
Inconsistent Outputs from tf.nn.astrous_conv2d multiplied with tf.cos on XLA compiled model
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 473172988, "node_id": "MDU6TGFiZWw0NzMxNzI5ODg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:bug", "name": "type:bug", "color": "159b2e", "default": false, "description": "Bug" } ]
closed
false
{ "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https://api.github.com/use...
[ { "login": "tilakrayal", "id": 81610181, "node_id": "MDQ6VXNlcjgxNjEwMTgx", "avatar_url": "https://avatars.githubusercontent.com/u/81610181?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tilakrayal", "html_url": "https://github.com/tilakrayal", "followers_url": "https:...
null
[ "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12TRhd9xSxjXZjcZFNXPGk4kc1-qMdv3gc6bEP90vY1ew/viewform?entry.85265664=Yes&entry.2137816233=https://github.com/tensorflow/tensorflow/issues/62487\">Yes</a>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQ...
2023-11-27T18:30:28
2023-11-27T18:32:08
2023-11-27T18:32:04
NONE
null
null
null
Issue type Bug Have you reproduced the bug with TensorFlow Nightly? Yes Source source TensorFlow version 2.15.0 Custom code Yes OS platform and distribution Ubuntu 22.04.3 LTS Mobile device No response Python version 3.10 Bazel version No response GCC/compiler version No response ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62487/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62487/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62486
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62486/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62486/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62486/events
https://github.com/tensorflow/tensorflow/issues/62486
2,012,657,045
I_kwDOArmXAs539rWV
62,486
Inconsistent Outputs from `tf.nn.astrous_conv2d + tf.round` with XLA compiled model on GPU
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@sachinprasadhs Hey! Have you reproduced this issue?", "Hi, Could you please simplify the code without pickle file to debug in detail about the issue. Thanks", "This issue is stale because it has been open for 7 days with no activity. It will be closed if no further activity occurs. Thank you.", "Hi, @sachin...
2023-11-27T16:30:24
2023-12-27T22:40:59
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10 ### Bazel versio...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62486/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62486/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62485
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62485/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62485/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62485/events
https://github.com/tensorflow/tensorflow/issues/62485
2,012,628,631
I_kwDOArmXAs539kaX
62,485
Inconsistency in XLA Compiled Model Output for `tf.nn.conv2d` Combined with `tf.tan` on GPU
{ "login": "Gwihwan-Go", "id": 83144588, "node_id": "MDQ6VXNlcjgzMTQ0NTg4", "avatar_url": "https://avatars.githubusercontent.com/u/83144588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gwihwan-Go", "html_url": "https://github.com/Gwihwan-Go", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "This is another code that trigger the same bug : \r\n```python\r\nfrom typing import Dict\r\nimport tensorflow as tf\r\nimport pickle\r\nimport os\r\nimport numpy as np\r\n\r\n###updated at 23.12.06\r\np0 = tf.random.uniform(shape=[6, 21, 59, 6], dtype=tf.float32)\r\np1 = tf.random.uniform(shape=[1, 54, 6, 6], dty...
2023-11-27T16:14:55
2023-12-22T01:48:31
2023-12-22T01:48:28
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS ### Mobile device _No response_ ### Python version 3.10.0 ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62485/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62485/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62484
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62484/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62484/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62484/events
https://github.com/tensorflow/tensorflow/pull/62484
2,012,334,944
PR_kwDOArmXAs5gcRvA
62,484
lite: add tensorflowlite_flex to minimal example
{ "login": "aflaischer", "id": 26463144, "node_id": "MDQ6VXNlcjI2NDYzMTQ0", "avatar_url": "https://avatars.githubusercontent.com/u/26463144?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aflaischer", "html_url": "https://github.com/aflaischer", "followers_url": "https://api.github.com/use...
[ { "id": 390482148, "node_id": "MDU6TGFiZWwzOTA0ODIxNDg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/awaiting%20review", "name": "awaiting review", "color": "bc3869", "default": false, "description": "Pull request awaiting review" }, { "id": 750616506, ...
open
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Hi @LukeBoyer Can you please review this PR ? Thank you!", "Hi @aflaischer Can you please check @LukeBoyer's [comments](https://github.com/tensorflow/tensorflow/pull/62484#discussion_r1433142751) and keep us posted? Thank you!", "Hello @gbaned, I've updated the review\r\n", "Hi @LukeBoyer Can you please revi...
2023-11-27T13:56:33
2024-06-05T08:20:24
null
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62484", "html_url": "https://github.com/tensorflow/tensorflow/pull/62484", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62484.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62484.patch", "merged_at": null }
add option to link tensorflowlite_flex when building minimal example
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62484/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62484/timeline
null
null
true