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/62282
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62282/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62282/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62282/events
https://github.com/tensorflow/tensorflow/issues/62282
1,968,312,512
I_kwDOArmXAs51UhDA
62,282
Different Behavior of tf.raw_ops.Cos+tf.raw_ops.Selu with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 was able to notice the difference in behavior, however as per the comment here https://github.com/tensorflow/tensorflow/issues/62287#issuecomment-1809045878, it is not considered as a bug, rather a difference in implementation is resulting in this.\r\nAttaching the Gist [here](https://colab.sandbox.google.com/gi...
2023-10-30T13:04:58
2023-11-29T01:49:07
2023-11-29T01:49:02
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62282/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/62282/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62281
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62281/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62281/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62281/events
https://github.com/tensorflow/tensorflow/issues/62281
1,968,309,615
I_kwDOArmXAs51UgVv
62,281
[RNN] TFLite converter segfaults with GRU models
{ "login": "CNugteren", "id": 1162108, "node_id": "MDQ6VXNlcjExNjIxMDg=", "avatar_url": "https://avatars.githubusercontent.com/u/1162108?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CNugteren", "html_url": "https://github.com/CNugteren", "followers_url": "https://api.github.com/users/CN...
[ { "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
[ "@CNugteren This issue might not be occurring in TF v2.13 or older but it is a known issue for TF v2.14. Could you try to use TFLite micro converter as it supports GRU models?\r\nThank you!", "> Could you try to use TFLite micro converter\r\n\r\nCould you elaborate what you mean with this and share a link to wher...
2023-10-30T13:03:22
2024-02-01T06:20:18
null
CONTRIBUTOR
null
null
null
### 1. System information - **OS Platform and Distribution** Tested both on x86 Ubuntu 22.04 and x86 macOS 13.6 - **TensorFlow installation:** From pip package - **TensorFlow library:** Occurs with TF 2.14, 2.15rc0 and tf-nightly ### 2. Code The following snippet segfaults with TF 2.14 or newer, but runs and...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62281/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62281/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62280
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62280/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62280/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62280/events
https://github.com/tensorflow/tensorflow/issues/62280
1,968,302,230
I_kwDOArmXAs51UeiW
62,280
Different Behavior of tf.raw_ops.Acos with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @**zoux1a ,**\r\n\r\nI have replicated the reported behaviour with jit_compile=True and with jit_compile = False as well. It works with jit_compile=False. I attached a [gist](https://colab.research.google.com/gist/Venkat6871/64a54987d4df72b511db65d2b9bc71bd/62280_gpu-214-v.ipynb) for your reference.\r\n\r\nThan...
2023-10-30T12:59:35
2023-12-06T09:07:28
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62280/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/62280/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62279
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62279/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62279/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62279/events
https://github.com/tensorflow/tensorflow/issues/62279
1,968,264,650
I_kwDOArmXAs51UVXK
62,279
Different Behavior of tf.raw_ops.Cos+tf.raw_ops.Square with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/follower...
[ { "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": 1097547147, "node_id": "MDU6TGFiZWwxMDk3NTQ3MTQ3", ...
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
[ "@zoux1a,\r\n This is likely due to fusion, where the intermediate result may be computed and kept in float32 in the case of jit-compilation, whereas without fusion it would cast to bfloat16 between the ops and produce a less precise answer. Still, both are correct.", "This issue is stale because it has been open...
2023-10-30T12:41:45
2024-02-01T05:36:16
2024-02-01T05:36:12
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62279/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/62279/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62278
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62278/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62278/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62278/events
https://github.com/tensorflow/tensorflow/issues/62278
1,968,239,994
I_kwDOArmXAs51UPV6
62,278
Different Behavior of tf.raw_ops.IgammaGradA
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 observe similar result in both `jit_compile = True` and `jit_compile = False`, since when compiling with `JIT` takes different code path and involves `fusion` operation and `casting` `dtype` to specific `dtype`, based on all these conditions, you can't expect the same result with `JIT` and without `JIT`.\r\nAtta...
2023-10-30T12:28:52
2023-11-29T01:49:11
2023-11-29T01:49:04
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62278/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/62278/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62277
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62277/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62277/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62277/events
https://github.com/tensorflow/tensorflow/issues/62277
1,968,204,801
I_kwDOArmXAs51UGwB
62,277
Different Behavior of tf.raw_ops.Asin with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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, @zoux1a! \r\nI was able to replicate the issue reported here with JIT compilation enabled (jit_compile=True) but didn't face any issue with (jit_compile=False) and after commenting out tf.config.run_functions_eagerly(False). Please find the attached [gist](https://colab.research.google.com/gist/sushreebarsa/2...
2023-10-30T12:12:34
2023-11-29T01:49:14
2023-11-29T01:49:05
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62277/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/62277/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62276
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62276/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62276/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62276/events
https://github.com/tensorflow/tensorflow/issues/62276
1,968,184,448
I_kwDOArmXAs51UByA
62,276
Different Behavior of tf.raw_ops.BatchMatMulV2+tf.raw_ops.Sin with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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, **@zoux1a!**\r\nI was able to replicate this issue with jit_compile=True and jit_compile=False too.Here I attached a\r\n[gist](https://colab.research.google.com/gist/Venkat6871/e16dd00de9045e7981ca411a9d22a9a1/62276_gpu_tf-2-14-v-nightly.ipynb) here.\r\n\r\nThank you!", "It seems the behaviour occurs with bo...
2023-10-30T12:02:51
2023-12-29T01:46:14
2023-12-29T01:46:10
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62276/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/62276/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62275
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62275/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62275/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62275/events
https://github.com/tensorflow/tensorflow/issues/62275
1,968,157,649
I_kwDOArmXAs51T7PR
62,275
Different Behavior of tf.raw_ops.SqrtGrad with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/follower...
[ { "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/62275\">Yes</a>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQ...
2023-10-30T11:50:13
2023-10-30T11:52:43
2023-10-30T11:52:41
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62275/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/62275/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62274
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62274/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62274/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62274/events
https://github.com/tensorflow/tensorflow/issues/62274
1,967,891,498
I_kwDOArmXAs51S6Qq
62,274
tflite_micro / segmentation fault(core dump) while access InputTensor
{ "login": "hammnii-study", "id": 143974454, "node_id": "U_kgDOCJTgNg", "avatar_url": "https://avatars.githubusercontent.com/u/143974454?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hammnii-study", "html_url": "https://github.com/hammnii-study", "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": "pjpratik", "id": 118897289, "node_id": "U_kgDOBxY6iQ", "avatar_url": "https://avatars.githubusercontent.com/u/118897289?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pjpratik", "html_url": "https://github.com/pjpratik", "followers_url": "https://api.github.com/users/pjpratik/...
[ { "login": "pjpratik", "id": 118897289, "node_id": "U_kgDOBxY6iQ", "avatar_url": "https://avatars.githubusercontent.com/u/118897289?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pjpratik", "html_url": "https://github.com/pjpratik", "followers_url": "https://api.github...
null
[ "Hi @hammnii-study \r\n\r\nCan you please try with latest TF2.14? Also, if you could provide a toy tflite model, that would help us understand the issue better.\r\n\r\nPlease check your memory on the device and modify the model before converting into TFLite accordingly.\r\n\r\nThanks.\r\n", "This issue is stale b...
2023-10-30T09:24:12
2023-11-21T01:50:49
2023-11-21T01:50:46
NONE
null
null
null
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.8 ### Custom code Yes ### OS platform and distribution linux ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/compiler v...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62274/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/62274/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62273
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62273/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62273/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62273/events
https://github.com/tensorflow/tensorflow/pull/62273
1,967,476,092
PR_kwDOArmXAs5eEqY3
62,273
Update BUILD
{ "login": "Anil9703", "id": 105957856, "node_id": "U_kgDOBlDJ4A", "avatar_url": "https://avatars.githubusercontent.com/u/105957856?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Anil9703", "html_url": "https://github.com/Anil9703", "followers_url": "https://api.github.com/users/Anil9703/...
[ { "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" }, { "id": 1593512946, "node_id": "MDU6T...
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/62273/checks?check_run_...
2023-10-30T04:30:15
2023-10-31T19:52:51
2023-10-30T05:36:10
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62273", "html_url": "https://github.com/tensorflow/tensorflow/pull/62273", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62273.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62273.patch", "merged_at": null }
I think that their might be a punctual error in using comma in line19
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62273/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/62273/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62272
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62272/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62272/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62272/events
https://github.com/tensorflow/tensorflow/issues/62272
1,967,327,803
I_kwDOArmXAs51Qwo7
62,272
tensorflowlite build error about fatal error C1001:Internal compiler error for O2 option
{ "login": "leizhu1989", "id": 35773005, "node_id": "MDQ6VXNlcjM1NzczMDA1", "avatar_url": "https://avatars.githubusercontent.com/u/35773005?v=4", "gravatar_id": "", "url": "https://api.github.com/users/leizhu1989", "html_url": "https://github.com/leizhu1989", "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
[ "@leizhu1989 Could you please check our compatibility matrix for each TF version at https://www.tensorflow.org/install/source_windows#tested_build_configurations ? Maybe for the different version, it was not compiling. Kindly check your local path and change the version internally, if required!\r\nThank you!", "@...
2023-10-30T02:07:57
2023-12-15T05:53:33
2023-12-13T01:49:38
NONE
null
null
null
**System information** - OS: windows11 - TensorFlow Lite in Play Services SDK version (found in `build.gradle`): 2.12 - build method: cmake -A Win32 ..\tensorflow\lite\c -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=True -DTFLITE_ENABLE_XNNPACK=ON -DCMAKE_BUILD_TYPE=Release **Standalone code to reproduce the issue** I want...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62272/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/62272/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62271
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62271/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62271/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62271/events
https://github.com/tensorflow/tensorflow/issues/62271
1,966,947,004
I_kwDOArmXAs51PTq8
62,271
Documentation of `tf.nn.depthwise_conv2d` fails to mention limitation on strides
{ "login": "burnpanck", "id": 1310437, "node_id": "MDQ6VXNlcjEzMTA0Mzc=", "avatar_url": "https://avatars.githubusercontent.com/u/1310437?v=4", "gravatar_id": "", "url": "https://api.github.com/users/burnpanck", "html_url": "https://github.com/burnpanck", "followers_url": "https://api.github.com/users/bu...
[ { "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": 1097545817, "node_id": "MDU6TG...
open
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 **@burnpanck ,**\r\nI was able to replicate this issue. I checked with equal and unequal strides with tf 2.14 and tf.nightly. The filter tensor should be as follows;\r\n ' [filter_height, filter_width, in_channels, channel_multiplier]' then only it runs with equal strides. Otherwise it shows an error with equa...
2023-10-29T11:17:14
2023-12-28T12:58:49
null
NONE
null
null
null
### Issue type Documentation Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.14.0 ### Custom code No ### OS platform and distribution macOS 13.6 ### Mobile device none ### Python version 3.11 ### Bazel version _No response_ ### GCC/compiler ve...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62271/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/62271/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62270
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62270/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62270/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62270/events
https://github.com/tensorflow/tensorflow/issues/62270
1,966,573,394
I_kwDOArmXAs51N4dS
62,270
Shape problems in LSTM; Configuring LSTM properly in Keras
{ "login": "flexorcist", "id": 143087967, "node_id": "U_kgDOCIdZXw", "avatar_url": "https://avatars.githubusercontent.com/u/143087967?v=4", "gravatar_id": "", "url": "https://api.github.com/users/flexorcist", "html_url": "https://github.com/flexorcist", "followers_url": "https://api.github.com/users/fle...
[ { "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
[ "@flexorcist,\r\nYour input needs to be reshaped.\r\n**input_shape: A 3D tensor with shape [batch, timesteps, features]**\r\n\r\nKeras' convention is that the batch dimension (number of examples (not the same as timesteps)) is typically omitted in the input_shape arguments. The batching (number of examples per batc...
2023-10-28T12:17:43
2023-11-15T01:49:12
2023-11-15T01:49:10
NONE
null
null
null
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version tf 2.8 ### Custom code Yes ### OS platform and distribution Windows 11 ### Mobile device _No response_ ### Python version 3.10 ### Bazel version _No response_ ### GCC/compiler ve...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62270/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/62270/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62269
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62269/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62269/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62269/events
https://github.com/tensorflow/tensorflow/issues/62269
1,966,382,369
I_kwDOArmXAs51NJ0h
62,269
Different Behavior of tf.raw_ops.Sin+tf.raw_ops.Selu with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @zoux1a ,\r\n\r\nReplicated the reported behaviour with `jit_compile=True` and with `jit_compile = False` no error as reported. Attached [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/f25a4e6c47b12de7ffe6d0411e767718/62269_gpu-2-14v.ipynb) for reference.", "Hi @zoux1a ,\r\n\r\nPlease note that th...
2023-10-28T02:56:15
2023-12-13T16:02:36
2023-11-17T01:49:02
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62269/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/62269/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62268
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62268/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62268/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62268/events
https://github.com/tensorflow/tensorflow/issues/62268
1,966,379,850
I_kwDOArmXAs51NJNK
62,268
Different Behavior of tf.raw_ops.ReciprocalGrad with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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, @zoux1a! I was able to replicate the error reported [here](https://colab.research.google.com/gist/sushreebarsa/3fa86ca3f4507b7edb3c703b8577344c/62268.ipynb#scrollTo=XkMIOvdbxdEZ). Thank you!", "I observe similar result in both `jit_compile = True` and `jit_compile = False`, since when compiling with `JIT` ta...
2023-10-28T02:48:48
2023-11-29T01:49:17
2023-11-29T01:49:07
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62268/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/62268/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62267
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62267/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62267/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62267/events
https://github.com/tensorflow/tensorflow/issues/62267
1,966,378,087
I_kwDOArmXAs51NIxn
62,267
Different Behavior of tf.raw_ops.IgammaGradA+tf.raw_ops.DivNoNan with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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, @zoux1a!\r\nI was able to replicate this issue with jit_compile=True and jit_compile=False too.Here I attached a [gist](https://colab.research.google.com/gist/Venkat6871/18329013f60651a9defccbdb3ac76c7b/62267_2-14-v_cpu.ipynb) here.\r\n\r\nThank you!", "Hi @zoux1a ,\r\n\r\nI have noticed an issue here.\r\n\r...
2023-10-28T02:44:11
2023-12-29T01:46:16
2023-12-29T01:46:12
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62267/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/62267/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62266
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62266/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62266/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62266/events
https://github.com/tensorflow/tensorflow/issues/62266
1,966,375,667
I_kwDOArmXAs51NILz
62,266
Different Behavior of tf.raw_ops.SquareDifference+tf.raw_ops.Cos with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 and tf-nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/12239f809d8cd60d8810b1fc5c529ef0/untitled1489.ipynb).", "I observe similar result in both jit_compile = True and jit_compile = False, since...
2023-10-28T02:37:29
2023-11-29T01:49:20
2023-11-29T01:49:08
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62266/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/62266/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62265
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62265/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62265/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62265/events
https://github.com/tensorflow/tensorflow/issues/62265
1,966,373,284
I_kwDOArmXAs51NHmk
62,265
Different Behavior of tf.raw_ops.AdjustSaturation with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @zoux1a ,\r\n\r\nI have replicated the reported behaviour with `jit_compile=True `and with` jit_compile = False` as well. It seems not related to `jit_compile` issue. Attached [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/ceca6be7b2efcf2529589b212694af29/62265_gpu-2-14v.ipynb) for reference.", ...
2023-10-28T02:31:31
2023-12-30T01:48:07
2023-12-30T01:48:03
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62265/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/62265/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62264
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62264/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62264/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62264/events
https://github.com/tensorflow/tensorflow/issues/62264
1,966,368,468
I_kwDOArmXAs51NGbU
62,264
Different Behavior of tf.raw_ops.LeftShift with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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, @zoux1a!\r\nI was able to replicate the issue reported here. Please find the attached [gist](https://colab.research.google.com/gist/sushreebarsa/8fcb71b61980c0f1b2c3abf466619d47/62264.ipynb#scrollTo=2TYGMlsN59gz) here. Thank you!", "I observed similar result in both `jit_compile = True` and `jit_compile = Fa...
2023-10-28T02:17:04
2023-11-29T01:49:22
2023-11-29T01:49:10
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62264/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/62264/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62263
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62263/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62263/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62263/events
https://github.com/tensorflow/tensorflow/issues/62263
1,966,365,224
I_kwDOArmXAs51NFoo
62,263
Different Behavior of tf.raw_ops.SqrtGrad with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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, **@zoux1a**!\r\nI was able to replicate this issue with jit_compile=True and jit_compile=False too.Here I attached a [gist](https://colab.research.google.com/gist/Venkat6871/e9db4fb9d907d226d962d2a2f85a76dd/62263_gpu-2-14-nightly.ipynb) here.\r\n\r\nThank you!", "Seems to be issue with tf.function as the rep...
2023-10-28T02:08:02
2023-11-28T09:22:23
null
NONE
null
null
null
### Issue type Bug ### 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_ ### GCC/com...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62263/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/62263/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62262
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62262/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62262/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62262/events
https://github.com/tensorflow/tensorflow/issues/62262
1,966,363,455
I_kwDOArmXAs51NFM_
62,262
Different Behavior of tf.raw_ops.Xloggy+tf.raw_ops.Lgamma with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 and tf-nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/82d83661e0b39ac4d46a84db55776d80/untitled1487.ipynb).", "Hi,\r\n\r\nI see it fails in both` jit_compile = True` and `jit_compile = False` o...
2023-10-28T02:02:55
2023-11-29T01:49:26
2023-11-29T01:49:11
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62262/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/62262/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62261
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62261/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62261/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62261/events
https://github.com/tensorflow/tensorflow/issues/62261
1,966,360,857
I_kwDOArmXAs51NEkZ
62,261
Different Behavior of tf.raw_ops.UpperBound with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @zoux1a ,\r\n\r\nI have replicated the reported behaviour with jit_compile=True and with jit_compile = False as well. It seems not related to jit_compile issue. Attached [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/bb7015fd5c57b4b4885bbb67f82296e0/62261_gpu-2-14v.ipynb) for reference.", "@zoux1...
2023-10-28T01:56:00
2023-11-24T01:48:30
2023-11-24T01:48:27
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62261/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/62261/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62260
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62260/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62260/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62260/events
https://github.com/tensorflow/tensorflow/issues/62260
1,966,357,141
I_kwDOArmXAs51NDqV
62,260
Different Behavior of tf.raw_ops.BatchMatMulV2 with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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, @zoux1a !\r\nI was able to replicate the issue reported here with both (jit_compile=True) and (jit_compile=False). Please find the attached [gist](https://colab.research.google.com/gist/sushreebarsa/6b1e2facce99faf001e80f76cc6fc7c3/62260.ipynb#scrollTo=iM4Hid_Z4hqu). Thank you!", "Even with the seed is set,...
2023-10-28T01:45:04
2023-11-26T01:49:34
2023-11-26T01:49:32
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62260/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/62260/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62259
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62259/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62259/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62259/events
https://github.com/tensorflow/tensorflow/issues/62259
1,966,339,434
I_kwDOArmXAs51M_Vq
62,259
Installation of Tensorflow
{ "login": "TariqHasan5167", "id": 43911658, "node_id": "MDQ6VXNlcjQzOTExNjU4", "avatar_url": "https://avatars.githubusercontent.com/u/43911658?v=4", "gravatar_id": "", "url": "https://api.github.com/users/TariqHasan5167", "html_url": "https://github.com/TariqHasan5167", "followers_url": "https://api.gi...
[ { "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": "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
[ "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/62259\">Yes</a>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQ...
2023-10-28T00:58:54
2023-10-28T20:38:54
2023-10-28T20:38:52
NONE
null
null
null
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.14 ### Custom code Yes ### OS platform and distribution Windows10 ### Mobile device _No response_ ### Python version 3.9 ### Bazel version _No response_ ### GCC/compiler ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62259/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/62259/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62258
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62258/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62258/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62258/events
https://github.com/tensorflow/tensorflow/pull/62258
1,966,301,260
PR_kwDOArmXAs5eA7Mw
62,258
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...
[]
closed
false
{ "login": "huberalberti", "id": 6607216, "node_id": "MDQ6VXNlcjY2MDcyMTY=", "avatar_url": "https://avatars.githubusercontent.com/u/6607216?v=4", "gravatar_id": "", "url": "https://api.github.com/users/huberalberti", "html_url": "https://github.com/huberalberti", "followers_url": "https://api.github.com...
[ { "login": "huberalberti", "id": 6607216, "node_id": "MDQ6VXNlcjY2MDcyMTY=", "avatar_url": "https://avatars.githubusercontent.com/u/6607216?v=4", "gravatar_id": "", "url": "https://api.github.com/users/huberalberti", "html_url": "https://github.com/huberalberti", "followers_url": "ht...
null
[]
2023-10-27T23:32:05
2023-10-27T23:36:28
2023-10-27T23:36:28
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62258", "html_url": "https://github.com/tensorflow/tensorflow/pull/62258", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62258.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62258.patch", "merged_at": "2023-10-...
Updated release notes as per DevRel feedback provided by markdaoust@
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62258/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/62258/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62257
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62257/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62257/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62257/events
https://github.com/tensorflow/tensorflow/issues/62257
1,965,812,222
I_kwDOArmXAs51K-n-
62,257
Tensorflow on Docker linux/amd64 on mac M1
{ "login": "FrankyDBravo", "id": 22367743, "node_id": "MDQ6VXNlcjIyMzY3NzQz", "avatar_url": "https://avatars.githubusercontent.com/u/22367743?v=4", "gravatar_id": "", "url": "https://api.github.com/users/FrankyDBravo", "html_url": "https://github.com/FrankyDBravo", "followers_url": "https://api.github.c...
[ { "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
[ "@FrankyDBravo,\r\nTo utilize TensorFlow with GPU acceleration, the installation of the CUDA toolkit is essential. However, it's crucial to note that CUDA was developed by NVIDIA and is optimized for use with NVIDIA GPUs. \r\n\r\nAs a result, it's not feasible to run TensorFlow on AMD GPUs. For a comprehensive list...
2023-10-27T16:06:40
2024-05-09T18:40:51
2023-11-29T01:49:13
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version tf 2.5 ### Custom code No ### OS platform and distribution Docker ubuntu:20.04 ### Mobile device _No response_ ### Python version 3.8 ### Bazel version _No response_ ### GCC/compiler...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62257/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/62257/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62256
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62256/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62256/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62256/events
https://github.com/tensorflow/tensorflow/issues/62256
1,965,652,736
I_kwDOArmXAs51KXsA
62,256
[RNN] LSTM - quantization issue
{ "login": "RuxandraRusu29", "id": 83610798, "node_id": "MDQ6VXNlcjgzNjEwNzk4", "avatar_url": "https://avatars.githubusercontent.com/u/83610798?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RuxandraRusu29", "html_url": "https://github.com/RuxandraRusu29", "followers_url": "https://api.gi...
[ { "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": "pjpratik", "id": 118897289, "node_id": "U_kgDOBxY6iQ", "avatar_url": "https://avatars.githubusercontent.com/u/118897289?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pjpratik", "html_url": "https://github.com/pjpratik", "followers_url": "https://api.github.com/users/pjpratik/...
[ { "login": "pjpratik", "id": 118897289, "node_id": "U_kgDOBxY6iQ", "avatar_url": "https://avatars.githubusercontent.com/u/118897289?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pjpratik", "html_url": "https://github.com/pjpratik", "followers_url": "https://api.github...
null
[ "Hi @RuxandraRusu29 \r\n\r\nSorry for the delayed response.\r\n\r\nI guess the quantization scale might be affected because of the input tensors during representative dataset calibration and should not be a problem unless it's affecting the performance. I'm interested to know if it is ?\r\n\r\nThanks.", "This is...
2023-10-27T14:28:24
2023-11-22T01:49:38
2023-11-22T01:49:35
NONE
null
null
null
1. System information - Google Colab - tensorflow version - 2.14.0 2. Code I started from the following tutorial provided by tensorflow. https://blog.tensorflow.org/2021/04/adaptive-framework-for-on-device-recommendation.html The end goal was to create a quantized model that used the LSTM encoder. Th...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62256/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/62256/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62255
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62255/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62255/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62255/events
https://github.com/tensorflow/tensorflow/issues/62255
1,965,631,366
I_kwDOArmXAs51KSeG
62,255
Different Behavior of tf.raw_ops.DivNoNan with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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, @zoux1a ! I was able to replicate the issue reported here. Please find the attached gist [here](https://colab.research.google.com/gist/sushreebarsa/0aae5cba75276bf5cca75f1038b30b5a/62255.ipynb#scrollTo=FWqXpco-26dV). Thank you!", "Hi @zoux1a ,\r\n\r\nI noticed an issue here.\r\n\r\nInside the call function y...
2023-10-27T14:17:13
2023-12-30T01:48:10
2023-12-30T01:48:05
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62255/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/62255/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62254
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62254/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62254/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62254/events
https://github.com/tensorflow/tensorflow/issues/62254
1,965,619,901
I_kwDOArmXAs51KPq9
62,254
Different Behavior of tf.raw_ops.Zeta+tf.raw_ops.Square with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @zoux1a ,\r\n\r\nI have replicated the reported behaviour with jit_compile=True and with jit_compile = False as well. It seems not related to jit_compile issue. I attached a [gist](https://colab.research.google.com/gist/Venkat6871/72c9cb33e4d68a1e50dfe2db70e1682f/62254_gpu_2-14-nightly-v.ipynb) for your referen...
2023-10-27T14:10:57
2023-12-30T01:48:13
2023-12-30T01:48:06
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62254/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/62254/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62253
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62253/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62253/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62253/events
https://github.com/tensorflow/tensorflow/issues/62253
1,965,601,986
I_kwDOArmXAs51KLTC
62,253
Different Behavior of tf.raw_ops.Exp+tf.raw_ops.Square with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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
[ "@zoux1a,\r\nI tried to execute the mentioned code on both [CPU](https://colab.research.google.com/gist/tilakrayal/418333a8757368178be2491ccbd4164d/untitled1482.ipynb) and [GPU](https://colab.research.google.com/gist/tilakrayal/1a746f8bfde6d33247e108f8094cd007/untitled1481.ipynb) with tensorflow v2.14 and observed ...
2023-10-27T14:02:45
2023-12-07T01:49:18
2023-12-07T01:49:16
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62253/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/62253/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62252
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62252/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62252/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62252/events
https://github.com/tensorflow/tensorflow/issues/62252
1,965,582,911
I_kwDOArmXAs51KGo_
62,252
Different Behavior of tf.raw_ops.Relu6+tf.raw_ops.Sigmoid with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @zoux1a ,\r\n\r\nReplicated the reported behaviour with `jit_compile=True` and with `jit_compile = False` no error as reported. Attached [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/33b78c9c51ab69005bb4d869711f85c2/62252_gpu-2-14v.ipynb) for reference.", "Hi @zoux1a ,\r\n\r\nThe issue seems to ...
2023-10-27T13:52:43
2023-12-13T15:51:24
2023-11-17T01:49:05
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62252/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/62252/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62251
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62251/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62251/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62251/events
https://github.com/tensorflow/tensorflow/issues/62251
1,965,571,687
I_kwDOArmXAs51KD5n
62,251
Different Behavior of tf.raw_ops.Zeta with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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, @zoux1a!\r\nI was able to replicate the issue reported [here](https://colab.research.google.com/gist/sushreebarsa/30c71f68e9324dcbf33b2c82bc7f24d3/62251.ipynb). Thank you! ", "Hi @zoux1a ,\r\n\r\nI noticed an issue here.\r\n\r\nInside the __call__ function you are generating the value for `tensor`, which in ...
2023-10-27T13:46:21
2023-12-30T01:48:16
2023-12-30T01:48:07
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62251/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/62251/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62250
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62250/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62250/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62250/events
https://github.com/tensorflow/tensorflow/issues/62250
1,965,558,153
I_kwDOArmXAs51KAmJ
62,250
Different Behavior of tf.raw_ops.Acos+tf.raw_ops.exp with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @zoux1a ,\r\n\r\nI have replicated the reported behaviour with jit_compile=True and with jit_compile = False. I don't find any errors with jit_compile=false . Here I attached a [gist](https://colab.research.google.com/gist/Venkat6871/8f27f7a7358eafa5696fabe46ddbe80b/62250_cpu-2-14-v.ipynb) for your reference.\r...
2023-10-27T13:39:34
2023-12-22T01:48:47
2023-12-22T01:48:44
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62250/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/62250/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62249
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62249/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62249/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62249/events
https://github.com/tensorflow/tensorflow/issues/62249
1,965,542,767
I_kwDOArmXAs51J81v
62,249
Different Behavior of tf.raw_ops.RealDiv+tf.raw_ops.Zeta with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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
[ "@zoux1a,\r\nI tried to execute the mentioned code on both [CPU](https://colab.research.google.com/gist/tilakrayal/83831a3564c9f37d52e6d068d8ac7dd8/untitled1485.ipynb) & [GPU](https://colab.research.google.com/gist/tilakrayal/2216e3f5d89d2b7513b6082e2fdc04f6/untitled1485.ipynb) with tensorflow v2.14 by having **jit...
2023-10-27T13:32:13
2023-11-26T01:49:38
2023-11-26T01:49:34
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62249/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/62249/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62248
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62248/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62248/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62248/events
https://github.com/tensorflow/tensorflow/issues/62248
1,965,343,950
I_kwDOArmXAs51JMTO
62,248
Tensorflow requires Python<3.8 for Docker
{ "login": "frkanyilmaz2", "id": 59698269, "node_id": "MDQ6VXNlcjU5Njk4MjY5", "avatar_url": "https://avatars.githubusercontent.com/u/59698269?v=4", "gravatar_id": "", "url": "https://api.github.com/users/frkanyilmaz2", "html_url": "https://github.com/frkanyilmaz2", "followers_url": "https://api.github.c...
[ { "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
[ "@frkanyilmaz2 ,\r\n\r\nHere are my observations. \r\n\r\nTf2.14 needs Python to be in 3.9-3.11 versions range. Please refer the source for tested configurations.Python <3.8 is not in supported range and may raise backward compatibility issues.\r\n \r\nFrom the error log it searching for `tensorflow-intel==2.14.0` ...
2023-10-27T11:41:27
2023-11-14T01:48:12
2023-11-14T01:48:10
NONE
null
null
null
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.14 ### Custom code Yes ### OS platform and distribution Ubuntu 20.04 ### Mobile device _No response_ ### Python version 3.9.18-slim-bullseye ### Bazel version _No resp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62248/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/62248/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62247
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62247/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62247/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62247/events
https://github.com/tensorflow/tensorflow/issues/62247
1,964,806,614
I_kwDOArmXAs51HJHW
62,247
Different Behavior of tf.raw_ops.DivNoNan+tf.raw_ops.Asin with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @zoux1a ,\r\n\r\nI have replicated the behaviour with jit_compile=True. With jit_compile=False and also by commenting out the code tf.config.run_functions_eagerly(False) the problem does not persist. Attached [gist](https://colab.research.google.com/gist/sushreebarsa/681ba89eaa46b5ed47781cb977dda47c/62247.ipynb...
2023-10-27T05:42:52
2023-12-30T01:48:19
2023-12-30T01:48:09
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62247/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/62247/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62246
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62246/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62246/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62246/events
https://github.com/tensorflow/tensorflow/issues/62246
1,964,746,206
I_kwDOArmXAs51G6Xe
62,246
Different Behavior of tf.raw_ops.Zeta with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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
[ "![image](https://github.com/tensorflow/tensorflow/assets/120479977/c5f8c38d-df65-42de-b1f5-15b414381983)\r\n\r\nI'm trying to recreate the issue, but the code i copied from your issue is not creating any inconsistency. or if it is then i am not able to figure out the inconsistency. \r\nthank you for your time!", ...
2023-10-27T04:30:50
2023-12-30T01:48:22
2023-12-30T01:48:11
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62246/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/62246/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62245
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62245/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62245/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62245/events
https://github.com/tensorflow/tensorflow/issues/62245
1,964,524,516
I_kwDOArmXAs51GEPk
62,245
Remove or update zh-cn translation from installation instructions
{ "login": "zcxsythenew", "id": 30565051, "node_id": "MDQ6VXNlcjMwNTY1MDUx", "avatar_url": "https://avatars.githubusercontent.com/u/30565051?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zcxsythenew", "html_url": "https://github.com/zcxsythenew", "followers_url": "https://api.github.com/...
[ { "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": 404586594, "node_id": "MDU6TGF...
open
false
{ "login": "joefernandez", "id": 931947, "node_id": "MDQ6VXNlcjkzMTk0Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/931947?v=4", "gravatar_id": "", "url": "https://api.github.com/users/joefernandez", "html_url": "https://github.com/joefernandez", "followers_url": "https://api.github.com/u...
[ { "login": "joefernandez", "id": 931947, "node_id": "MDQ6VXNlcjkzMTk0Nw==", "avatar_url": "https://avatars.githubusercontent.com/u/931947?v=4", "gravatar_id": "", "url": "https://api.github.com/users/joefernandez", "html_url": "https://github.com/joefernandez", "followers_url": "http...
null
[]
2023-10-26T23:37:26
2023-11-03T22:00:46
null
NONE
null
null
null
The latest version of Tensorflow does not support GPU on Windows Native. However, the [zh-cn translation](https://www.tensorflow.org/install/pip?hl=zh-cn) says nothing about it. The translation has now been outdated and misleading. When I tried to contribute to the [l10n](/tensorflow/docs-l10n/), I only found a "[DO_N...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62245/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/62245/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62244
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62244/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62244/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62244/events
https://github.com/tensorflow/tensorflow/issues/62244
1,964,412,579
I_kwDOArmXAs51Fo6j
62,244
non_max_suppression_padded is very slow and doesn't appear to be using a cuda or GPU implementation
{ "login": "EdIzaguirre", "id": 55713891, "node_id": "MDQ6VXNlcjU1NzEzODkx", "avatar_url": "https://avatars.githubusercontent.com/u/55713891?v=4", "gravatar_id": "", "url": "https://api.github.com/users/EdIzaguirre", "html_url": "https://github.com/EdIzaguirre", "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
[]
2023-10-26T21:43:55
2023-12-06T21:11:38
null
NONE
null
null
null
### Issue type Performance ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### G...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62244/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/62244/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62243
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62243/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62243/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62243/events
https://github.com/tensorflow/tensorflow/pull/62243
1,964,090,611
PR_kwDOArmXAs5d5aEV
62,243
[XLA:CPU] [oneDNN] Adding support for MatMul + BiasAdd fusion with oneDNN custom call rewrite
{ "login": "mahmoud-abuzaina", "id": 24963061, "node_id": "MDQ6VXNlcjI0OTYzMDYx", "avatar_url": "https://avatars.githubusercontent.com/u/24963061?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mahmoud-abuzaina", "html_url": "https://github.com/mahmoud-abuzaina", "followers_url": "https://...
[ { "id": 1133285679, "node_id": "MDU6TGFiZWwxMTMzMjg1Njc5", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/comp:xla", "name": "comp:xla", "color": "0052cc", "default": false, "description": "XLA" }, { "id": 1173072136, "node_id": "MDU6TGFiZWwxMTczMDcyMTM2", ...
closed
false
{ "login": "penpornk", "id": 38085909, "node_id": "MDQ6VXNlcjM4MDg1OTA5", "avatar_url": "https://avatars.githubusercontent.com/u/38085909?v=4", "gravatar_id": "", "url": "https://api.github.com/users/penpornk", "html_url": "https://github.com/penpornk", "followers_url": "https://api.github.com/users/pen...
[ { "login": "penpornk", "id": 38085909, "node_id": "MDQ6VXNlcjM4MDg1OTA5", "avatar_url": "https://avatars.githubusercontent.com/u/38085909?v=4", "gravatar_id": "", "url": "https://api.github.com/users/penpornk", "html_url": "https://github.com/penpornk", "followers_url": "https://api....
null
[ "Added @penpornk as reviewer based on her expertise.", "Hi @penpornk, Can you please review this PR ? Thank you!", "Replaced by https://github.com/openxla/xla/pull/7484." ]
2023-10-26T18:11:56
2023-12-05T15:45:40
2023-12-05T15:45:37
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62243", "html_url": "https://github.com/tensorflow/tensorflow/pull/62243", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62243.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62243.patch", "merged_at": null }
This PR enables OneDNN library call for the matched XLA HLO MatMul + BiasAdd patterns through custom_call instruction. In particular, this PR: 1. Renames oneDNN matmul rewriter pass and moves it after layout assignment pass. 2. Enables transposed input support for oneDNN matmul 3. Enables MatMul + BiasAdd pattern ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62243/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/62243/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62242
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62242/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62242/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62242/events
https://github.com/tensorflow/tensorflow/pull/62242
1,963,992,145
PR_kwDOArmXAs5d5Eg2
62,242
Update the hello word example link in build_convert.md
{ "login": "pjpratik", "id": 118897289, "node_id": "U_kgDOBxY6iQ", "avatar_url": "https://avatars.githubusercontent.com/u/118897289?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pjpratik", "html_url": "https://github.com/pjpratik", "followers_url": "https://api.github.com/users/pjpratik/...
[ { "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, ...
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 @Ferev, Can you please review this PR ? Thank you!", "Hi @Ferev, Can you please review this PR ? Thank you!" ]
2023-10-26T17:03:15
2023-12-06T15:20:09
2023-12-06T15:20:08
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62242", "html_url": "https://github.com/tensorflow/tensorflow/pull/62242", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62242.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62242.patch", "merged_at": "2023-12-...
The `evalute_test.cc` has been renamed to `hello_world_test.cc` with the commit https://github.com/tensorflow/tflite-micro/commit/51b11ee5258c3644d3716b8bc27e424b2cf9fdfa hence creating a broken link.
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62242/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/62242/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62241
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62241/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62241/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62241/events
https://github.com/tensorflow/tensorflow/issues/62241
1,963,188,776
I_kwDOArmXAs51A-Io
62,241
[RISCV64] can't link soft-float modules with double-float modules
{ "login": "qinhj", "id": 13825859, "node_id": "MDQ6VXNlcjEzODI1ODU5", "avatar_url": "https://avatars.githubusercontent.com/u/13825859?v=4", "gravatar_id": "", "url": "https://api.github.com/users/qinhj", "html_url": "https://github.com/qinhj", "followers_url": "https://api.github.com/users/qinhj/follow...
[ { "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
[ "@qinhj This issue occurs as the soft-float and double-float ABIs are incompatible. Due to this incompatibility between ABIs ,if you try to link soft-float modules with double-float modules, the linker will not be able to resolve the symbols between the two modules. That will cause this error. Please try to compile...
2023-10-26T10:19:46
2023-12-06T00:22:00
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version tf2.13.1 ### Custom code No ### OS platform and distribution Linux Ubuntu 23.04 (riscv64) ### Mobile device None ### Python version 3.11.4 ### Bazel ver...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62241/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/62241/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62240
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62240/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62240/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62240/events
https://github.com/tensorflow/tensorflow/issues/62240
1,963,155,104
I_kwDOArmXAs51A16g
62,240
Interpreter run crash
{ "login": "lyz1005", "id": 16696143, "node_id": "MDQ6VXNlcjE2Njk2MTQz", "avatar_url": "https://avatars.githubusercontent.com/u/16696143?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lyz1005", "html_url": "https://github.com/lyz1005", "followers_url": "https://api.github.com/users/lyz100...
[ { "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
[ "Hi @lyz1005, are imgData & imgOut both ByteBuffers? TFLite takes the ByteBuffer's capacity as the ByteBuffer's size, so ensure that imgOut has the correct capacity for your model's output. Can you share your model file so that we may reproduce? If you can share a toy project (export to zip in android studio) which...
2023-10-26T10:01:10
2023-12-16T01:48:33
2023-12-16T01:48:29
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code No ### OS platform and distribution _No response_ ### Mobile device Android 14 ### Python version _No response_ ### Bazel version...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62240/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/62240/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62239
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62239/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62239/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62239/events
https://github.com/tensorflow/tensorflow/issues/62239
1,962,904,246
I_kwDOArmXAs50_4q2
62,239
Different Behavior of tf.raw_ops.Cos+tf.raw_ops.exp with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "kenfranko", "id": 56562020, "node_id": "MDQ6VXNlcjU2NTYyMDIw", "avatar_url": "https://avatars.githubusercontent.com/u/56562020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kenfranko", "html_url": "https://github.com/kenfranko", "followers_url": "https://api.github.com/users/...
[ { "login": "kenfranko", "id": 56562020, "node_id": "MDQ6VXNlcjU2NTYyMDIw", "avatar_url": "https://avatars.githubusercontent.com/u/56562020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kenfranko", "html_url": "https://github.com/kenfranko", "followers_url": "https://a...
null
[ "I was able to reproduce the issue on tensorflow v2.14 and tf-nightly. Kindly find the gist of the [here](https://colab.research.google.com/gist/tilakrayal/20253cc4336cb315b1beff698664b218/untitled1422.ipynb).", "@zoux1a,\r\nThis is likely due to fusion, where the intermediate result may be computed and kept in f...
2023-10-26T07:39:11
2023-12-09T01:48:25
2023-12-09T01:48:22
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62239/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/62239/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62238
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62238/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62238/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62238/events
https://github.com/tensorflow/tensorflow/issues/62238
1,962,886,084
I_kwDOArmXAs50_0PE
62,238
Different Behavior of tf.raw_ops.Sin+tf.raw_ops.Asinh with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @zoux1a ,\r\n\r\nI have replicated the behaviour with jit_compile=True. With jit_compile=False and also by commenting out the code `tf.config.run_functions_eagerly(False)` the problem not persists. Attached [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/00c3e97bc115ab98e23a616aea8cfd19/62238_r1...
2023-10-26T07:27:13
2023-11-17T01:49:11
2023-11-17T01:49:06
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62238/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/62238/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62237
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62237/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62237/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62237/events
https://github.com/tensorflow/tensorflow/issues/62237
1,962,868,243
I_kwDOArmXAs50_v4T
62,237
Different Behavior of tf.raw_ops.Zeta+raw_ops.Cosh with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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, @zoux1a!\r\n\r\nI was able to replicate the issue reported [here](https://colab.research.google.com/gist/sushreebarsa/6005eacee2679e38843210e7ccf66778/62237.ipynb). Thank you!", "Hi @zoux1a ,\r\n\r\nI noticed an issue here.\r\n\r\nInside the `__call__` function you are generating the value for tensor, which ...
2023-10-26T07:16:18
2023-12-30T01:48:25
2023-12-30T01:48:12
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62237/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/62237/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62236
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62236/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62236/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62236/events
https://github.com/tensorflow/tensorflow/issues/62236
1,962,836,039
I_kwDOArmXAs50_oBH
62,236
Different Behavior of tf.raw_ops.Cosh with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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" }, { ...
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
[ "Hi @zoux1a ,\r\n\r\nThis is related to #62212.\r\n\r\nThis is happening with complex inputs and outputs are generating Inf values which have a bug in assertion. The fix is proposed in eigen repo which is linked in above ticket.\r\n", "@zoux1a,\r\nThe above PR which was raised in the eigen repo was merged, So cou...
2023-10-26T06:55:50
2024-06-12T11:16:44
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62236/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/62236/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62235
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62235/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62235/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62235/events
https://github.com/tensorflow/tensorflow/issues/62235
1,962,799,143
I_kwDOArmXAs50_fAn
62,235
Different Behavior of tf.raw_ops.Acos+tf.raw_ops.Xlogy with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 was able to reproduce the issue on tensorflow v2.14 and tf-nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/25172d93dd8d9981d8e84547a0046cfd/untitled1420.ipynb).", "Hi,\r\n\r\nThe difference in behavior can not be considered as an error, since it might be happening d...
2023-10-26T06:31:28
2023-12-22T01:48:52
2023-12-22T01:48:50
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62235/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/62235/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62234
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62234/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62234/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62234/events
https://github.com/tensorflow/tensorflow/issues/62234
1,962,776,658
I_kwDOArmXAs50_ZhS
62,234
Keras.fit stuck/error in TensorFlow 2.13/2.14 (TPU is fine, inference on GPU is fine, 2.11 GPU is fine)
{ "login": "edwardyehuang", "id": 3354448, "node_id": "MDQ6VXNlcjMzNTQ0NDg=", "avatar_url": "https://avatars.githubusercontent.com/u/3354448?v=4", "gravatar_id": "", "url": "https://api.github.com/users/edwardyehuang", "html_url": "https://github.com/edwardyehuang", "followers_url": "https://api.github....
[ { "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 @edwardyehuang ,\r\n\r\nCould you please confirm whether keras imported as stand alone package or from tf.keras? Also please submit some reproducible code snippet along with environment details.\r\n\r\nThanks!", "> Hi @edwardyehuang ,\r\n> \r\n> Could you please confirm whether keras imported as stand alone p...
2023-10-26T06:13:36
2024-03-14T10:37:18
2024-03-14T10:36:20
CONTRIBUTOR
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.14 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04 ### Mobile device _No response_ ### Python version 3.9 ### Bazel version _...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62234/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/62234/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62233
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62233/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62233/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62233/events
https://github.com/tensorflow/tensorflow/issues/62233
1,962,765,628
I_kwDOArmXAs50_W08
62,233
Different Behavior of tf.raw_ops.RightShift with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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
[ "Hi, @zoux1a !\r\n I tried to replicate the issue with JIT compilation enabled (jit_compile=True) and (jit_compile=False), but didn't face the error reported. Please find the attached [gist](https://colab.research.google.com/gist/sushreebarsa/2b7681ef3f22e9ffcf4d874452ecf437/untitled900.ipynb#scrollTo=WrcG14n_aWq8)...
2023-10-26T06:03:44
2023-11-16T01:49:17
2023-11-16T01:49:15
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62233/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/62233/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62232
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62232/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62232/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62232/events
https://github.com/tensorflow/tensorflow/pull/62232
1,962,147,219
PR_kwDOArmXAs5dywGH
62,232
Bump werkzeug from 3.0.0 to 3.0.1
{ "login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://a...
[ { "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" }, { "id": 2421643380, "node_id": "MDU6TGFiZWwyN...
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
[ "Looks like werkzeug is up-to-date now, so this is no longer needed." ]
2023-10-25T20:07:34
2023-10-31T18:37:15
2023-10-31T18:37:07
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62232", "html_url": "https://github.com/tensorflow/tensorflow/pull/62232", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62232.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62232.patch", "merged_at": null }
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.0 to 3.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/werkzeug/releases">werkzeug's releases</a>.</em></p> <blockquote> <h2>3.0.1</h2> <p>This is a security release for the 3.0.x feature branch.</p> <...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62232/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/62232/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62231
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62231/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62231/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62231/events
https://github.com/tensorflow/tensorflow/issues/62231
1,962,141,012
I_kwDOArmXAs508-VU
62,231
tf.saved_model.save gives error with concrete function
{ "login": "shashwatj07", "id": 52609734, "node_id": "MDQ6VXNlcjUyNjA5NzM0", "avatar_url": "https://avatars.githubusercontent.com/u/52609734?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shashwatj07", "html_url": "https://github.com/shashwatj07", "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": "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 @shashwatj07 ,\r\n\r\nI have replicated the reported error. Attaching [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/59315c17842502f5f9d89d1ab67793e9/62231.ipynb) here for reference. Will look into the issue and keep you posted.\r\n\r\nThanks!", "Thanks! @SuryanarayanaY \r\nIs there any updated d...
2023-10-25T20:03:40
2024-02-13T01:47:20
2024-02-13T01:47:14
NONE
null
null
null
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version v2.11.0-rc2-17-gd5b57ca93e5 ### Custom code Yes ### OS platform and distribution CentOS 7 (Core) ### Mobile device _No response_ ### Python version 3....
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62231/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/62231/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62230
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62230/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62230/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62230/events
https://github.com/tensorflow/tensorflow/pull/62230
1,962,013,736
PR_kwDOArmXAs5dyTOs
62,230
Update accelerator_util.py
{ "login": "gautam1858", "id": 4949778, "node_id": "MDQ6VXNlcjQ5NDk3Nzg=", "avatar_url": "https://avatars.githubusercontent.com/u/4949778?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gautam1858", "html_url": "https://github.com/gautam1858", "followers_url": "https://api.github.com/users...
[ { "id": 1169365682, "node_id": "MDU6TGFiZWwxMTY5MzY1Njgy", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/size:L", "name": "size:L", "color": "adafea", "default": false, "description": "CL Change Size: Large" }, { "id": 1593512946, "node_id": "MDU6TGFiZWwxN...
closed
true
{ "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 think this PR is far away from being ready to be merged.\r\n\r\nIt is not clear of the merits of the changes, and the description is inconsistent with the actual changes;\r\nfor example all of the docstrings have been removed while the description claimed improvements in the docstring. \r\n", "Please don't use...
2023-10-25T18:41:41
2023-11-01T01:14:40
2023-10-28T20:19:37
CONTRIBUTOR
spam
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62230", "html_url": "https://github.com/tensorflow/tensorflow/pull/62230", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62230.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62230.patch", "merged_at": null }
1. Introduced an AcceleratorType class to define accelerator types for better clarity. 2. Created an AcceleratorSystem class to encapsulate the accelerator system's functionality. 3. Removed global variables and used instance variables within the AcceleratorSystem class. 4. Simplified the code structure and made ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62230/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/62230/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62229
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62229/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62229/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62229/events
https://github.com/tensorflow/tensorflow/issues/62229
1,961,346,550
I_kwDOArmXAs5058X2
62,229
Loading MoViNet saved_model in tensorflow 2.7 throws FileNotFoundError: Op type not registered 'DisableCopyOnRead' in binary running
{ "login": "hammad-ali1", "id": 72652305, "node_id": "MDQ6VXNlcjcyNjUyMzA1", "avatar_url": "https://avatars.githubusercontent.com/u/72652305?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hammad-ali1", "html_url": "https://github.com/hammad-ali1", "followers_url": "https://api.github.com/...
[ { "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": 1105108936, "node_id": "MDU6TGFiZ...
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
[ "@yuanliangzhe @yeqingli Can you guys please give me any pointers on how to build and export the MoViNet model in tensorflow 2.7 without relying on tf-models-official package. Or alternatively, load an already exported saved_model in tf 2.7. Note that, the tflite version of the model loads fine. It is the saved_mo...
2023-10-25T12:48:03
2023-11-18T15:37:42
2023-11-18T15:37:14
NONE
null
null
null
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version tf 2.7 ### Custom code Yes ### OS platform and distribution Linux Ubuntu 18.04 ### Mobile device _No response_ ### Python version 3.6 ### Bazel version _No response_ ### GCC/com...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62229/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/62229/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62228
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62228/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62228/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62228/events
https://github.com/tensorflow/tensorflow/issues/62228
1,961,277,295
I_kwDOArmXAs505rdv
62,228
TFLITE does not compile with CMake in Visual Studio 2019
{ "login": "MVoloshin", "id": 11507146, "node_id": "MDQ6VXNlcjExNTA3MTQ2", "avatar_url": "https://avatars.githubusercontent.com/u/11507146?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MVoloshin", "html_url": "https://github.com/MVoloshin", "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
[ "Just hit same issue.\r\n\r\nYou can try injecting the pre-processor defn straight through by putting it in the cxx flags default value...\r\n\r\ncmake -E env CXXFLAGS=\"/DTFLITE_MMAP_DISABLED\" cmake ..", "> Just hit same issue.\r\n> \r\n> You can try injecting the pre-processor defn straight through by putting ...
2023-10-25T12:16:10
2023-11-02T18:23:37
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf-master ### Custom code Yes ### OS platform and distribution Windows 7 SP1 x64 ### Mobile device _No response_ ### Python version 3.11 ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62228/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/62228/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62227
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62227/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62227/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62227/events
https://github.com/tensorflow/tensorflow/issues/62227
1,961,080,813
I_kwDOArmXAs5047ft
62,227
TensorflowLite C API not linking with TensorflowLite_Flex delegate (Automatically or manually)
{ "login": "SagaraBattousai", "id": 13040520, "node_id": "MDQ6VXNlcjEzMDQwNTIw", "avatar_url": "https://avatars.githubusercontent.com/u/13040520?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SagaraBattousai", "html_url": "https://github.com/SagaraBattousai", "followers_url": "https://api...
[ { "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
[ "@SagaraBattousai Could you please make sure that Flex delegate was built correctly, you may use the following command to check it;\r\n```\r\nbazel build -c opt --config=monolithic tensorflow/lite/delegates/flex:tensorflowlite_flex\r\n```\r\nPlease let us know? Thank you!", "This issue is stale because it has bee...
2023-10-25T10:37:53
2024-03-31T08:31:16
2023-11-15T01:49:15
NONE
null
null
null
### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: - **OS Platform and Distribution**: Windows 11 - **Mobile device**: Additionally happens on Android 14 Pixel 7a - **TensorFlowLite installed from (source or binary)**: C API bu...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62227/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/62227/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62226
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62226/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62226/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62226/events
https://github.com/tensorflow/tensorflow/issues/62226
1,961,016,137
I_kwDOArmXAs504rtJ
62,226
crop bounding boxes
{ "login": "maciejskorski", "id": 31315784, "node_id": "MDQ6VXNlcjMxMzE1Nzg0", "avatar_url": "https://avatars.githubusercontent.com/u/31315784?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maciejskorski", "html_url": "https://github.com/maciejskorski", "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": "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
[]
2023-10-25T10:02:44
2023-11-29T21:27:27
null
NONE
null
null
null
### Issue type Feature Request ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.12.0 ### Custom code Yes ### OS platform and distribution Linux ### Mobile device _No response_ ### Python version _No response_ ### Baze...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62226/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/62226/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62225
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62225/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62225/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62225/events
https://github.com/tensorflow/tensorflow/issues/62225
1,960,962,062
I_kwDOArmXAs504egO
62,225
tensorflow new(sz=18446744073709551615) got std::bad_alloc
{ "login": "haolujun", "id": 10751631, "node_id": "MDQ6VXNlcjEwNzUxNjMx", "avatar_url": "https://avatars.githubusercontent.com/u/10751631?v=4", "gravatar_id": "", "url": "https://api.github.com/users/haolujun", "html_url": "https://github.com/haolujun", "followers_url": "https://api.github.com/users/hao...
[ { "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
[ "@haolujun,\r\nWe see that you are using tf version 1.14, 1.x is not actively supported, please update to 2.x and let us know if you are facing the same issue.\r\n\r\nAlso please try to install the tensorflow latest stable version from the official [document](https://www.tensorflow.org/install) and refer to the[mig...
2023-10-25T09:33:40
2023-11-10T01:48:12
2023-11-10T01:48:09
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version tf 1.14.0 ### Custom code No ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version 3.7.2 ### Bazel version unknown ### GCC/compiler versio...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62225/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/62225/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62224
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62224/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62224/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62224/events
https://github.com/tensorflow/tensorflow/issues/62224
1,960,920,101
I_kwDOArmXAs504UQl
62,224
how to self-hosting docs of old version
{ "login": "freeminder89", "id": 7079596, "node_id": "MDQ6VXNlcjcwNzk1OTY=", "avatar_url": "https://avatars.githubusercontent.com/u/7079596?v=4", "gravatar_id": "", "url": "https://api.github.com/users/freeminder89", "html_url": "https://github.com/freeminder89", "followers_url": "https://api.github.com...
[ { "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": 1162044565, "node_id": "MDU6TGFiZ...
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 @freeminder89 ,\r\n\r\nTensorflow maintains its API documentation in tensorflow.org itself for all older versions. You can have a look of those [here](https://www.tensorflow.org/versions).", "@SuryanarayanaY \r\nold version doc link goes to https://github.com/tensorflow/docs/tree/r1.12/site/en/api_docs\r\nall...
2023-10-25T09:11:01
2023-10-27T19:27:37
2023-10-27T19:27:35
NONE
null
null
null
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 1.12 ### Custom code No ### 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/62224/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/62224/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62223
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62223/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62223/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62223/events
https://github.com/tensorflow/tensorflow/issues/62223
1,960,859,833
I_kwDOArmXAs504Fi5
62,223
Different Behavior of tf.raw_ops.Cos+tf.raw_ops.LeakyRelu with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @zoux1a ,\r\n\r\nI have replicated the behaviour with jit_compile=True. With jit_compile=False and also by commenting out the code tf.config.run_functions_eagerly(False) the problem does not persist. Attached [gist](https://colab.research.google.com/gist/sushreebarsa/4ea5571eb6f9f8b3ec85661da80ecfbf/untitled899...
2023-10-25T08:38:44
2023-12-13T16:10:12
2023-11-26T01:49:36
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62223/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/62223/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62222
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62222/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62222/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62222/events
https://github.com/tensorflow/tensorflow/issues/62222
1,960,818,136
I_kwDOArmXAs5037XY
62,222
Different Behavior of tf.raw_ops.Cos+tf.raw_ops.Asin with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @zoux1a ,\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/13a22e87001605bcd1ab51c8d6547366/62222_tf-2-14-2-15-nightly-v.ipynb) here for reference.\r\n\r\nThank you!", "Hi @zoux1a ,\r\n\r\n...
2023-10-25T08:17:09
2023-12-21T01:48:54
2023-12-21T01:48:51
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62222/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/62222/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62221
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62221/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62221/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62221/events
https://github.com/tensorflow/tensorflow/issues/62221
1,960,789,466
I_kwDOArmXAs5030Xa
62,221
Different Behavior of tf.raw_ops.Sin+tf.raw_ops.Acos with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "kenfranko", "id": 56562020, "node_id": "MDQ6VXNlcjU2NTYyMDIw", "avatar_url": "https://avatars.githubusercontent.com/u/56562020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kenfranko", "html_url": "https://github.com/kenfranko", "followers_url": "https://api.github.com/users/...
[ { "login": "kenfranko", "id": 56562020, "node_id": "MDQ6VXNlcjU2NTYyMDIw", "avatar_url": "https://avatars.githubusercontent.com/u/56562020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kenfranko", "html_url": "https://github.com/kenfranko", "followers_url": "https://a...
null
[ "I was able to reproduce the issue on tensorflow v2.14 and tf-nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/668d97535a6a275d30801becf08cced9/untitled1419.ipynb). ", "This is likely due to fusion, where the intermediate result may be computed and kept in float32 in th...
2023-10-25T08:00:07
2023-12-09T01:48:27
2023-12-09T01:48:24
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62221/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/62221/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62220
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62220/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62220/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62220/events
https://github.com/tensorflow/tensorflow/issues/62220
1,960,695,256
I_kwDOArmXAs503dXY
62,220
Different Behavior of tf.raw_ops.Asinh with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "kenfranko", "id": 56562020, "node_id": "MDQ6VXNlcjU2NTYyMDIw", "avatar_url": "https://avatars.githubusercontent.com/u/56562020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kenfranko", "html_url": "https://github.com/kenfranko", "followers_url": "https://api.github.com/users/...
[ { "login": "kenfranko", "id": 56562020, "node_id": "MDQ6VXNlcjU2NTYyMDIw", "avatar_url": "https://avatars.githubusercontent.com/u/56562020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kenfranko", "html_url": "https://github.com/kenfranko", "followers_url": "https://a...
null
[ "Hi @zoux1a , I have replicated the reported behaviour.The difference is quite large here. Attached [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/428a70171b773471a1fe09ec2d933485/62220.ipynb) for reference.\r\n\r\nNeeds to check the reason for this behaviour. Thanks!" ]
2023-10-25T07:04:01
2023-10-26T17:42:19
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62220/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/62220/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62219
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62219/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62219/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62219/events
https://github.com/tensorflow/tensorflow/issues/62219
1,960,673,992
I_kwDOArmXAs503YLI
62,219
Different Behavior of tf.raw_ops.Ndtri with jit_compile=True
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @zoux1a ,\r\n\r\nI have replicated the behaviour with jit_compile=True and jit_compile=False. Attached [gist](https://colab.research.google.com/gist/sushreebarsa/9ea1ceded74222f4f215b736bbeaea2c/62219.ipynb#scrollTo=p-CaW0DpSLVm) for reference. Thank you!", "It produces the result with `jit_compile=True` as `...
2023-10-25T06:50:18
2023-11-26T01:49:44
2023-11-26T01:49:38
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62219/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/62219/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62218
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62218/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62218/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62218/events
https://github.com/tensorflow/tensorflow/issues/62218
1,960,526,163
I_kwDOArmXAs5020FT
62,218
TypeError: tensor_equals() missing 1 required positional argument: 'other' #47390
{ "login": "MrWangg1992", "id": 31319863, "node_id": "MDQ6VXNlcjMxMzE5ODYz", "avatar_url": "https://avatars.githubusercontent.com/u/31319863?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MrWangg1992", "html_url": "https://github.com/MrWangg1992", "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": "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 @MrWangg1992 ,\r\n\r\nCould you please provide the imports for aliases like K and other imports as well to reproduce the reported error ?", "Also try with latest versions since Tf2.3 is quiet older.", "> Hi @MrWangg1992 ,\r\n> \r\n> Could you please provide the imports for aliases like K and other imports a...
2023-10-25T04:44:53
2023-11-26T01:49:47
2023-11-26T01:49:39
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.3 ### Custom code Yes ``` class CoordinateChannel(Layer): """ Adds Coordinate Channels to the input tensor. # Arguments rank: An integer, the rank ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62218/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/62218/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62217
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62217/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62217/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62217/events
https://github.com/tensorflow/tensorflow/issues/62217
1,960,327,245
I_kwDOArmXAs502DhN
62,217
TypeError: this __dict__ descriptor does not support '_DictWrapper' objects
{ "login": "mattdangerw", "id": 1389937, "node_id": "MDQ6VXNlcjEzODk5Mzc=", "avatar_url": "https://avatars.githubusercontent.com/u/1389937?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mattdangerw", "html_url": "https://github.com/mattdangerw", "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": "rohan100jain", "id": 144114, "node_id": "MDQ6VXNlcjE0NDExNA==", "avatar_url": "https://avatars.githubusercontent.com/u/144114?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rohan100jain", "html_url": "https://github.com/rohan100jain", "followers_url": "https://api.github.com/u...
[ { "login": "rohan100jain", "id": 144114, "node_id": "MDQ6VXNlcjE0NDExNA==", "avatar_url": "https://avatars.githubusercontent.com/u/144114?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rohan100jain", "html_url": "https://github.com/rohan100jain", "followers_url": "http...
null
[ "@sachinprasadhs,\r\nI was able to reproduce the issue on tf-[nightly](https://colab.research.google.com/gist/tilakrayal/929175f4ba6ee4b734402c76d6e94173/dict_output_bug.ipynb) -2.16.0-dev20231026. Kindly find the gist of it here.", "Is there an easy patch to fix this for TF2.15? E.g. can I just downrev typing_ex...
2023-10-25T01:11:31
2024-06-11T17:07:50
2024-02-15T01:47:26
MEMBER
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version nightly ### Custom code Yes ### OS platform and distribution Colab ### Python version 3.10 ### Current behavior? - Install a clean tensorflow environment ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62217/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/62217/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62216
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62216/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62216/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62216/events
https://github.com/tensorflow/tensorflow/pull/62216
1,960,290,061
PR_kwDOArmXAs5dseqv
62,216
r2.15 cherry-pick: 66681ea34be "Add missing headers to the Windows Libtensorflow archive"
{ "login": "tensorflow-jenkins", "id": 16359713, "node_id": "MDQ6VXNlcjE2MzU5NzEz", "avatar_url": "https://avatars.githubusercontent.com/u/16359713?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tensorflow-jenkins", "html_url": "https://github.com/tensorflow-jenkins", "followers_url": "ht...
[]
closed
false
null
[]
null
[ "@learning-to-play The Windows libtensorflow archive is missing few header files. Due to this, Windows users are running into errors when trying to use Libtensorflow (see https://github.com/tensorflow/tensorflow/issues/59762 and https://github.com/tensorflow/tensorflow/issues/61964). This PR amends the Windows libt...
2023-10-25T00:21:47
2024-04-10T19:05:02
2024-04-10T19:04:59
COLLABORATOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62216", "html_url": "https://github.com/tensorflow/tensorflow/pull/62216", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62216.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62216.patch", "merged_at": null }
Refer to the original commit: https://github.com/tensorflow/tensorflow/commit/66681ea34bee93fa359486458f92ceea864cc6de
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62216/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/62216/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62215
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62215/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62215/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62215/events
https://github.com/tensorflow/tensorflow/issues/62215
1,960,258,372
I_kwDOArmXAs501ytE
62,215
Tensorflow Partitioned Variable checkpoint Inconsistency
{ "login": "hmc-cs-mdrissi", "id": 16809055, "node_id": "MDQ6VXNlcjE2ODA5MDU1", "avatar_url": "https://avatars.githubusercontent.com/u/16809055?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hmc-cs-mdrissi", "html_url": "https://github.com/hmc-cs-mdrissi", "followers_url": "https://api.gi...
[ { "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": "jamesmullenbach", "id": 6721195, "node_id": "MDQ6VXNlcjY3MjExOTU=", "avatar_url": "https://avatars.githubusercontent.com/u/6721195?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jamesmullenbach", "html_url": "https://github.com/jamesmullenbach", "followers_url": "https://api.g...
[ { "login": "jamesmullenbach", "id": 6721195, "node_id": "MDQ6VXNlcjY3MjExOTU=", "avatar_url": "https://avatars.githubusercontent.com/u/6721195?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jamesmullenbach", "html_url": "https://github.com/jamesmullenbach", "followers_...
null
[ "I think logic that allows legacy.optimizer variables to handle sharding with checkpointing lives [here](https://github.com/keras-team/keras/blob/68f9af408a1734704746f7e6fa9cfede0d6879d8/keras/optimizers/legacy/optimizer_v2.py#L936), _create_slots_for_sharded_variables while new experimental.optimizer is missing eq...
2023-10-24T23:38:46
2023-12-20T04:14:32
2023-12-12T21:46:52
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14 ### Custom code No ### OS platform and distribution Mac/Linux ### Mobile device _No response_ ### Python version 3.9 ### Bazel version _No response_ ### GCC/compiler version _N...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62215/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/62215/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62214
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62214/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62214/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62214/events
https://github.com/tensorflow/tensorflow/issues/62214
1,959,663,022
I_kwDOArmXAs50zhWu
62,214
Get XNNPACK Profiling Info in TfLite Example
{ "login": "FabianSchuetze", "id": 10357496, "node_id": "MDQ6VXNlcjEwMzU3NDk2", "avatar_url": "https://avatars.githubusercontent.com/u/10357496?v=4", "gravatar_id": "", "url": "https://api.github.com/users/FabianSchuetze", "html_url": "https://github.com/FabianSchuetze", "followers_url": "https://api.gi...
[ { "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": "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
[ "Hi @FabianSchuetze \r\n\r\nAs per the [documentation](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/examples/label_image), to use XNNPACK delegate we have to set flag `-x 1`. Have you tried this flag along with profiling and see if XNNPACK profiling information is visible?\r\n\r\nThanks.", ...
2023-10-24T16:39:45
2023-11-10T18:24:40
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version master branch ### Custom code No ### OS platform and distribution Ubuntu 222.04 ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### G...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62214/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/62214/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62213
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62213/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62213/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62213/events
https://github.com/tensorflow/tensorflow/pull/62213
1,959,633,195
PR_kwDOArmXAs5dqSyR
62,213
[BugFix] : Update padding computation for TFL->TOSA for transpose_conv.
{ "login": "sahas3", "id": 5185083, "node_id": "MDQ6VXNlcjUxODUwODM=", "avatar_url": "https://avatars.githubusercontent.com/u/5185083?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sahas3", "html_url": "https://github.com/sahas3", "followers_url": "https://api.github.com/users/sahas3/foll...
[ { "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": 1169364458, ...
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
[ "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/62213/checks?check_run_...
2023-10-24T16:23:07
2024-06-07T16:31:17
null
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62213", "html_url": "https://github.com/tensorflow/tensorflow/pull/62213", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62213.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62213.patch", "merged_at": null }
This change fixes the padding computation for translating `tfl.transpose_conv` to `tosa.transpose_conv2d` as per the padding definition change for the padding attribute in TOSA spec in https://git.mlplatform.org/tosa/specification.git/commit/?id=eda7b126d3914e9461cf014439b3571b9e6a9c41 For more info, please refer to...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62213/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/62213/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62212
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62212/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62212/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62212/events
https://github.com/tensorflow/tensorflow/issues/62212
1,959,479,034
I_kwDOArmXAs50y0b6
62,212
Different behaviors of raw_ops.Sigmoid can be observed when jitcompiled=true.
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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" }, { ...
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
[ "Hi **@zoux1a** ,\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/b35628ec856171b2cede047c4df29001/62212_gpu_2-14-2-15-nightly.ipynb) here for reference.\r\n\r\nThank you!", "Hi @zoux1a ,\r\n\...
2023-10-24T15:04:47
2024-06-12T11:08:04
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62212/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/62212/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62211
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62211/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62211/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62211/events
https://github.com/tensorflow/tensorflow/issues/62211
1,959,453,075
I_kwDOArmXAs50yuGT
62,211
Different behaviors of raw_ops.Expm1 can be observed when jitcompiled=true.
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 and tf-nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/a7a8aa205d7c0d5e8acd3ff09a96bbda/untitled1416.ipynb).", "I did not observe any inconsistencies when `jit_compile = True` and `jit_compile =...
2023-10-24T14:53:50
2023-11-29T01:49:31
2023-11-29T01:49:16
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62211/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/62211/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62210
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62210/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62210/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62210/events
https://github.com/tensorflow/tensorflow/issues/62210
1,959,165,128
I_kwDOArmXAs50xnzI
62,210
Missing `'tensorflow.python.training.tracking'` in version 2.14.0; cannot load pickled model
{ "login": "dpiras", "id": 25639122, "node_id": "MDQ6VXNlcjI1NjM5MTIy", "avatar_url": "https://avatars.githubusercontent.com/u/25639122?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dpiras", "html_url": "https://github.com/dpiras", "followers_url": "https://api.github.com/users/dpiras/fo...
[ { "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": 473184161, "node_id": "MDU6TGFiZWw0NzMxODQxNjE=", ...
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 @dpiras ,\r\n\r\nCould you please confirm whether the pickled model is of Tf2.14V. It seems there is shuffle in the module causing this error. \r\n\r\nThe changes may happens in versions we need to change the imports accordingly.Also Tensorflow has its own APIs for serialization and deserialization.It is recomm...
2023-10-24T12:38:58
2023-11-09T16:01:20
2023-11-09T16:01:17
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Google Colab ### Mobile device _No response_ ### Python version 3.10 ### Bazel version _...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62210/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/62210/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62209
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62209/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62209/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62209/events
https://github.com/tensorflow/tensorflow/issues/62209
1,959,152,288
I_kwDOArmXAs50xkqg
62,209
Deserialization issues with non-default dtypes
{ "login": "AlexanderLutsenko", "id": 2457934, "node_id": "MDQ6VXNlcjI0NTc5MzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/2457934?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AlexanderLutsenko", "html_url": "https://github.com/AlexanderLutsenko", "followers_url": "https:/...
[ { "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
[ "@AlexanderLutsenko Could you please try to use a different saving format as` tf.keras.models.save_model()` function.\r\nThis issue seems to be fixed in TF v2.16 or nightly. Hope this helps?\r\nThank you!``", "@sushreebarsa I tried `.h5`, `.keras` and `SavedModel` formats, no luck. \r\nYes, the problem is not pre...
2023-10-24T12:31:00
2023-11-06T09:32:20
2023-11-06T09:32:18
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version tf v2.14.0-rc1-21-g4dacf3f368e ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No re...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62209/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/62209/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62208
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62208/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62208/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62208/events
https://github.com/tensorflow/tensorflow/issues/62208
1,958,971,757
I_kwDOArmXAs50w4lt
62,208
//tensorflow/python/eager:forwardprop_test test fails on AARCH64
{ "login": "elfringham", "id": 10442001, "node_id": "MDQ6VXNlcjEwNDQyMDAx", "avatar_url": "https://avatars.githubusercontent.com/u/10442001?v=4", "gravatar_id": "", "url": "https://api.github.com/users/elfringham", "html_url": "https://github.com/elfringham", "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
null
[]
null
[ "Issue raised on Eigen https://gitlab.com/libeigen/eigen/-/issues/2738", "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...
2023-10-24T10:38:38
2023-10-24T20:28:16
2023-10-24T20:28:13
CONTRIBUTOR
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version git HEAD ### Custom code No ### OS platform and distribution Ubuntu 20.04 ### Mobile device n/a ### Python version 3.9.17 ### Bazel version 6.1.0 ### GCC/compiler version 17.0.0 #...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62208/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/62208/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62207
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62207/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62207/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62207/events
https://github.com/tensorflow/tensorflow/issues/62207
1,958,886,697
I_kwDOArmXAs50wj0p
62,207
Different behaviors of raw_ops.Cos + raw_ops.Asinh on jitcompiled=true.
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 and tf-nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/00fa658574f245690a738f7cc36bf231/untitled.ipynb).", "I observed the failure is happening only when `jit_compile = True`, and it is under t...
2023-10-24T09:44:43
2023-11-29T01:49:34
2023-11-29T01:49:18
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62207/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/62207/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62206
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62206/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62206/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62206/events
https://github.com/tensorflow/tensorflow/issues/62206
1,958,857,864
I_kwDOArmXAs50wcyI
62,206
Different behaviors of raw_ops.Sigmoid can be observed when jitcompiled=true.
{ "login": "zoux1a", "id": 100054206, "node_id": "U_kgDOBfa0vg", "avatar_url": "https://avatars.githubusercontent.com/u/100054206?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zoux1a", "html_url": "https://github.com/zoux1a", "followers_url": "https://api.github.com/users/zoux1a/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": "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 @zoux1a ,\r\n\r\nI have replicated the reported behaviour. With jit_compile=True the results seems not in the precision level of `rtol=0.001`. If we change `rtol=0.01` then the results are same.\r\n\r\nOne more observation the behaviour seems from `eager = False`. With eager execution it works fine with given t...
2023-10-24T09:28:06
2023-12-13T16:07:03
2023-11-26T01:49:41
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62206/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/62206/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62205
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62205/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62205/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62205/events
https://github.com/tensorflow/tensorflow/issues/62205
1,958,754,421
I_kwDOArmXAs50wDh1
62,205
Bug/Problem when ploting the result of `tf.image.resize`. Solution is given to the problem
{ "login": "VachanVY", "id": 109357590, "node_id": "U_kgDOBoSqFg", "avatar_url": "https://avatars.githubusercontent.com/u/109357590?v=4", "gravatar_id": "", "url": "https://api.github.com/users/VachanVY", "html_url": "https://github.com/VachanVY", "followers_url": "https://api.github.com/users/VachanVY/...
[ { "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
[ "@VachanVY isn't that a 'problem' with pyplot?\r\nFrom what I remember, if the image is given as `uint` then it expects range 0-255. If it is given as `float`, it expects 0-1.\r\nSo resizing the image might change the output format to `float` with range 0-255, thus requiring you to divide by 255 or casting back to...
2023-10-24T08:24:07
2023-12-09T02:18:18
null
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 3.10.12 ### Bazel versi...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62205/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/62205/timeline
null
reopened
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62204
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62204/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62204/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62204/events
https://github.com/tensorflow/tensorflow/issues/62204
1,958,728,263
I_kwDOArmXAs50v9JH
62,204
Float32 precision loss causing cross_entropy loss to return incorrect results
{ "login": "cui-83", "id": 38047701, "node_id": "MDQ6VXNlcjM4MDQ3NzAx", "avatar_url": "https://avatars.githubusercontent.com/u/38047701?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cui-83", "html_url": "https://github.com/cui-83", "followers_url": "https://api.github.com/users/cui-83/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": "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
[ "@cui-83 can you try calculating the loss directly from logits? \r\nFrom what I understand this is advised to do exactly for this reason.", "@maksym33 \r\nIndeed the symmetry is preserved when using logits:\r\n```\r\n>>> K.binary_crossentropy([[0.0],[1.0]],[[9.99],[-9.99]], from_logits=True)\r\n<tf.Tensor: shape=...
2023-10-24T08:06:53
2023-12-15T01:49:36
2023-12-15T01:49:31
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.8 ### 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/62204/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/62204/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62203
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62203/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62203/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62203/events
https://github.com/tensorflow/tensorflow/issues/62203
1,958,471,533
I_kwDOArmXAs50u-dt
62,203
tf.random.normal() causes RAM usage to keep growing
{ "login": "Djoren", "id": 10808578, "node_id": "MDQ6VXNlcjEwODA4NTc4", "avatar_url": "https://avatars.githubusercontent.com/u/10808578?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Djoren", "html_url": "https://github.com/Djoren", "followers_url": "https://api.github.com/users/Djoren/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" }, { ...
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
[ "Try `K.clear_session()` to delete unused graph parts. It might also be that the garbage collector will kick in further along the line,", "@Djoren,\r\nI tried to execute the above mentioned code on tensorflow v2.14 & it was executed without any error and also observed that the RAM usage is also not growing as men...
2023-10-24T04:06:40
2024-06-11T12:46:19
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.13.0 ### Custom code No ### OS platform and distribution macOS Venture 13.1 (22C65) ### Mobile device _No response_ ### Python version 3.8.3 ### Bazel version _No response_ ### GCC...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62203/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/62203/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62202
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62202/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62202/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62202/events
https://github.com/tensorflow/tensorflow/pull/62202
1,958,204,964
PR_kwDOArmXAs5dlfDI
62,202
Fix Memory Alignment tests on Windows
{ "login": "mraunak", "id": 83710963, "node_id": "MDQ6VXNlcjgzNzEwOTYz", "avatar_url": "https://avatars.githubusercontent.com/u/83710963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mraunak", "html_url": "https://github.com/mraunak", "followers_url": "https://api.github.com/users/mrauna...
[ { "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-10-23T23:36:10
2023-11-03T04:56:04
2023-11-03T04:56:04
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62202", "html_url": "https://github.com/tensorflow/tensorflow/pull/62202", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62202.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62202.patch", "merged_at": "2023-11-...
This PR addresses the ManualConstructor tests that verify memory alignment on the different platforms. The change resolves the byte-alignment error for long double data types and the memory alignment test passes successfully for both CLANG and MSVC compilers on the Windows platform.
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62202/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/62202/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62201
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62201/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62201/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62201/events
https://github.com/tensorflow/tensorflow/pull/62201
1,957,750,961
PR_kwDOArmXAs5dj73O
62,201
Update curl from 8.2.1 to 8.4.0
{ "login": "rtg0795", "id": 36429068, "node_id": "MDQ6VXNlcjM2NDI5MDY4", "avatar_url": "https://avatars.githubusercontent.com/u/36429068?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rtg0795", "html_url": "https://github.com/rtg0795", "followers_url": "https://api.github.com/users/rtg079...
[]
closed
false
null
[]
null
[]
2023-10-23T18:19:31
2023-10-24T01:24:02
2023-10-24T01:24:02
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62201", "html_url": "https://github.com/tensorflow/tensorflow/pull/62201", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62201.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62201.patch", "merged_at": "2023-10-...
PiperOrigin-RevId: 572723857
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62201/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/62201/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62200
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62200/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62200/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62200/events
https://github.com/tensorflow/tensorflow/issues/62200
1,957,724,636
I_kwDOArmXAs50sIHc
62,200
Error when building from source: AddKernelActivityEvent<TF_CUPTI_HAS_CHANNEL_ID> ‘TF_CUPTI_HAS_CHANNEL_ID’ was not declared in this scope
{ "login": "Lip651", "id": 43471995, "node_id": "MDQ6VXNlcjQzNDcxOTk1", "avatar_url": "https://avatars.githubusercontent.com/u/43471995?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Lip651", "html_url": "https://github.com/Lip651", "followers_url": "https://api.github.com/users/Lip651/fo...
[ { "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
[ "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/62200\">Yes</a>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQ...
2023-10-23T18:04:55
2023-10-25T05:47:30
2023-10-25T05:47:02
NONE
null
null
null
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.13 ### Custom code Yes ### OS platform and distribution Linux Ubuntu 20.04.6 LTS ### Mobile device _No response_ ### Python version 3.8.10 ### Bazel version 6.1.0 ### GCC...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62200/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/62200/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62199
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62199/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62199/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62199/events
https://github.com/tensorflow/tensorflow/pull/62199
1,957,724,007
PR_kwDOArmXAs5dj18W
62,199
Update tpu_util.py
{ "login": "gautam1858", "id": 4949778, "node_id": "MDQ6VXNlcjQ5NDk3Nzg=", "avatar_url": "https://avatars.githubusercontent.com/u/4949778?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gautam1858", "html_url": "https://github.com/gautam1858", "followers_url": "https://api.github.com/users...
[ { "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" }, { "id": 1593512946, "node_id": "MDU6TGFiZWwxN...
closed
true
{ "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-10-23T18:04:31
2023-11-01T00:06:31
2023-10-28T20:20:26
CONTRIBUTOR
spam
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62199", "html_url": "https://github.com/tensorflow/tensorflow/pull/62199", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62199.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62199.patch", "merged_at": null }
This commit refactors the code for calculating mesh_shape and device_coordinates for the topology. The changes include: - Convert core_locations into a NumPy array for improved performance. - Calculate minimum and maximum values for x, y, z, and core using NumPy functions. - Reshape device_coordinates efficiently ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62199/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/62199/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62198
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62198/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62198/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62198/events
https://github.com/tensorflow/tensorflow/issues/62198
1,957,431,102
I_kwDOArmXAs50rAc-
62,198
[XLA] using auto-clustering with tf_xla_auto_jit causes multiple compilation with variable seq. len.
{ "login": "TParcollet", "id": 11910731, "node_id": "MDQ6VXNlcjExOTEwNzMx", "avatar_url": "https://avatars.githubusercontent.com/u/11910731?v=4", "gravatar_id": "", "url": "https://api.github.com/users/TParcollet", "html_url": "https://github.com/TParcollet", "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
[ "Note: I tried by decorating using `with tf.xla.experimental.jit_scope():`, and the same thing happens, basically, the compilation takes a crazy amount of time and it feels like it's recompiling things over and over. After a good 50 minutes, it stops compiling and the training starts, but it has the same speed tha...
2023-10-23T15:22:16
2023-11-18T01:48:36
2023-11-18T01:48:33
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.13.1 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel ver...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62198/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/62198/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62197
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62197/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62197/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62197/events
https://github.com/tensorflow/tensorflow/issues/62197
1,957,312,833
I_kwDOArmXAs50qjlB
62,197
How to use tf.repeat and another buil-in highlevel funcs on Dataset?
{ "login": "mihalt", "id": 30621622, "node_id": "MDQ6VXNlcjMwNjIxNjIy", "avatar_url": "https://avatars.githubusercontent.com/u/30621622?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mihalt", "html_url": "https://github.com/mihalt", "followers_url": "https://api.github.com/users/mihalt/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": "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
[ "@mihalt Thank you for raising this issue.\r\nCould you please have a look at the [official](https://www.tensorflow.org/api_docs/python/tf/repeat#used-in-the-notebooks) example notebooks on tf.repeat for your reference. As the issue does not seem to be a bug or feature we will proceed with the SO thread going furth...
2023-10-23T14:30:14
2023-11-11T01:47:44
2023-11-11T01:47:42
NONE
null
null
null
Can you help me in [stackoverflow](https://stackoverflow.com/questions/77332989/how-to-use-tf-repeat-and-another-buil-in-highlevel-funcs-on-dataset)?
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62197/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/62197/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62196
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62196/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62196/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62196/events
https://github.com/tensorflow/tensorflow/issues/62196
1,957,252,021
I_kwDOArmXAs50qUu1
62,196
Quantization produces large scale coffiecient, which pervents the model from being loaded
{ "login": "FabianSchuetze", "id": 10357496, "node_id": "MDQ6VXNlcjEwMzU3NDk2", "avatar_url": "https://avatars.githubusercontent.com/u/10357496?v=4", "gravatar_id": "", "url": "https://api.github.com/users/FabianSchuetze", "html_url": "https://github.com/FabianSchuetze", "followers_url": "https://api.gi...
[ { "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
[ "I was able to reproduce this issue. Please find this [gist](https://colab.research.google.com/gist/pjpratik/f71dec9bd1f702c1a62fb8505b7d4a50/62196.ipynb). Seems to be issue while converting pytorch->onnx->tf->tflite.\r\n\r\n@pkgoogle Could you please check this?\r\n\r\nThanks.\r\n\r\n", "Thanks for verifying, @p...
2023-10-23T14:01:58
2023-12-09T17:21:30
null
NONE
null
null
null
### 1. System information Colab , as of 2023-10-23 ### 2. Code Please see the attached colab notebook here https://colab.research.google.com/drive/1yUD0nDu8oeeDtQBa7xCbQWx_w8PxS4UC?usp=sharing to reproduce the issue. It loads a pre-trained resnet18 from pytorch, converts it to onnx, converts it to tensorflo...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62196/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/62196/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62195
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62195/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62195/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62195/events
https://github.com/tensorflow/tensorflow/issues/62195
1,956,522,718
I_kwDOArmXAs50nire
62,195
New
{ "login": "tommybunnzjr1986", "id": 131515194, "node_id": "U_kgDOB9bDOg", "avatar_url": "https://avatars.githubusercontent.com/u/131515194?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tommybunnzjr1986", "html_url": "https://github.com/tommybunnzjr1986", "followers_url": "https://api.gi...
[ { "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
[ "Complete spam" ]
2023-10-23T07:24:03
2023-10-23T11:01:24
2023-10-23T11:01:24
NONE
spam
null
null
**System information** - Android Device information (use `adb shell getprop ro.build.fingerprint` if possible): - TensorFlow Lite in Play Services SDK version (found in `build.gradle`): - Google Play Services version (`Settings` > `Apps` > `Google Play Services` > `App details`): **Standalone code to reproduce the...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62195/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/62195/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62194
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62194/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62194/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62194/events
https://github.com/tensorflow/tensorflow/issues/62194
1,956,464,127
I_kwDOArmXAs50nUX_
62,194
Loading cudNN in docker image where tensorflow is installed via pip returns `Error: libnvrtc.so: cannot open shared object file: No such file or directory`
{ "login": "maltel", "id": 3829974, "node_id": "MDQ6VXNlcjM4Mjk5NzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/3829974?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maltel", "html_url": "https://github.com/maltel", "followers_url": "https://api.github.com/users/maltel/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": "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...
[ { "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....
null
[ "I don't have a solution but just wanted to mention I'm having the same issue with a local install of tensorflow 2.14 via \"pip install tensorflow[and-cuda]\" on a Debian 12 machine. The solution does seem to be to system install CUDA, but that's not ideal like you say if tensorflow is supposed to be able to instal...
2023-10-23T06:43:35
2023-11-25T10:27:19
null
NONE
null
null
null
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.14.0 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04 ### Mobile device _No response_ ### Python version 3.10 ### Bazel version _No response_ ### GCC/com...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62194/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/62194/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62193
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62193/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62193/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62193/events
https://github.com/tensorflow/tensorflow/issues/62193
1,955,898,736
I_kwDOArmXAs50lKVw
62,193
EfficientNet transfer learning - init with imagenet weights changes model
{ "login": "maksym33", "id": 39015826, "node_id": "MDQ6VXNlcjM5MDE1ODI2", "avatar_url": "https://avatars.githubusercontent.com/u/39015826?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maksym33", "html_url": "https://github.com/maksym33", "followers_url": "https://api.github.com/users/mak...
[ { "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": 1097546578, "node_id": "MDU6TGFiZWwxMDk3NTQ2NTc4", ...
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
[ "@google-admin can you assign someone manually to this case? It seems the bot missed it after changing the title?", "@maksym33 ,\r\n\r\nApologies for the bug in auto-assignment.I have replicated the issue and confirm difference in outputs before and after reloading the model as per attached [gist](https://colab.s...
2023-10-22T13:16:25
2023-12-12T10:55:33
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 Ubuntu 22.04 ### Mobile device _No response_ ### Python version 3.10 ### Bazel version ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62193/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/62193/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62192
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62192/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62192/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62192/events
https://github.com/tensorflow/tensorflow/issues/62192
1,955,523,043
I_kwDOArmXAs50junj
62,192
tf.keras.Model with nested dictionary inputs fails to serialize/deserialize
{ "login": "burnpanck", "id": 1310437, "node_id": "MDQ6VXNlcjEzMTA0Mzc=", "avatar_url": "https://avatars.githubusercontent.com/u/1310437?v=4", "gravatar_id": "", "url": "https://api.github.com/users/burnpanck", "html_url": "https://github.com/burnpanck", "followers_url": "https://api.github.com/users/bu...
[ { "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
[ "@burnpanck,\r\nThank you for reporting the issue. We are currently investigating the issue, and I kindly request some time to thoroughly analyze the problem in order to offer a resolution. Thank you!", "@sachinprasadhs,\r\nI was able to reproduce the issue on tensorflow v2.14, v2.13 and [tf-nightly](https://cola...
2023-10-21T14:50:57
2023-11-21T15:53:43
2023-11-18T01:48:34
NONE
null
null
null
Info: - Issue type: **Bug** - Have you reproduced the bug with TensorFlow Nightly? No - Source: binary - TensorFlow version: 2.14.0 - Custom code: No - OS platform and distribution: macOS 13.6 - Python version: 3.11 - CUDA/cuDNN version: none ### Current behavior? When trying to serialize/deserialize a `t...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62192/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/62192/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62191
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62191/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62191/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62191/events
https://github.com/tensorflow/tensorflow/issues/62191
1,955,213,076
I_kwDOArmXAs50ii8U
62,191
tf.strings.to_number cannot convert positive integers prefixed with "+" when out_type is tf.int32 or tf.int64
{ "login": "sapphire008", "id": 3713023, "node_id": "MDQ6VXNlcjM3MTMwMjM=", "avatar_url": "https://avatars.githubusercontent.com/u/3713023?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sapphire008", "html_url": "https://github.com/sapphire008", "followers_url": "https://api.github.com/us...
[ { "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 @sapphire008 ,\r\n\r\nI have replicated the reported behaviour in tf-nightly and attached [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/1353285f9ddac2e974e5de832752b68b/62191.ipynb) here for reference.\r\n\r\nWe will look into it and update you. Thanks!", "I have fixed the issue on local environ...
2023-10-21T01:55:21
2023-10-24T08:00:01
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version tf 2.11.0, 2.13.0, 2.14.0 ### Custom code Yes ### OS platform and distribution MacOS 13.1 ### Mobile device Macbook Pro ### Python version 3.10.6 ### Bazel version _No response_ ### ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62191/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 1, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/tensorflow/tensorflow/issues/62191/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62190
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62190/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62190/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62190/events
https://github.com/tensorflow/tensorflow/pull/62190
1,955,108,302
PR_kwDOArmXAs5dbP8l
62,190
[TOSA] Add legalize stateful pass to TOSA
{ "login": "Jerry-Ge", "id": 24451859, "node_id": "MDQ6VXNlcjI0NDUxODU5", "avatar_url": "https://avatars.githubusercontent.com/u/24451859?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Jerry-Ge", "html_url": "https://github.com/Jerry-Ge", "followers_url": "https://api.github.com/users/Jer...
[ { "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-10-20T23:06:09
2023-11-10T13:20:40
2023-11-10T13:20:40
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62190", "html_url": "https://github.com/tensorflow/tensorflow/pull/62190", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62190.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62190.patch", "merged_at": "2023-11-...
Handle the TFL Variable operators in a separate module level pass since the existing tfl-to-tosa pass is a function pass. TFL::VarHandleOp is mapped to TOSA::VariableOp TFL::AssignVariableOp is mapped to TOSA::VariableWriteOp TFL::ReadVariableOp is mapped to TOSA::VariableReadOp
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62190/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/62190/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62189
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62189/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62189/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62189/events
https://github.com/tensorflow/tensorflow/issues/62189
1,954,930,019
I_kwDOArmXAs50hd1j
62,189
Could not find a version that satisfies the requirement tf-nightly (from versions: none) when install with pip
{ "login": "PurvangL", "id": 104454645, "node_id": "U_kgDOBjnZ9Q", "avatar_url": "https://avatars.githubusercontent.com/u/104454645?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PurvangL", "html_url": "https://github.com/PurvangL", "followers_url": "https://api.github.com/users/PurvangL/...
[ { "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
[ "Python 3.8 is no longer supported which is why there are no matching versions available. Please use Python 3.9, 3.10 or 3.11.", "Thanks @elfringham , like he said 3.8 is not supported.\r\nYou are likely only getting this error now because the last 90 nightlies are stored on pypi which means the last build that s...
2023-10-20T19:48:55
2024-05-13T08:07:17
2023-11-18T01:48:36
NONE
null
null
null
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug, a feature request, or a significant problem with the documentation (for small docs fixes please send a PR instead). 2. The form be...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62189/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/62189/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62188
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62188/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62188/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62188/events
https://github.com/tensorflow/tensorflow/issues/62188
1,954,635,021
I_kwDOArmXAs50gV0N
62,188
can't install @tensorflow/tf-node on npm
{ "login": "h312ry", "id": 85969639, "node_id": "MDQ6VXNlcjg1OTY5NjM5", "avatar_url": "https://avatars.githubusercontent.com/u/85969639?v=4", "gravatar_id": "", "url": "https://api.github.com/users/h312ry", "html_url": "https://github.com/h312ry", "followers_url": "https://api.github.com/users/h312ry/fo...
[]
closed
false
null
[]
null
[ "This should be in tensorflow-js repository, not here" ]
2023-10-20T16:23:26
2023-10-22T20:08:08
2023-10-22T20:08:08
NONE
null
null
null
please help. i can't install @tensorflow/tf-node on my project node.js i have python 3.12, node.js 18 and npm ver. 10.2.1 but i can install @tensorflow/tfjs this is the error: npm WARN cleanup Failed to remove some directories [ npm WARN cleanup [ npm WARN cleanup 'D:\\xampp8\\htdocs\\testnodejs\\no...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62188/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/62188/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62187
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62187/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62187/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62187/events
https://github.com/tensorflow/tensorflow/issues/62187
1,954,439,209
I_kwDOArmXAs50fmAp
62,187
AddN cannot handle shapes [x,y] + [1,y] or [x,1]
{ "login": "josh0-jrg", "id": 72444432, "node_id": "MDQ6VXNlcjcyNDQ0NDMy", "avatar_url": "https://avatars.githubusercontent.com/u/72444432?v=4", "gravatar_id": "", "url": "https://api.github.com/users/josh0-jrg", "html_url": "https://github.com/josh0-jrg", "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
[ "@josh0-jrg,\r\nThank you for reporting the issue. We are currently investigating the issue, and I kindly request some time to thoroughly analyze the problem in order to offer a resolution. Thank you!", "Directly from the [documentation](https://www.tensorflow.org/api_docs/python/tf/math/add_n):\r\n> All inputs i...
2023-10-20T14:44:38
2024-01-17T16:05:59
2024-01-17T16:05:56
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution Windows 11, CentOs8, Ubuntu ### Mobile device _No response_ ### Python version 3.9 ### Bazel version _No response_ ### GC...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62187/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/62187/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62186
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62186/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62186/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62186/events
https://github.com/tensorflow/tensorflow/pull/62186
1,954,396,421
PR_kwDOArmXAs5dY1Xa
62,186
Update wheel_verification in official to support arm64
{ "login": "MichaelHudgins", "id": 30155094, "node_id": "MDQ6VXNlcjMwMTU1MDk0", "avatar_url": "https://avatars.githubusercontent.com/u/30155094?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MichaelHudgins", "html_url": "https://github.com/MichaelHudgins", "followers_url": "https://api.gi...
[ { "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": "MichaelHudgins", "id": 30155094, "node_id": "MDQ6VXNlcjMwMTU1MDk0", "avatar_url": "https://avatars.githubusercontent.com/u/30155094?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MichaelHudgins", "html_url": "https://github.com/MichaelHudgins", "followers_url": "https://api.gi...
[ { "login": "MichaelHudgins", "id": 30155094, "node_id": "MDQ6VXNlcjMwMTU1MDk0", "avatar_url": "https://avatars.githubusercontent.com/u/30155094?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MichaelHudgins", "html_url": "https://github.com/MichaelHudgins", "followers_u...
null
[]
2023-10-20T14:20:49
2023-10-20T19:23:44
2023-10-20T19:23:43
COLLABORATOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62186", "html_url": "https://github.com/tensorflow/tensorflow/pull/62186", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62186.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62186.patch", "merged_at": "2023-10-...
Update wheel_verification in official to support arm64
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62186/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/62186/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62185
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62185/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62185/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62185/events
https://github.com/tensorflow/tensorflow/pull/62185
1,954,368,970
PR_kwDOArmXAs5dYvh3
62,185
Correct new wheel verification to account for arm64
{ "login": "MichaelHudgins", "id": 30155094, "node_id": "MDQ6VXNlcjMwMTU1MDk0", "avatar_url": "https://avatars.githubusercontent.com/u/30155094?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MichaelHudgins", "html_url": "https://github.com/MichaelHudgins", "followers_url": "https://api.gi...
[ { "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": "MichaelHudgins", "id": 30155094, "node_id": "MDQ6VXNlcjMwMTU1MDk0", "avatar_url": "https://avatars.githubusercontent.com/u/30155094?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MichaelHudgins", "html_url": "https://github.com/MichaelHudgins", "followers_url": "https://api.gi...
[ { "login": "MichaelHudgins", "id": 30155094, "node_id": "MDQ6VXNlcjMwMTU1MDk0", "avatar_url": "https://avatars.githubusercontent.com/u/30155094?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MichaelHudgins", "html_url": "https://github.com/MichaelHudgins", "followers_u...
null
[ "Close infavor of doing an in repo fork" ]
2023-10-20T14:06:54
2023-10-20T14:19:08
2023-10-20T14:19:08
COLLABORATOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/62185", "html_url": "https://github.com/tensorflow/tensorflow/pull/62185", "diff_url": "https://github.com/tensorflow/tensorflow/pull/62185.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/62185.patch", "merged_at": null }
Correct new wheel verification to account for arm64
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62185/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/62185/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/62184
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62184/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62184/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62184/events
https://github.com/tensorflow/tensorflow/issues/62184
1,954,297,292
I_kwDOArmXAs50fDXM
62,184
core dumped Error with tf.raw_ops.TensorScatterUpdate
{ "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 issue with tf-nightly and found checkfail as reported.\r\n<img width=\"1512\" alt=\"Screenshot 2023-10-23 at 9 54 32 AM\" src=\"https://github.com/tensorflow/tensorflow/assets/116063290/3820084c-8e06-4c9e-8aa7-0ac807ea4432\">\r\n\r\nPlease report the security related i...
2023-10-20T13:29:03
2023-10-24T08:05:22
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0-dev20231005 ### Custom code Yes ### OS platform and distribution Ubuntu 22.04.3 LTS (x86_64) ### Mobile device _No response_ ### Python version 3.9.17 ### Bazel version _No re...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62184/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/62184/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/62183
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/62183/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/62183/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/62183/events
https://github.com/tensorflow/tensorflow/issues/62183
1,953,929,927
I_kwDOArmXAs50dprH
62,183
TensorShape is (None, None, None) on images
{ "login": "ngbusca", "id": 4727509, "node_id": "MDQ6VXNlcjQ3Mjc1MDk=", "avatar_url": "https://avatars.githubusercontent.com/u/4727509?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ngbusca", "html_url": "https://github.com/ngbusca", "followers_url": "https://api.github.com/users/ngbusca/...
[ { "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
[ "The following preprocess function doesn't work either:\r\n\r\n```\r\ndef preprocess(file_name):\r\n x = tf.io.read_file(file_name)\r\n x = tf.io.decode_jpeg(x)\r\n \r\n new_size = tf.cast(tf.divide(x.shape,2))[:2]\r\n tf.print(new_size)\r\n x = tf.image.resize(x, new_size)\r\n x = tf.image.ran...
2023-10-20T09:50:13
2023-10-20T12:10:52
2023-10-20T12:10:50
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.13 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/comp...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/62183/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/62183/timeline
null
completed
false