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/61675
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61675/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61675/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61675/events
https://github.com/tensorflow/tensorflow/issues/61675
1,863,349,346
I_kwDOArmXAs5vEHRi
61,675
tf.linalg.pinv isn't
{ "login": "chengdazhi", "id": 10631563, "node_id": "MDQ6VXNlcjEwNjMxNTYz", "avatar_url": "https://avatars.githubusercontent.com/u/10631563?v=4", "gravatar_id": "", "url": "https://api.github.com/users/chengdazhi", "html_url": "https://github.com/chengdazhi", "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 @chengdazhi ,\r\n\r\nI tested the code with Tf2.12v and I can see the gradients returned by them are almost equal (with precision related differences of order `e-06` range). Also curious why the sample code snippet uses two gradient tapes as there are no second order gradients here. \r\n\r\nAnyways I have teste...
2023-08-23T13:32:23
2023-09-01T03:46:53
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.6.22 ### Custom code No ### OS platform and distribution Ubuntu 20.04 ### Mobile device _No response_ ### Python version _No response_ ### Bazel versi...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61675/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/61675/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61674
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61674/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61674/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61674/events
https://github.com/tensorflow/tensorflow/issues/61674
1,863,157,493
I_kwDOArmXAs5vDYb1
61,674
oneDNN matmul is not supported to have a dynamic dimension
{ "login": "fehiepsi", "id": 4736342, "node_id": "MDQ6VXNlcjQ3MzYzNDI=", "avatar_url": "https://avatars.githubusercontent.com/u/4736342?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fehiepsi", "html_url": "https://github.com/fehiepsi", "followers_url": "https://api.github.com/users/fehie...
[ { "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
[ "@sachinprasadhs,\r\nI was able to reproduce the issue on the tf-nightly(2.15.0-dev20230817) whereas on tensorflow v2.12 and v2.13, the code was executed without any issue/error. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/bd60586f3fd8c2c75c6840fca6a41fe1/untitled1339.ipynb)....
2023-08-23T11:39:06
2023-08-24T20:31:59
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version v1.12.1-98433-gb64e3d4ae2e 2.15.0-dev20230812 ### Custom code Yes ### OS platform and distribution Linux Debian 6.3.11 ### Mobile device _No response_ ### Py...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61674/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/61674/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61673
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61673/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61673/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61673/events
https://github.com/tensorflow/tensorflow/issues/61673
1,863,059,870
I_kwDOArmXAs5vDAme
61,673
Use old project folder on tensorflow 2.13 using wls
{ "login": "pro1944191", "id": 82762400, "node_id": "MDQ6VXNlcjgyNzYyNDAw", "avatar_url": "https://avatars.githubusercontent.com/u/82762400?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pro1944191", "html_url": "https://github.com/pro1944191", "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": "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
[ "@pro1944191 ,\r\n\r\nFor uninstalling Tf2.13v, please try `pip uninstall tensorflow==2.13` for uninstalling Tf2.13v and the install Tf2.10 again with `pip install tensorflow==2.10` . \r\n\r\nFor details on accessing windows files from wsl2 please refer to this [resource](https://learn.microsoft.com/en-us/windows/w...
2023-08-23T10:37:51
2023-09-13T01:47:28
2023-09-13T01:47:28
NONE
null
null
null
Hi everyone, I was working on a project using tensorflow 2.10 with native gpu support. I wrongly updated the tf version to 2.13 that does not support gpu. So, I installed tensorflow 2.13 using wls2, now i don't know how to use the previous folder of my project on the conda environment created. Or intsead how to reinsta...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61673/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/61673/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61672
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61672/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61672/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61672/events
https://github.com/tensorflow/tensorflow/pull/61672
1,861,846,280
PR_kwDOArmXAs5YhPYN
61,672
Update args description of crop_to_bounding_box & pad_to_bounding_box
{ "login": "SuryanarayanaY", "id": 116063290, "node_id": "U_kgDOBur8Og", "avatar_url": "https://avatars.githubusercontent.com/u/116063290?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SuryanarayanaY", "html_url": "https://github.com/SuryanarayanaY", "followers_url": "https://api.github.c...
[ { "id": 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-08-22T16:48:11
2023-08-23T17:18:59
2023-08-23T17:18:58
COLLABORATOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61672", "html_url": "https://github.com/tensorflow/tensorflow/pull/61672", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61672.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61672.patch", "merged_at": "2023-08-...
Currently the documentation of the API `tf.image.crop_to_bounding_box` doesn't mentioning the acceptable dtypes of the arguments `offset_height, offset_width, target_height, target_width`. This API accepts only` tf.int32 Tensor` or a `integer`. For other dtypes its raising exception. Hence adding details of acceptable ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61672/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/61672/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61671
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61671/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61671/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61671/events
https://github.com/tensorflow/tensorflow/issues/61671
1,861,362,928
I_kwDOArmXAs5u8iTw
61,671
Performance difference of passing np array vs tf tensor into tf.train.FloatList
{ "login": "kralka", "id": 1704860, "node_id": "MDQ6VXNlcjE3MDQ4NjA=", "avatar_url": "https://avatars.githubusercontent.com/u/1704860?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kralka", "html_url": "https://github.com/kralka", "followers_url": "https://api.github.com/users/kralka/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...
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
[ "Possibly duplicate of https://github.com/tensorflow/tensorflow/issues/37580 (closed due to inactivity)", "@SuryanarayanaY I was able to replicate the issue on colab, please find the [gist](https://colab.research.google.com/gist/sushreebarsa/9b5c90b9ec2eeaa20c04883f15376123/floatlist_np_vs_tf.ipynb#scrollTo=17nKR...
2023-08-22T12:30:41
2023-08-29T00:45:44
2023-08-29T00:45:41
NONE
null
null
null
### Issue type Performance ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution docker tensorflow/tensorflow:latest-gpu and Ubuntu ### Mobile device _No response_ ### Py...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61671/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/61671/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61670
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61670/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61670/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61670/events
https://github.com/tensorflow/tensorflow/pull/61670
1,861,152,913
PR_kwDOArmXAs5Ye3YW
61,670
Ensure that pywrap_quantize_model.so has correct RPATH
{ "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": 987666414, "node_id": "MDU6TGFiZWw5ODc2NjY0MTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/ready%20to%20pull", "name": "ready to pull", "color": "2cd643", "default": false, "description": "PR ready for merge process" }, { "id": 1169364259, "no...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "The Py+CPP Test Suite failure is due to a flaky test and is not the result of this PR" ]
2023-08-22T10:22:27
2023-08-23T07:20:07
2023-08-23T07:20:06
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61670", "html_url": "https://github.com/tensorflow/tensorflow/pull/61670", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61670.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61670.patch", "merged_at": "2023-08-...
The new shared object pywrap_quantize_model.so needs to have its RPATH updated to find all dependent other shared objects. Fixes: https://github.com/tensorflow/tensorflow/issues/61668
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61670/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/61670/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61669
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61669/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61669/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61669/events
https://github.com/tensorflow/tensorflow/issues/61669
1,861,059,138
I_kwDOArmXAs5u7YJC
61,669
Please help !
{ "login": "MilesTheProwler", "id": 134680400, "node_id": "U_kgDOCAcPUA", "avatar_url": "https://avatars.githubusercontent.com/u/134680400?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MilesTheProwler", "html_url": "https://github.com/MilesTheProwler", "followers_url": "https://api.githu...
[ { "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": 1161789751, "node_id": "MDU6TGFiZWwxMTYxNzg5NzUx", ...
closed
false
{ "login": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_url": "https://api.gi...
[ { "login": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_u...
null
[ "@NaToh5 You're encountering compatibility issues with TensorFlow 1.13.1, your RTX 3060 GPU, and the CUDA 10.0 version. The primary recommendation is to upgrade TensorFlow to a more recent version that is better suited for your RTX 3060 GPU and CUDA 10.0. TensorFlow 1.13.1 predates this hardware and might not work ...
2023-08-22T09:38:14
2023-08-23T08:16:32
2023-08-23T08:16:29
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 1.13.1 ### Custom code Yes ### OS platform and distribution Linux Ubuntu 20.0 ### Mobile device _No response_ ### Python version 3.6 ### Bazel version ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61669/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/61669/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61668
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61668/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61668/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61668/events
https://github.com/tensorflow/tensorflow/issues/61668
1,861,025,387
I_kwDOArmXAs5u7P5r
61,668
TF Quantizer breaks pip package
{ "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" }, { "id": 1478826728, "node_id": "MDU6TGFiZWwxNDc4ODI2NzI4", ...
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
[ "@cfRod @nSircombe @penpornk @thaink ", "@elfringham From your comparison, what is the main difference between those two libs?", "@thaink \r\nWhen running ldd on pywrap_saved_model.so you get\r\n_pywrap_tensorflow_internal.so => /workspace/venv_bad/lib/python3.11/site-packages/tensorflow/python/saved_model/../_...
2023-08-22T09:20:30
2023-08-23T07:20:10
2023-08-23T07:20:08
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.16 ### Bazel version 6.1.0 ### GCC/compiler version 16.0.6 #...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61668/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/61668/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61667
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61667/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61667/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61667/events
https://github.com/tensorflow/tensorflow/issues/61667
1,860,972,189
I_kwDOArmXAs5u7C6d
61,667
Android NDK Prefabs for Tensorflow Lite
{ "login": "mrousavy", "id": 15199031, "node_id": "MDQ6VXNlcjE1MTk5MDMx", "avatar_url": "https://avatars.githubusercontent.com/u/15199031?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mrousavy", "html_url": "https://github.com/mrousavy", "followers_url": "https://api.github.com/users/mro...
[ { "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": "arfaian", "id": 1106365, "node_id": "MDQ6VXNlcjExMDYzNjU=", "avatar_url": "https://avatars.githubusercontent.com/u/1106365?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arfaian", "html_url": "https://github.com/arfaian", "followers_url": "https://api.github.com/users/arfaian/...
[ { "login": "arfaian", "id": 1106365, "node_id": "MDQ6VXNlcjExMDYzNjU=", "avatar_url": "https://avatars.githubusercontent.com/u/1106365?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arfaian", "html_url": "https://github.com/arfaian", "followers_url": "https://api.githu...
null
[ "Hi @mrousavy \r\n\r\nAs per the [documentation](https://www.tensorflow.org/lite/android/development#tflite_c_api_2), \r\n\r\nCurrently, there is no straightforward way to extract all header files needed, we need include all header files manually.\r\n\r\n@pkgoogle Could you please look at this request?\r\n\r\nThank...
2023-08-22T08:55:49
2023-08-25T20:55:49
null
NONE
null
null
null
Hey all! I'm trying to use Tensorflow Lite in an Android NDK/C++ environment. My `build.gradle` looks something like this: ```groovy ... android { ... buildFeatures { prefab true } } dependencies { ... implementation "org.tensorflow:tensorflow-lite:2.13.0" } ``` And in my `CMakeList...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61667/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/61667/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61666
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61666/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61666/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61666/events
https://github.com/tensorflow/tensorflow/issues/61666
1,860,803,385
I_kwDOArmXAs5u6Zs5
61,666
python3.11.3 mismatch with tensorflow 2.13.0
{ "login": "danche354", "id": 11846497, "node_id": "MDQ6VXNlcjExODQ2NDk3", "avatar_url": "https://avatars.githubusercontent.com/u/11846497?v=4", "gravatar_id": "", "url": "https://api.github.com/users/danche354", "html_url": "https://github.com/danche354", "followers_url": "https://api.github.com/users/...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "You seem to be running TensorFlow that was installed for Python 3.9 but using Python 3.11 interpreter. Of course it fails.", "What is the output of `python -m pip list; python -c \"import tensorflow as tf; print(tf)\"`?\r\n\r\n(replace `python` with `python3` / `python3.9` / `python3.11`, accordingly)", "@danc...
2023-08-22T07:36:21
2023-09-07T01:47:24
2023-09-07T01:47:22
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.4 ### Mobile device _No response_ ### Python version 3.11.3 ### Bazel version _No response_ ### GCC/compil...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61666/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/61666/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61665
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61665/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61665/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61665/events
https://github.com/tensorflow/tensorflow/issues/61665
1,860,636,268
I_kwDOArmXAs5u5w5s
61,665
`GLIBCXX_3.4.30' not found
{ "login": "andrewkim-pkt", "id": 28991376, "node_id": "MDQ6VXNlcjI4OTkxMzc2", "avatar_url": "https://avatars.githubusercontent.com/u/28991376?v=4", "gravatar_id": "", "url": "https://api.github.com/users/andrewkim-pkt", "html_url": "https://github.com/andrewkim-pkt", "followers_url": "https://api.githu...
[ { "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": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_url": "https://api.gi...
[ { "login": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_u...
null
[ "Hi @andrewkim-pkt ,\r\n\r\nTry using Clang instead of GCC, as from tf v2.13 it supports compiler Clang. Please refer the documentation [here](https://www.tensorflow.org/install/source#cpu) for reference. Let us know if the issue still exists. \r\n\r\nThank you!!", "GCC 11.4 build with tr v2.13 works fine but GCC...
2023-08-22T06:02:09
2023-09-07T01:47:27
2023-09-07T01:47:23
NONE
null
null
null
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version r2.13 ### Custom code No ### OS platform and distribution amazon linux 2023 ### Mobile device _No response_ ### Python version 3.9 ### Bazel version 5.3.0 ### GCC/compiler ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61665/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/61665/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61664
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61664/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61664/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61664/events
https://github.com/tensorflow/tensorflow/issues/61664
1,860,448,866
I_kwDOArmXAs5u5DJi
61,664
File "/usr/local/lib/python3.8/dist-packages/tensorflow/lite/python/interpreter.py", line 915, in invoke self._interpreter.Invoke() RuntimeError: tensorflow/lite/kernels/concatenation.cc:158 t->dims->data[d] != t0->dims->data[d] (1 != 2)Node number 304 (CONCATENATION) failed to prepare.
{ "login": "Mayi-Keiji", "id": 35233355, "node_id": "MDQ6VXNlcjM1MjMzMzU1", "avatar_url": "https://avatars.githubusercontent.com/u/35233355?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Mayi-Keiji", "html_url": "https://github.com/Mayi-Keiji", "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": "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 @Mayi-Keiji \r\n\r\nThe input shape of the Keras model is observed as `(None,None,None,3)` and when converted to TFLite model it becomes shape `(1,1,1,3)`\r\n\r\nIf you want to run a model with dynamic input shape, resize the input shape before running inference. Otherwise, the None shape in Tensorflow models w...
2023-08-22T02:41:46
2023-09-13T01:47:32
2023-09-13T01:47:30
NONE
null
null
null
### 1. System information ![image](https://github.com/tensorflow/tensorflow/assets/35233355/cfc8e9d3-9790-4a89-86db-062b97d3bbbc) - OS Platform and Distribution (Linux Ubuntu 20.04): - TensorFlow installation (2.9.1+nv22.9): ### 2. Code `import numpy as np import tensorflow as tf def main(): # Load th...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61664/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/61664/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61663
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61663/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61663/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61663/events
https://github.com/tensorflow/tensorflow/pull/61663
1,860,433,378
PR_kwDOArmXAs5YcYu4
61,663
Enable rsync working 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-08-22T02:22:21
2023-08-22T19:34:08
2023-08-22T19:34:07
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61663", "html_url": "https://github.com/tensorflow/tensorflow/pull/61663", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61663.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61663.patch", "merged_at": "2023-08-...
Running the 'rsync' command to transfer files to the destination failed on the Windows platform due to incompatibility with the Windows path as an input to the rsync command The error observed: ssh: Could not resolve hostname c: No such host is known. rsync: [sender] safe_read failed to read 4 bytes: Connection re...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61663/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/61663/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61662
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61662/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61662/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61662/events
https://github.com/tensorflow/tensorflow/issues/61662
1,860,321,837
I_kwDOArmXAs5u4kIt
61,662
Ops listed in 'experimental_select_user_tf_ops' not being recognized by tf lite converter
{ "login": "anselmo0v", "id": 74565306, "node_id": "MDQ6VXNlcjc0NTY1MzA2", "avatar_url": "https://avatars.githubusercontent.com/u/74565306?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anselmo0v", "html_url": "https://github.com/anselmo0v", "followers_url": "https://api.github.com/users/...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
open
false
{ "login": "terryheo", "id": 2908505, "node_id": "MDQ6VXNlcjI5MDg1MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/2908505?v=4", "gravatar_id": "", "url": "https://api.github.com/users/terryheo", "html_url": "https://github.com/terryheo", "followers_url": "https://api.github.com/users/terry...
[ { "login": "terryheo", "id": 2908505, "node_id": "MDQ6VXNlcjI5MDg1MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/2908505?v=4", "gravatar_id": "", "url": "https://api.github.com/users/terryheo", "html_url": "https://github.com/terryheo", "followers_url": "https://api.gi...
null
[ "Hi @anselmo0v \r\n\r\nAs per the [documentation](https://www.tensorflow.org/lite/api_docs/python/tf/lite/TargetSpec#attributes), it should only be used if we are using TF ops that may not be linked in by default with the TF ops that are provided when using the SELECT_TF_OPS path.\r\n\r\nI guess adding the regular...
2023-08-21T23:40:13
2023-10-17T13:41:31
null
NONE
null
null
null
### 1. System information - Google Colab Notebook ### 2. Code _#### Model Definition ---------_ ``` class CppTfTest(tf.Module): def __init__(self, name=None): super().__init__(name=name) @tf.function def call(self): frames = tf.range(600) bpm = tf.random.unif...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61662/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/61662/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61661
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61661/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61661/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61661/events
https://github.com/tensorflow/tensorflow/issues/61661
1,859,814,287
I_kwDOArmXAs5u2oOP
61,661
ERROR: C:/users/ayush/_bazel_ayush/xv6zejqw/external/llvm_openmp/BUILD.bazel:233:34: Compiling external/llvm_openmp/z_Windows_NT-586_asm.S failed: not all outputs were created or valid
{ "login": "AyushShahh", "id": 71313814, "node_id": "MDQ6VXNlcjcxMzEzODE0", "avatar_url": "https://avatars.githubusercontent.com/u/71313814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AyushShahh", "html_url": "https://github.com/AyushShahh", "followers_url": "https://api.github.com/use...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@AyushShahh Could you please make sure to follow the steps mentioned [here](https://www.tensorflow.org/install/source_windows). FYI, GPU support on native-Windows is only available for 2.10 or earlier versions, starting in TF 2.11, CUDA build is not supported for Windows. For using TensorFlow GPU on Windows, you ...
2023-08-21T17:19:33
2023-09-26T01:47:44
2023-09-26T01:47:41
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 No ### OS platform and distribution Windows 10 ### Mobile device _No response_ ### Python version 3.11.4 ### Bazel version 5.3.0 ### GCC/compiler versi...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61661/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/61661/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61660
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61660/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61660/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61660/events
https://github.com/tensorflow/tensorflow/pull/61660
1,859,805,380
PR_kwDOArmXAs5YaPQG
61,660
New TFL-to-tensor pass
{ "login": "rafaelubalmw", "id": 133914350, "node_id": "U_kgDOB_te7g", "avatar_url": "https://avatars.githubusercontent.com/u/133914350?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rafaelubalmw", "html_url": "https://github.com/rafaelubalmw", "followers_url": "https://api.github.com/use...
[ { "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" } ]
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
[ "@jpienaar I did my best to address your comments. Let me know if there's anything else you'd like me to take care of.", "Hi @rafaelubalmw Can you please resolve conflicts? Thank you!\r\n", "This PR is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. ...
2023-08-21T17:13:23
2023-11-21T16:36:03
2023-11-21T16:36:03
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61660", "html_url": "https://github.com/tensorflow/tensorflow/pull/61660", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61660.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61660.patch", "merged_at": null }
This pull request introduces a new pass called `tensor-legalize-tfl` aimed at lowering the TFL dialect into *standard* MLIR dialects (`arith`, `builtin`, `func`, `index`, `linalg`, `math`, `memref`, or `tensor`). The pass includes a first conversion pattern aimed at lowering the `tfl.reshape` operation. ## 1. Orga...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61660/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/61660/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61659
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61659/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61659/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61659/events
https://github.com/tensorflow/tensorflow/issues/61659
1,859,765,042
I_kwDOArmXAs5u2cMy
61,659
Error in PredictCost() for the op: op: "CropAndResize" attr
{ "login": "kvnsng", "id": 24256356, "node_id": "MDQ6VXNlcjI0MjU2MzU2", "avatar_url": "https://avatars.githubusercontent.com/u/24256356?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kvnsng", "html_url": "https://github.com/kvnsng", "followers_url": "https://api.github.com/users/kvnsng/fo...
[ { "id": 386191887, "node_id": "MDU6TGFiZWwzODYxOTE4ODc=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20response", "name": "stat:awaiting response", "color": "f4b400", "default": false, "description": "Status - Awaiting response from author" }, { ...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@kvnsng Could you please confirm the python version you are using?\r\nPlease make sure to use the [compatible](https://www.tensorflow.org/install/source#ubuntu) versions when you are upgrading TF version. \r\nIn order to expedite the trouble-shooting process, please provide a code snippet to reproduce the issue re...
2023-08-21T16:50:23
2023-10-11T14:02:46
2023-10-11T14:02:42
NONE
null
null
null
### Issue type Others ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version tf 2.13.0 ### Custom code Yes ### OS platform and distribution Ubuntu 20.04 ### Mobile device _No response_ ### Python version 3.10 ### Bazel version _No response_ ### GCC/compile...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61659/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/61659/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61658
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61658/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61658/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61658/events
https://github.com/tensorflow/tensorflow/issues/61658
1,859,596,163
I_kwDOArmXAs5u1y-D
61,658
Unable to serialize VariableSpec
{ "login": "Ella-Adu", "id": 72527404, "node_id": "MDQ6VXNlcjcyNTI3NDA0", "avatar_url": "https://avatars.githubusercontent.com/u/72527404?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Ella-Adu", "html_url": "https://github.com/Ella-Adu", "followers_url": "https://api.github.com/users/Ell...
[ { "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
[ "The warning message, is a strong indication that the Lambda layer should be rewritten as a subclassed Layer, suggests that there might be an issue with a Lambda layer in your code. Try rewriting the Lambda layer using the tf.keras.layers.Layer subclassing approach instead of using a Lambda layer directly.", "@El...
2023-08-21T15:11:42
2023-09-06T01:47:09
2023-09-06T01:47:07
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version tf 2.13.0 ### Custom code Yes ### OS platform and distribution windows 11 ### Mobile device _No response_ ### Python version 3.11.4 ### Bazel version _No response_ ### GCC/compiler v...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61658/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/61658/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61657
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61657/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61657/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61657/events
https://github.com/tensorflow/tensorflow/pull/61657
1,859,402,051
PR_kwDOArmXAs5YY2IJ
61,657
First Commit
{ "login": "AdityaGoel01", "id": 142800953, "node_id": "U_kgDOCIL4OQ", "avatar_url": "https://avatars.githubusercontent.com/u/142800953?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AdityaGoel01", "html_url": "https://github.com/AdityaGoel01", "followers_url": "https://api.github.com/use...
[ { "id": 1169364259, "node_id": "MDU6TGFiZWwxMTY5MzY0MjU5", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/size:XS", "name": "size:XS", "color": "adafea", "default": false, "description": "CL Change Size: Extra Small" } ]
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).\n\nView this [failed invocation](https://github.com/tensorflow/tensorflow/pull/61657/checks?check_run_...
2023-08-21T13:41:31
2023-08-21T14:14:10
2023-08-21T14:14:10
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61657", "html_url": "https://github.com/tensorflow/tensorflow/pull/61657", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61657.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61657.patch", "merged_at": null }
null
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61657/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/61657/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61656
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61656/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61656/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61656/events
https://github.com/tensorflow/tensorflow/issues/61656
1,859,005,343
I_kwDOArmXAs5uziuf
61,656
W tensorflow/core/grappler/costs/op_level_cost_estimator.cc:689] Error in PredictCost() for the op: op: "Conv2D" attr { key: "T" value { type: DT_FLOAT } } attr { key: "data_format" value { s: "NCHW" } } attr { key: "dilations" value
{ "login": "dsnsabari", "id": 46018083, "node_id": "MDQ6VXNlcjQ2MDE4MDgz", "avatar_url": "https://avatars.githubusercontent.com/u/46018083?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dsnsabari", "html_url": "https://github.com/dsnsabari", "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": "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 @dsnsabari ,\r\n\r\nThe warnings related to grappler observed in older versions.These are warnings only and hence code execution and predictions not affected. Please find relevant issue [here](https://github.com/tensorflow/tensorflow/issues/50575) where the issue might have fixed with latest versions.\r\n\r\nAs...
2023-08-21T09:46:00
2023-09-07T01:47:30
2023-09-07T01:47:25
NONE
null
null
null
### Issue type Others ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf.2.7.0 ### Custom code Yes ### OS platform and distribution Windows 10 ### Mobile device _No response_ ### Python version 3.9.12 ### Bazel version _No response_ ### GCC/compile...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61656/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/61656/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61655
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61655/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61655/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61655/events
https://github.com/tensorflow/tensorflow/issues/61655
1,858,882,906
I_kwDOArmXAs5uzE1a
61,655
Compiling src/amalgam/gen/neonfp16arith.c failed: (Exit 70): clang failed: error executing command (from target @XNNPACK//:neonfp16arith_amalgam_microkernels) external/androidndk/ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/clang '-D__ANDROID_API__=26' -isystemexternal/androidndk/ndk/sysroot/usr/include/arm-linux-andr...
{ "login": "B-JackMao", "id": 57884144, "node_id": "MDQ6VXNlcjU3ODg0MTQ0", "avatar_url": "https://avatars.githubusercontent.com/u/57884144?v=4", "gravatar_id": "", "url": "https://api.github.com/users/B-JackMao", "html_url": "https://github.com/B-JackMao", "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": "miaout17", "id": 22063, "node_id": "MDQ6VXNlcjIyMDYz", "avatar_url": "https://avatars.githubusercontent.com/u/22063?v=4", "gravatar_id": "", "url": "https://api.github.com/users/miaout17", "html_url": "https://github.com/miaout17", "followers_url": "https://api.github.com/users/miaout17/foll...
[ { "login": "miaout17", "id": 22063, "node_id": "MDQ6VXNlcjIyMDYz", "avatar_url": "https://avatars.githubusercontent.com/u/22063?v=4", "gravatar_id": "", "url": "https://api.github.com/users/miaout17", "html_url": "https://github.com/miaout17", "followers_url": "https://api.github.com...
null
[ "I was able to reproduce this issue with TF2.13 and master branch as well. \r\n\r\n@pkgoogle Could you please check this issue?\r\n\r\nThanks.\r\n\r\n<img width=\"562\" alt=\"Screenshot 2023-08-24 at 11 42 14 AM\" src=\"https://github.com/tensorflow/tensorflow/assets/118897289/22eac763-6f5e-43fa-aefe-0ea32d287dcf\...
2023-08-21T08:35:36
2023-08-25T21:45:21
null
NONE
null
null
null
### Issue type Build/Install ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.13 ### Custom code Yes ### OS platform and distribution Ubuntu18.04 ### Mobile device pixel 4 ### Python version 3.6 ### Bazel version 6.1.0 ### GCC/compiler version nu...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61655/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/61655/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61654
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61654/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61654/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61654/events
https://github.com/tensorflow/tensorflow/issues/61654
1,858,583,056
I_kwDOArmXAs5ux7oQ
61,654
SIGBUS from libc on Android during inference
{ "login": "SichangHe", "id": 84777573, "node_id": "MDQ6VXNlcjg0Nzc3NTcz", "avatar_url": "https://avatars.githubusercontent.com/u/84777573?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SichangHe", "html_url": "https://github.com/SichangHe", "followers_url": "https://api.github.com/users/...
[ { "id": 750616506, "node_id": "MDU6TGFiZWw3NTA2MTY1MDY=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/comp:lite", "name": "comp:lite", "color": "0052cc", "default": false, "description": "TF Lite related issues" }, { "id": 1661751498, "node_id": "MDU6TGF...
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 @SichangHe, Can you provide more detailed instructions on how to replicate? I have created the model with your scripts but when I attempt to run the Android Studio Project for the client I get this issue:\r\n\r\n![image](https://github.com/tensorflow/tensorflow/assets/132095473/ae10b32f-944e-48f8-a60d-197c81cb8...
2023-08-21T04:54:37
2023-08-26T07:30:17
2023-08-26T07:30:17
NONE
null
null
null
### 1. System information Server that generated the TFLite file: - OS Platform and Distribution: `Linux debian 6.1.0-9-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1 (2023-05-08) x86_64 GNU/Linux`. - TensorFlow installation: Pip. - TensorFlow library: tensorflow 2.13.0. Android client that interprets this TFLi...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61654/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/61654/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61653
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61653/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61653/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61653/events
https://github.com/tensorflow/tensorflow/issues/61653
1,858,568,805
I_kwDOArmXAs5ux4Jl
61,653
Check failed when running tensorflow.python.ops.gen_nn_ops.max_pool_grad_with_argmax
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "@dmc1778,\r\nI was able to reproduce the issue on colab using TF v2.12, 2.13, tf-nightly. Please find the attached [gist](https://colab.research.google.com/gist/tilakrayal/9f8239ce2a78438cb1af73973f495bb6/untitled1332.ipynb).\r\n\r\nSince Segmentation faults can be considered as potential security vulnerabilities ...
2023-08-21T04:37:48
2023-09-06T01:47:12
2023-09-06T01:47:09
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution 22.04 ### 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/61653/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/61653/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61652
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61652/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61652/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61652/events
https://github.com/tensorflow/tensorflow/issues/61652
1,858,560,241
I_kwDOArmXAs5ux2Dx
61,652
Check failed when running tensorflow.python.ops.gen_nn_ops.max_pool_grad_with_argmax (colab+local)
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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 @dmc1778 ,\r\n\r\nI have replicated the reported behaviour with Tf2.13v and tf-nightly also. Attached screenshot below for reference.\r\n\r\n<img width=\"1497\" alt=\"Screenshot 2023-08-22 at 4 02 45 PM\" src=\"https://github.com/tensorflow/tensorflow/assets/116063290/0d6acdef-55af-4e3b-bd0d-f71b10390c8c\">\r\n...
2023-08-21T04:27:24
2023-08-23T11:07:10
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 Yes ### OS platform and distribution 22.04 ### Mobile device _No response_ ### Python version 3.9 ### Bazel version _No response_ ### GCC/compiler version _No...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61652/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/61652/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61651
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61651/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61651/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61651/events
https://github.com/tensorflow/tensorflow/issues/61651
1,858,258,054
I_kwDOArmXAs5uwsSG
61,651
Tensorflow on Manjaro
{ "login": "Gadrawingz", "id": 50759844, "node_id": "MDQ6VXNlcjUwNzU5ODQ0", "avatar_url": "https://avatars.githubusercontent.com/u/50759844?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Gadrawingz", "html_url": "https://github.com/Gadrawingz", "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
[ "@Gadrawingz For setting up the TF and installing the build tools to configure your development environment, please follow these steps as mentioned [here](https://www.tensorflow.org/install/source#setup_for_linux_and_macos). Thank you!\r\n\r\n", "This issue is stale because it has been open for 7 days with no act...
2023-08-20T20:22:39
2023-09-06T01:47:15
2023-09-06T01:47:10
NONE
null
null
null
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.8 ### Custom code Yes ### OS platform and distribution Linux Manjaro ### Mobile device Android ### Python version 3.11 ### Bazel version _No response_ ### GCC/compiler vers...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61651/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/61651/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61650
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61650/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61650/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61650/events
https://github.com/tensorflow/tensorflow/issues/61650
1,858,228,628
I_kwDOArmXAs5uwlGU
61,650
Activation function of a Dense hidden layer not getting invoked.
{ "login": "therealsachin", "id": 2357424, "node_id": "MDQ6VXNlcjIzNTc0MjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/2357424?v=4", "gravatar_id": "", "url": "https://api.github.com/users/therealsachin", "html_url": "https://github.com/therealsachin", "followers_url": "https://api.github....
[ { "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
[ "NOTE: \r\nWhen I downgraded tf from 2.13.0 to 2.12.0, the code worked as expected.\r\n\r\nThe output with tf 2.12.0. The final decoder layer is outputting values [0.5, 0.5, 0.5] as expected.\r\n\r\n```\r\nPython 3.8.17 (default, Jul 5 2023, 15:35:58) \r\n[Clang 14.0.6 ]\r\nPython Platform: macOS-13.4-arm64-arm-64...
2023-08-20T18:45:47
2023-09-23T01:46:30
2023-09-23T01:46:28
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version v2.13.0-rc2-7-g1cb1a030a62 2.13.0 ### Custom code Yes ### OS platform and distribution MacOS 13.4, MacBook Pro M2 Max ### Mobile device _No response_ ### Python version 3.8.17 ### Baze...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61650/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/61650/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61649
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61649/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61649/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61649/events
https://github.com/tensorflow/tensorflow/issues/61649
1,858,215,517
I_kwDOArmXAs5uwh5d
61,649
GPU error Tensorflow with 2.1
{ "login": "junaidjawaid1", "id": 138015606, "node_id": "U_kgDOCDnzdg", "avatar_url": "https://avatars.githubusercontent.com/u/138015606?v=4", "gravatar_id": "", "url": "https://api.github.com/users/junaidjawaid1", "html_url": "https://github.com/junaidjawaid1", "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": "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
[ "@junaidjawaid1,\r\nHave you installed CUDA from the [official site](https://developer.nvidia.com/cuda-downloads)? And have you installed the right version? The [current one is 11.8](https://www.tensorflow.org/install/source#gpu).\r\n\r\nAlso you are trying with tensorflow v2.1 which is a pretty older version. It'...
2023-08-20T17:59:51
2023-09-18T08:41:23
2023-09-15T01:47:38
NONE
null
null
null
### Issue type Others ### Have you reproduced the bug with TensorFlow Nightly? No ### Source source ### TensorFlow version 2.1 ### Custom code Yes ### OS platform and distribution CentOS Linux release 7.4.1708 ### Mobile device _No response_ ### Python version 3.6 ### Ba...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61649/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/61649/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61648
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61648/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61648/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61648/events
https://github.com/tensorflow/tensorflow/issues/61648
1,858,129,058
I_kwDOArmXAs5uwMyi
61,648
Cannot build tensorflow from source
{ "login": "thinhdinh25", "id": 75488819, "node_id": "MDQ6VXNlcjc1NDg4ODE5", "avatar_url": "https://avatars.githubusercontent.com/u/75488819?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thinhdinh25", "html_url": "https://github.com/thinhdinh25", "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": "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
[ "Python 3.8 is no longer supported. You must use Python 3.9, 3.10 or 3.11.\r\nAlso you appear to be building as root. Don't do that.", "Please create a new environment and make sure Bazel and other dependencies are installed properly as per the tested build configuration mentioned below. \r\nhttps://www.tensorflo...
2023-08-20T13:40:36
2023-09-09T01:57:00
2023-09-09T01:56:58
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version latest ### Custom code Yes ### OS platform and distribution Debian 12 ### Mobile device _No response_ ### Python version Python 3.8 ### Bazel version Latest ### GCC/compiler version...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61648/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/61648/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61647
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61647/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61647/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61647/events
https://github.com/tensorflow/tensorflow/issues/61647
1,857,920,164
I_kwDOArmXAs5uvZyk
61,647
docs: spurious favicon in template
{ "login": "wolfgang42", "id": 2261204, "node_id": "MDQ6VXNlcjIyNjEyMDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/2261204?v=4", "gravatar_id": "", "url": "https://api.github.com/users/wolfgang42", "html_url": "https://github.com/wolfgang42", "followers_url": "https://api.github.com/users...
[ { "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": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "Hello, @wolfgang42! Could you please point here the page where the link didn't work for you so that we could fix it. Thank you!", "Some examples include https://www.tensorflow.org/ and https://www.tensorflow.org/js , but I didn’t do an exhaustive search.", "@wolfgang42 Thank you for your response!\r\nCould you...
2023-08-20T01:35:20
2023-09-01T18:44:52
null
NONE
null
null
null
I can’t work out where the template for this lives, but the Tensorflow docs (at least the homepage and a couple of random pages I spot-checked) have a spurious favicon link to an image that doesn’t exist: <pre>&lt;link href="<a href="https://www.tensorflow.org/static/en/site-assets/images/marketing/favicon.png">/sta...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61647/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/61647/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61646
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61646/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61646/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61646/events
https://github.com/tensorflow/tensorflow/issues/61646
1,857,895,069
I_kwDOArmXAs5uvTqd
61,646
Check failure when running tf.config.experimental_connect_to_host
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_url": "https://api.gi...
[ { "login": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_u...
null
[ "Hi @dmc1778,\r\nI was able to reproduce the issue on colab using TF v2.13, tf-nightly. Please find the attached [gist](https://colab.sandbox.google.com/gist/Varsha-anjanappa/d8e29e7afd36fba18f4d1f168770b17c/61646.ipynb).\r\n\r\nSince Segmentation faults can be considered as potential security vulnerabilities plea...
2023-08-19T23:04:06
2023-09-06T01:47:18
2023-09-06T01:47:12
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 22.04 ### 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/61646/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/61646/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61645
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61645/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61645/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61645/events
https://github.com/tensorflow/tensorflow/issues/61645
1,857,606,791
I_kwDOArmXAs5uuNSH
61,645
CKPT to TFLite
{ "login": "md-rifatkhan", "id": 102645154, "node_id": "U_kgDOBh49og", "avatar_url": "https://avatars.githubusercontent.com/u/102645154?v=4", "gravatar_id": "", "url": "https://api.github.com/users/md-rifatkhan", "html_url": "https://github.com/md-rifatkhan", "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": "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
[ "1.Convert your TensorFlow checkpoint files to a SavedModel format. This is typically done using the tf.saved_model.save function. Here's an example:\r\n\r\nimport tensorflow as tf\r\n\r\n# Load the model architecture and checkpoint\r\nmodel = ... # Load or define your model here\r\ncheckpoint_path = 'path/to/your...
2023-08-19T06:53:28
2024-01-12T02:48:51
2023-09-07T01:47:27
NONE
null
null
null
How can I convert ckpt file to TF Lite, while I've only .ckpt file. No meta-file present
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61645/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/61645/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61644
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61644/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61644/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61644/events
https://github.com/tensorflow/tensorflow/issues/61644
1,857,575,219
I_kwDOArmXAs5uuFkz
61,644
`tf.image.crop_to_bounding_box()` assumes `tf.int32` arguments, but not documented as such
{ "login": "agkphysics", "id": 5217766, "node_id": "MDQ6VXNlcjUyMTc3NjY=", "avatar_url": "https://avatars.githubusercontent.com/u/5217766?v=4", "gravatar_id": "", "url": "https://api.github.com/users/agkphysics", "html_url": "https://github.com/agkphysics", "followers_url": "https://api.github.com/users...
[ { "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": 473173272, ...
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 @agkphysics ,\r\n\r\nThanks for reporting this. Yes I have tested the API **`tf.image.crop_to_bounding_box`** with all `tf.dtypes` `tf.uint8,tf.uint16,tf.uint32,tf.uint64,tf.int32,tf.int64, tf.float32, tf.float64,tf.bfloat16,tf.float16`\r\n\r\nOnly `tf.int32` is acceptable dtype for the arguments `offset_height...
2023-08-19T05:24:59
2023-08-23T17:18:57
2023-08-23T17:18:57
NONE
null
null
null
### Issue type Documentation Feature Request ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version 2.13.0 ### Custom code No ### OS platform and distribution Linux Ubuntu 22.04 (WSL 2) ### Mobile device _No response_ ### Python ver...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61644/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/61644/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61643
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61643/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61643/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61643/events
https://github.com/tensorflow/tensorflow/issues/61643
1,857,494,031
I_kwDOArmXAs5utxwP
61,643
Check failure when running tf.keras.layers.RepeatVector
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "@dmc1778 The issue is not getting replicated on colab using TF v2.13 and tf-nightly, please find the [gist](https://colab.research.google.com/gist/sushreebarsa/1ac4bd8ac80db3c5453fca1d9e36f14d/61643.ipynb) here. Thank you! ", "> @dmc1778 The issue is not getting replicated on colab using TF v2.13 and tf-nightly,...
2023-08-19T02:33:17
2023-08-25T09:04:03
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 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/61643/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/61643/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61642
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61642/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61642/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61642/events
https://github.com/tensorflow/tensorflow/issues/61642
1,857,491,404
I_kwDOArmXAs5utxHM
61,642
Check failure when running tf.compat.v1.layers.MaxPooling1D
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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 @dmc1778,\r\n\r\nI have tested the code with tf version 2.12 and tf-nightly and its working fine by raising exception, please find the [gist](https://colab.sandbox.google.com/gist/Varsha-anjanappa/a9cbdf4d498596ff6c234d194ad7ae33/61642.ipynb) here. \r\n\r\nThank you!", "> \r\n\r\nThanks @Varsha-anjanappa. On ...
2023-08-19T02:28:18
2023-08-23T11:56:05
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 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/61642/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/61642/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61641
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61641/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61641/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61641/events
https://github.com/tensorflow/tensorflow/pull/61641
1,857,445,854
PR_kwDOArmXAs5YSbbP
61,641
Minor clarification for `Dataset.prefetch` docs
{ "login": "matangover", "id": 5028956, "node_id": "MDQ6VXNlcjUwMjg5NTY=", "avatar_url": "https://avatars.githubusercontent.com/u/5028956?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matangover", "html_url": "https://github.com/matangover", "followers_url": "https://api.github.com/users...
[ { "id": 1114343535, "node_id": "MDU6TGFiZWwxMTE0MzQzNTM1", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/comp:data", "name": "comp:data", "color": "0052cc", "default": false, "description": "tf.data related issues" }, { "id": 1169364259, "node_id": "MDU6TG...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Hi, I don't work on tf data so I don't think I'm the right reviewer for this PR, could you please find a different reviewer? Thanks!", "Hi @aaudiber Can you please review this PR ? Thank you!", "@wilsingosti My proposed change does not remove the concept of elements. After my change, the note reads:\r\n\r\n> N...
2023-08-19T01:01:42
2023-11-05T03:48:15
2023-11-05T03:48:12
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61641", "html_url": "https://github.com/tensorflow/tensorflow/pull/61641", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61641.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61641.patch", "merged_at": null }
I found the existing wording somewhat confusing ("XXX will prefetch two elements, while XXX will prefetch two elements"). The new wording makes the difference clearer.
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61641/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/61641/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61640
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61640/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61640/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61640/events
https://github.com/tensorflow/tensorflow/pull/61640
1,856,884,276
PR_kwDOArmXAs5YQhYi
61,640
Add CPU and GPU behavior notice and example to tf.nn.embedding_lookup function
{ "login": "harshavardhan-b20", "id": 113964278, "node_id": "U_kgDOBsr09g", "avatar_url": "https://avatars.githubusercontent.com/u/113964278?v=4", "gravatar_id": "", "url": "https://api.github.com/users/harshavardhan-b20", "html_url": "https://github.com/harshavardhan-b20", "followers_url": "https://api...
[ { "id": 390482148, "node_id": "MDU6TGFiZWwzOTA0ODIxNDg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/awaiting%20review", "name": "awaiting review", "color": "bc3869", "default": false, "description": "Pull request awaiting review" }, { "id": 987666414, ...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).\n\nView this [failed invocation](https://github.com/tensorflow/tensorflow/pull/61640/checks?check_run_...
2023-08-18T15:10:16
2023-10-04T07:23:16
2023-10-04T07:23:16
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61640", "html_url": "https://github.com/tensorflow/tensorflow/pull/61640", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61640.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61640.patch", "merged_at": "2023-10-...
Title: Add CPU and GPU Behavior Notice and Example to tf.nn.embedding_lookup Function Description: This pull request addresses issue #17417. Changes Made: Added a notice and example directly to the source code of the tf.nn.embedding_lookup function to highlight the behavior difference between CPU and GPU...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61640/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/61640/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61639
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61639/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61639/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61639/events
https://github.com/tensorflow/tensorflow/issues/61639
1,856,768,952
I_kwDOArmXAs5urAu4
61,639
Softmax overflow issue with a large tensor
{ "login": "yufang67", "id": 23123536, "node_id": "MDQ6VXNlcjIzMTIzNTM2", "avatar_url": "https://avatars.githubusercontent.com/u/23123536?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yufang67", "html_url": "https://github.com/yufang67", "followers_url": "https://api.github.com/users/yuf...
[ { "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
[ "related to https://github.com/tensorflow/tensorflow/issues/60330", "@sachinprasadhs,\r\nI was able to reproduce the issue on tensorflow v2.12, v2.13 and tf-nightly. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/5ba9acb20cc199769dc8cc79ab685fe2/61639.ipynb).", "any updates?...
2023-08-18T13:55:11
2023-09-05T15:53:54
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version tf 2.14.0 dev20230706 ### Custom code Yes ### OS platform and distribution Ubuntu 20.04 ### Mobile device _No response_ ### Python version 3.8 ### Bazel version _No response_ ### GC...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61639/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/61639/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61638
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61638/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61638/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61638/events
https://github.com/tensorflow/tensorflow/pull/61638
1,856,657,281
PR_kwDOArmXAs5YPv5W
61,638
[ROCm] Fixed error: call to 'min' is ambiguous
{ "login": "i-chaochen", "id": 913790, "node_id": "MDQ6VXNlcjkxMzc5MA==", "avatar_url": "https://avatars.githubusercontent.com/u/913790?v=4", "gravatar_id": "", "url": "https://api.github.com/users/i-chaochen", "html_url": "https://github.com/i-chaochen", "followers_url": "https://api.github.com/users/i...
[ { "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
[ "@i-chaochen From https://github.com/tensorflow/tensorflow/pull/61397#discussion_r1276540276, a proper fix is to change the line as `min(static_cast<unsigned int>(blockDim.y), static_cast<unsigned int>(num_rows - blockIdx.y * blockDim.y));`. Can you test it?" ]
2023-08-18T12:39:36
2023-08-21T07:24:33
2023-08-21T07:24:33
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61638", "html_url": "https://github.com/tensorflow/tensorflow/pull/61638", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61638.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61638.patch", "merged_at": "2023-08-...
many build errors due to this ambiguous min() call. @akuegel Thanks in advance
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61638/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/61638/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61637
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61637/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61637/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61637/events
https://github.com/tensorflow/tensorflow/pull/61637
1,856,601,024
PR_kwDOArmXAs5YPjj_
61,637
Register DEVICE_DEFAULT for Assign(Add/Sub)VariableOp
{ "login": "jswag180", "id": 16256045, "node_id": "MDQ6VXNlcjE2MjU2MDQ1", "avatar_url": "https://avatars.githubusercontent.com/u/16256045?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jswag180", "html_url": "https://github.com/jswag180", "followers_url": "https://api.github.com/users/jsw...
[ { "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-08-18T11:58:21
2023-09-01T20:30:17
2023-08-28T16:27:27
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61637", "html_url": "https://github.com/tensorflow/tensorflow/pull/61637", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61637.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61637.patch", "merged_at": "2023-08-...
Ran into this when trying to run this example (https://www.tensorflow.org/agents/tutorials/6_reinforce_tutorial) with the example Pluggable Device.
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61637/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/61637/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61636
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61636/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61636/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61636/events
https://github.com/tensorflow/tensorflow/pull/61636
1,856,598,560
PR_kwDOArmXAs5YPjBt
61,636
TFLite XNNPack Delegate: use kernel size of 5 for correspondingly named tests
{ "login": "christian-steinmeyer", "id": 7511021, "node_id": "MDQ6VXNlcjc1MTEwMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/7511021?v=4", "gravatar_id": "", "url": "https://api.github.com/users/christian-steinmeyer", "html_url": "https://github.com/christian-steinmeyer", "followers_url":...
[ { "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
[]
2023-08-18T11:56:29
2023-08-31T07:01:53
2023-08-31T07:01:53
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61636", "html_url": "https://github.com/tensorflow/tensorflow/pull/61636", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61636.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61636.patch", "merged_at": "2023-08-...
The [documentation](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/delegates/xnnpack/README.md#sparse-inference) explicitly states that 5x5 kernels are supported and the test heads suggest, that kernel sizes of 5 should be tested, but actually, kernel sizes of 3 are tested. This PR changes the ker...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61636/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/61636/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61635
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61635/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61635/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61635/events
https://github.com/tensorflow/tensorflow/issues/61635
1,856,570,815
I_kwDOArmXAs5uqQW_
61,635
external/XNNPACK/src/qs8-igemm/gen/4x16c8-minmax-avx512skx.c:242:15: error: implicit declaration of function '_kshiftri_mask64' is invalid in C99
{ "login": "B-JackMao", "id": 57884144, "node_id": "MDQ6VXNlcjU3ODg0MTQ0", "avatar_url": "https://avatars.githubusercontent.com/u/57884144?v=4", "gravatar_id": "", "url": "https://api.github.com/users/B-JackMao", "html_url": "https://github.com/B-JackMao", "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": "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 @B-JackMao \r\n\r\nThe TF 2.4.0 is not being supported currently. Can you please check with latest stable version TF 2.13. with following configurations?\r\n\r\n```\r\nbuild --action_env ANDROID_NDK_HOME=\"/usr/local/android/android-ndk-r21e\"\r\nbuild --action_env ANDROID_NDK_API_LEVEL=\"26\"\r\nbuild --action...
2023-08-18T11:35:09
2023-09-09T01:57:03
2023-09-09T01:56:59
NONE
null
null
null
I run commands "bazel build -c opt --fat_apk_cpu=x86,x86_64,arm64-v8a,armeabi-v7a --host_crosstool_top=@bazel_tools//tools/cpp:toolchain //tensorflow/lite/java:tensorflow-lite" use tensorflow 2.4.0 bazel 3.1.0 ,NDK 27 ,SDK 29 ,But what should I do to resolve the following errors!!! ERROR: /home/ferey/.c...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61635/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/61635/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61634
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61634/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61634/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61634/events
https://github.com/tensorflow/tensorflow/pull/61634
1,856,296,135
PR_kwDOArmXAs5YOgYf
61,634
fix: rename _SLICE_ERORR
{ "login": "0o001", "id": 4294069, "node_id": "MDQ6VXNlcjQyOTQwNjk=", "avatar_url": "https://avatars.githubusercontent.com/u/4294069?v=4", "gravatar_id": "", "url": "https://api.github.com/users/0o001", "html_url": "https://github.com/0o001", "followers_url": "https://api.github.com/users/0o001/follower...
[ { "id": 987666414, "node_id": "MDU6TGFiZWw5ODc2NjY0MTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/ready%20to%20pull", "name": "ready to pull", "color": "2cd643", "default": false, "description": "PR ready for merge process" }, { "id": 1169364259, "no...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[]
2023-08-18T08:30:32
2023-09-13T17:47:42
2023-09-13T17:47:41
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61634", "html_url": "https://github.com/tensorflow/tensorflow/pull/61634", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61634.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61634.patch", "merged_at": "2023-09-...
null
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61634/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/61634/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61633
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61633/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61633/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61633/events
https://github.com/tensorflow/tensorflow/issues/61633
1,856,215,089
I_kwDOArmXAs5uo5gx
61,633
libtensorflowlite_jni.so (offset 0x2f3000):signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0xa59fdbc0
{ "login": "monsterzlz", "id": 142573552, "node_id": "U_kgDOCH9_8A", "avatar_url": "https://avatars.githubusercontent.com/u/142573552?v=4", "gravatar_id": "", "url": "https://api.github.com/users/monsterzlz", "html_url": "https://github.com/monsterzlz", "followers_url": "https://api.github.com/users/mon...
[ { "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
[ "[tombstone_00.zip](https://github.com/tensorflow/tensorflow/files/12376746/tombstone_00.zip)\r\n", "@monsterzlz Could you please try to upgrade to the latest TF version as the older versions are not actively supported. \r\nKeeping extra lines in label.txt would be an issue for crashing. Please confirm the steps ...
2023-08-18T07:31:16
2023-09-04T01:47:24
2023-09-04T01:47:21
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version org.tensorflow:tensorflow-lite:0.0.0-nightly org.tensorflow:tensorflow-lite-gpu:2.3.0 org.tensorflow:tensorflow-lite-support:0.1.0 ### Custom code Yes ### OS platform and distribution Ando...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61633/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/61633/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61632
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61632/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61632/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61632/events
https://github.com/tensorflow/tensorflow/pull/61632
1,856,094,194
PR_kwDOArmXAs5YN0pr
61,632
Allow merging compute-copy streams
{ "login": "buptzyb", "id": 38978109, "node_id": "MDQ6VXNlcjM4OTc4MTA5", "avatar_url": "https://avatars.githubusercontent.com/u/38978109?v=4", "gravatar_id": "", "url": "https://api.github.com/users/buptzyb", "html_url": "https://github.com/buptzyb", "followers_url": "https://api.github.com/users/buptzy...
[ { "id": 987666414, "node_id": "MDU6TGFiZWw5ODc2NjY0MTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/ready%20to%20pull", "name": "ready to pull", "color": "2cd643", "default": false, "description": "PR ready for merge process" }, { "id": 1169365494, "no...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Thanks for the review, Changhui! Improved the coding style according to your advice.", "Hi @changhuilin Can you please review this PR ? Thank you!", "Hi @changhuilin , what's our next step on this PR? Thank you!", "Hi @changhuilin Can you please review this PR ? Thank you!", "Hi @changhuilin Can you please...
2023-08-18T05:47:25
2024-05-02T21:55:55
2024-05-02T21:55:52
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61632", "html_url": "https://github.com/tensorflow/tensorflow/pull/61632", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61632.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61632.patch", "merged_at": "2024-05-...
This PR works as a part of the whole Multi-Stream feature in TF, which is proposed in #61185. Allow merging the host_to_device/device_to_host/device_to_device data copy streams into the compute stream in one stream group. This is useful to reduce the overhead caused by GPU stream synchronization, especially when dat...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61632/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/61632/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61631
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61631/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61631/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61631/events
https://github.com/tensorflow/tensorflow/issues/61631
1,855,888,053
I_kwDOArmXAs5unpq1
61,631
Overflow when running tf.compat.v1.manip.tile
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_url": "https://api.gi...
[ { "login": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_u...
null
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-18T00:56:31
2023-08-20T17:03:31
2023-08-20T17:03:28
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 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/61631/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/61631/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61630
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61630/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61630/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61630/events
https://github.com/tensorflow/tensorflow/issues/61630
1,855,886,740
I_kwDOArmXAs5unpWU
61,630
Overflow bug when running tf.image.resize
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-18T00:54:16
2023-08-20T17:03:46
2023-08-20T17:03:44
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61630/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/61630/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61629
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61629/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61629/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61629/events
https://github.com/tensorflow/tensorflow/issues/61629
1,855,885,856
I_kwDOArmXAs5unpIg
61,629
Overflow bug when running tf.compat.v1.image.resize
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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 @dmc1778 ,\r\n\r\nThe reported behaviour is replicated with Tf2.13v and tf-nightly and attached gists [2.13v](https://colab.sandbox.google.com/gist/SuryanarayanaY/87da64a1869cd267c221aa9a96a8dfcd/61629.ipynb) and [nightly](https://colab.sandbox.google.com/gist/SuryanarayanaY/b4fc16234d3d76d66b7bf15da6a7da1b/616...
2023-08-18T00:52:39
2023-08-21T15:04:25
2023-08-21T15:04:22
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 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/61629/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/61629/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61628
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61628/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61628/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61628/events
https://github.com/tensorflow/tensorflow/issues/61628
1,855,879,816
I_kwDOArmXAs5unnqI
61,628
Overflow when running tf.compat.v1.linalg.diag
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-18T00:42:33
2023-08-20T17:03:53
2023-08-20T17:03:50
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 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/61628/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/61628/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61627
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61627/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61627/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61627/events
https://github.com/tensorflow/tensorflow/issues/61627
1,855,876,952
I_kwDOArmXAs5unm9Y
61,627
Overflow bug when running tf.compat.v1.manip.tile
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_url": "https://api.gi...
[ { "login": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_u...
null
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-18T00:37:29
2023-08-20T17:04:00
2023-08-20T17:03:57
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 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/61627/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/61627/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61626
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61626/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61626/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61626/events
https://github.com/tensorflow/tensorflow/issues/61626
1,855,875,600
I_kwDOArmXAs5unmoQ
61,626
Overflow when running tf.compat.v1.tile
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-18T00:34:55
2023-08-20T17:04:05
2023-08-20T17:04:03
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 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/61626/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/61626/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61625
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61625/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61625/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61625/events
https://github.com/tensorflow/tensorflow/issues/61625
1,855,872,660
I_kwDOArmXAs5unl6U
61,625
Overflow bug when running tf.compat.v1.keras.layers.ZeroPadding2D
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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 @dmc1778 , \r\n\r\nThe reported behaviour is replicated with Tf2.13v and tf-nightly and attached gists [2.13v](https://colab.sandbox.google.com/gist/SuryanarayanaY/83a3bfab80ac66fdfffa8901f0c005f7/61625.ipynb) and [nightly](https://colab.sandbox.google.com/gist/SuryanarayanaY/0452ebe256e7bdc64e3901bf83943f4a/6...
2023-08-18T00:29:46
2023-08-21T17:53:57
2023-08-21T17:53:54
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 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/61625/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/61625/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61624
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61624/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61624/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61624/events
https://github.com/tensorflow/tensorflow/issues/61624
1,855,857,398
I_kwDOArmXAs5uniL2
61,624
Overflow bug when running tf.raw_ops.ResizeNearestNeighbor
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-18T00:04:42
2023-08-20T17:04:10
2023-08-20T17:04:07
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 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/61624/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/61624/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61623
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61623/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61623/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61623/events
https://github.com/tensorflow/tensorflow/issues/61623
1,855,854,124
I_kwDOArmXAs5unhYs
61,623
Overflow bug when running tf.raw_ops.Tile
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_url": "https://api.gi...
[ { "login": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_u...
null
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-17T23:59:05
2023-08-20T17:04:16
2023-08-20T17:04:13
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 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/61623/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/61623/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61622
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61622/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61622/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61622/events
https://github.com/tensorflow/tensorflow/issues/61622
1,855,853,014
I_kwDOArmXAs5unhHW
61,622
Overflow bug when running tf.keras.layers.ZeroPadding2D
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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", ...
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
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-17T23:57:05
2023-08-20T17:04:22
2023-08-20T17:04:20
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 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/61622/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/61622/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61621
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61621/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61621/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61621/events
https://github.com/tensorflow/tensorflow/issues/61621
1,855,850,732
I_kwDOArmXAs5ungjs
61,621
Overflow bug when running tf.keras.layers.ZeroPadding3D
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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 @dmc1778 , \r\n\r\nThe reported behaviour is replicated with Tf2.13v and tf-nightly and attached gists [2.13v](https://colab.sandbox.google.com/gist/SuryanarayanaY/afc553732e3db1c2c9de68833993da40/61621-2-13v.ipynb) and [nightly](https://colab.sandbox.google.com/gist/SuryanarayanaY/0d26a2f799d077b53ea3f6ac7aa4...
2023-08-17T23:52:52
2023-08-21T18:00:06
2023-08-21T18:00:03
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 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/61621/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/61621/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61620
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61620/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61620/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61620/events
https://github.com/tensorflow/tensorflow/issues/61620
1,855,849,772
I_kwDOArmXAs5ungUs
61,620
Overflow bug when running tf.linalg.diag on colab
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-17T23:51:04
2023-08-20T17:05:05
2023-08-20T17:05:03
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 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/61620/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/61620/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61619
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61619/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61619/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61619/events
https://github.com/tensorflow/tensorflow/pull/61619
1,855,843,024
PR_kwDOArmXAs5YM_KN
61,619
Remove dependency on simple_console_for_windows
{ "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...
[ { "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
[ "Hi @angerson and @mihaimaruseac thank you for the PR. It is working well, wheels are generated successfully and sanity tests are passing.", "Thank you for confirming!" ]
2023-08-17T23:40:23
2023-08-21T06:49:50
2023-08-21T06:49:50
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61619", "html_url": "https://github.com/tensorflow/tensorflow/pull/61619", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61619.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61619.patch", "merged_at": "2023-08-...
This is one way of getting around the problem where TF is too big to build on Windows. If bazel is told to create the runfiles symlink tree explicitly, Windows can use the same method as Linux to build the pip package without needing to zip everything up, and simple_console_for_windows is no longer needed. The cavea...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61619/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/61619/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61618
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61618/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61618/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61618/events
https://github.com/tensorflow/tensorflow/issues/61618
1,855,837,812
I_kwDOArmXAs5undZ0
61,618
Colab session crashes for unknown reasons when when running tf.raw_ops.ResizeBilinear on colab
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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 @dmc1778 ,\r\n\r\nI think it should be OOM problem as colab crashes with` Allocation of 2149856268 exceeds 10% of free system memory.`\r\n\r\nAlso Please refer to Dev team comment on one of your earlier tickets #59359 on similar reported behaviour.\r\n\r\nRefer attached snapshot also.\r\n\r\n<img width=\"1506\"...
2023-08-17T23:32:12
2023-09-09T01:57:09
2023-09-09T01:57:01
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61618/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/61618/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61617
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61617/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61617/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61617/events
https://github.com/tensorflow/tensorflow/issues/61617
1,855,832,141
I_kwDOArmXAs5uncBN
61,617
Overflow bug when running tf.clip_by_value on colab
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "@dmc1778,\r\nI tried to execute the mentioned code in an alternative approach with the different input where it was executed without any issues. The input which was provided was out of scope which was executed with the OOM error. Kindly find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/d...
2023-08-17T23:23:57
2023-09-06T01:47:21
2023-09-06T01:47:15
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61617/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/61617/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61616
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61616/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61616/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61616/events
https://github.com/tensorflow/tensorflow/issues/61616
1,855,818,288
I_kwDOArmXAs5unYow
61,616
Test_on_batch() gives the same loss output on different batches in a single run
{ "login": "garryyan2", "id": 40864379, "node_id": "MDQ6VXNlcjQwODY0Mzc5", "avatar_url": "https://avatars.githubusercontent.com/u/40864379?v=4", "gravatar_id": "", "url": "https://api.github.com/users/garryyan2", "html_url": "https://github.com/garryyan2", "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": "sampathweb", "id": 1437573, "node_id": "MDQ6VXNlcjE0Mzc1NzM=", "avatar_url": "https://avatars.githubusercontent.com/u/1437573?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sampathweb", "html_url": "https://github.com/sampathweb", "followers_url": "https://api.github.com/users...
[ { "login": "sampathweb", "id": 1437573, "node_id": "MDQ6VXNlcjE0Mzc1NzM=", "avatar_url": "https://avatars.githubusercontent.com/u/1437573?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sampathweb", "html_url": "https://github.com/sampathweb", "followers_url": "https://...
null
[ "Hi, \r\n\r\nCould you please provide reproducible code so that we can replicate the reported behavior. Thanks!", " Hi,\r\nThank you looking into the issue. I will work on the reproducible code next week.\r\nRegards,Garry\r\n On Thursday, August 24, 2023 at 11:16:01 AM PDT, Sachin Prasad ***@***.***> wrote: \...
2023-08-17T23:10:29
2023-11-17T18:03:40
null
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### TensorFlow version tf 2.10.0 ### Custom code Yes ### OS platform and distribution windows 10 ### Python version 3.10.12 ### Current behavior? I noticed the problem when I got a straight horizonta...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61616/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/61616/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61615
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61615/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61615/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61615/events
https://github.com/tensorflow/tensorflow/issues/61615
1,855,767,289
I_kwDOArmXAs5unML5
61,615
Overflow bug when running tf.raw_ops.Pad
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "id": 473172988, "node_id": "MDU6TGFiZWw0NzMxNzI5ODg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:bug", "name": "type:bug", "color": "159b2e", "default": false, "description": "Bug" } ]
closed
false
{ "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "https://api.github.c...
[ { "login": "sushreebarsa", "id": 84765720, "node_id": "MDQ6VXNlcjg0NzY1NzIw", "avatar_url": "https://avatars.githubusercontent.com/u/84765720?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sushreebarsa", "html_url": "https://github.com/sushreebarsa", "followers_url": "...
null
[ "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12TRhd9xSxjXZjcZFNXPGk4kc1-qMdv3gc6bEP90vY1ew/viewform?entry.85265664=Yes&entry.2137816233=https://github.com/tensorflow/tensorflow/issues/61615\">Yes</a>\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQ...
2023-08-17T22:06:34
2023-08-20T17:05:57
2023-08-20T17:05:51
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 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/61615/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/61615/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61614
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61614/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61614/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61614/events
https://github.com/tensorflow/tensorflow/issues/61614
1,855,764,486
I_kwDOArmXAs5unLgG
61,614
Overflow when running tf.raw_ops.PadV2
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_url": "https://api.gi...
[ { "login": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_u...
null
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-17T22:03:19
2023-08-20T17:06:05
2023-08-20T17:06:03
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61614/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/61614/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61613
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61613/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61613/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61613/events
https://github.com/tensorflow/tensorflow/issues/61613
1,855,762,858
I_kwDOArmXAs5unLGq
61,613
Overflow bug when running tf.tile
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-17T22:01:13
2023-08-20T17:06:11
2023-08-20T17:06:09
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 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/61613/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/61613/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61612
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61612/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61612/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61612/events
https://github.com/tensorflow/tensorflow/issues/61612
1,855,760,708
I_kwDOArmXAs5unKlE
61,612
Overflow when running tf.image.pad_to_bounding_box on colab
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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 @dmc1778 , \r\n\r\nThe reported behaviour is replicated with Tf2.13v and tf-nightly and attached gists [2.13v](https://colab.sandbox.google.com/gist/SuryanarayanaY/f3c46bd0862861062d586e3f63ef6dc6/61612-2-13v.ipynb) and [nightly](https://colab.sandbox.google.com/gist/SuryanarayanaY/876b472a93130a91defcb2631956...
2023-08-17T21:58:34
2023-08-21T18:00:17
2023-08-21T18:00:13
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61612/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/61612/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61611
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61611/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61611/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61611/events
https://github.com/tensorflow/tensorflow/issues/61611
1,855,759,333
I_kwDOArmXAs5unKPl
61,611
Overflow bug when running tf.raw_ops.Tile on colab
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-17T21:56:54
2023-08-20T17:06:18
2023-08-20T17:06:15
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61611/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/61611/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61610
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61610/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61610/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61610/events
https://github.com/tensorflow/tensorflow/issues/61610
1,855,756,051
I_kwDOArmXAs5unJcT
61,610
Overflow when running tf.keras.layers.ZeroPadding2D
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_url": "https://api.gi...
[ { "login": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_u...
null
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-17T21:53:16
2023-08-20T17:06:25
2023-08-20T17:06:22
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61610/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/61610/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61609
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61609/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61609/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61609/events
https://github.com/tensorflow/tensorflow/issues/61609
1,855,754,824
I_kwDOArmXAs5unJJI
61,609
Overflow bug when running tf.keras.layers.ZeroPadding3D
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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", ...
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
[ "Not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\n\r\nPlease consult again the SECURITY.md guide, please don't spam with low quality issues.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12...
2023-08-17T21:51:46
2023-08-20T17:06:31
2023-08-20T17:06:29
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61609/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/61609/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61608
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61608/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61608/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61608/events
https://github.com/tensorflow/tensorflow/issues/61608
1,855,528,995
I_kwDOArmXAs5umSAj
61,608
Overflow bug when running tf.pad on colab
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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 @dmc1778 , \r\n\r\nThe reported behaviour is replicated with Tf2.13v and tf-nightly and attached gists [2.13v](https://colab.sandbox.google.com/gist/SuryanarayanaY/29eda785ec3df75c66fad7d184fc6786/61608-2-13v.ipynb) and [nightly](https://colab.sandbox.google.com/gist/SuryanarayanaY/c0b6a6aeccdc8449bd9ea36f398d...
2023-08-17T18:47:06
2023-08-21T17:54:56
2023-08-21T17:54:54
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 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/61608/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/61608/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61607
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61607/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61607/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61607/events
https://github.com/tensorflow/tensorflow/issues/61607
1,855,517,187
I_kwDOArmXAs5umPID
61,607
Issue with nightly-gpu docker image
{ "login": "zndr27", "id": 31940813, "node_id": "MDQ6VXNlcjMxOTQwODEz", "avatar_url": "https://avatars.githubusercontent.com/u/31940813?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zndr27", "html_url": "https://github.com/zndr27", "followers_url": "https://api.github.com/users/zndr27/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
[ "@zndr27 Could you try to use TF v2.13 instead of the nightly as it might not be stable. Please have a look at the compatible [versions](https://www.tensorflow.org/install/source#tested_build_configurations) as well. Thank you!", "This issue is stale because it has been open for 7 days with no activity. It will ...
2023-08-17T18:37:54
2023-09-04T01:47:27
2023-09-04T01:47:26
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.15.0-dev20230816 ### Custom code Yes ### OS platform and distribution Ubuntu 20.04 ### Mobile device _No response_ ### Python version 3.11 ### Bazel ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61607/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/61607/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61606
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61606/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61606/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61606/events
https://github.com/tensorflow/tensorflow/issues/61606
1,855,279,479
I_kwDOArmXAs5ulVF3
61,606
Cannot type "I Accept" to extract from hexagon_nn_skel
{ "login": "octavflorescu", "id": 15170320, "node_id": "MDQ6VXNlcjE1MTcwMzIw", "avatar_url": "https://avatars.githubusercontent.com/u/15170320?v=4", "gravatar_id": "", "url": "https://api.github.com/users/octavflorescu", "html_url": "https://github.com/octavflorescu", "followers_url": "https://api.githu...
[ { "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 @octavflorescu \r\n\r\nDid you get any prompt after `Type \"I ACCEPT\" if you agree to the terms of the license: You didn't accept the\r\nlicense. Extraction aborted.` ?\r\n\r\nI have given `I ACCEPT` was able to succesfully extract files despite extraction aborted message.\r\n\r\n<img width=\"557\" alt=\"image...
2023-08-17T15:55:59
2023-09-21T06:59:42
2023-08-21T09:35:58
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version hexagon_nn_skel_v1.20.0.1 ### Custom code No ### OS platform and distribution Android ### Mobile device Android ### Python version _No response_ ### Bazel version _No response_ ### ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61606/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/61606/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61605
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61605/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61605/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61605/events
https://github.com/tensorflow/tensorflow/issues/61605
1,855,221,283
I_kwDOArmXAs5ulG4j
61,605
Crash when running tf.keras.layers.MaxPool2D on colab
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "Hi @dmc1778 \r\n`MaxPool2D `takes a **tuple of integer** as input for `stride `and `pool_size`. \r\nChange arg_0 and strids to tuples.\r\n` arg_0_0 = 1e+38`\r\n `arg_0_1 = 16777216`\r\n `arg_0 = (arg_0_0, arg_0_1)`\r\n `strides_0 = 2`\r\n `strides_1 = 2`\r\n `strides = (strides_0, strides_1)`\r\n\r\nPlease re...
2023-08-17T15:21:19
2023-10-27T01:47:25
2023-10-27T01:47:23
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61605/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/61605/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61604
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61604/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61604/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61604/events
https://github.com/tensorflow/tensorflow/issues/61604
1,855,218,046
I_kwDOArmXAs5ulGF-
61,604
Integer overflow when running tf.compat.v1.matrix_diag on colab
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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 @dmc1778 , \r\n\r\nThe reported behaviour is replicated with Tf2.13v and tf-nightly and attached gists [2.13v](https://colab.sandbox.google.com/gist/SuryanarayanaY/be183efd14ef95066c4168fea6b5533a/61604-2-13v.ipynb) and [nightly](https://colab.sandbox.google.com/gist/SuryanarayanaY/f101504321c8e70a0a4c9ac570b2...
2023-08-17T15:19:19
2023-09-09T01:57:12
2023-09-09T01:57:03
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 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/61604/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/61604/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61603
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61603/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61603/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61603/events
https://github.com/tensorflow/tensorflow/issues/61603
1,855,175,907
I_kwDOArmXAs5uk7zj
61,603
Crash when running tf.compat.v1.keras.layers.MaxPool2D on colab
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "id": 404586594, "node_id": "MDU6TGFiZWw0MDQ1ODY1OTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stat:awaiting%20tensorflower", "name": "stat:awaiting tensorflower", "color": "f4b400", "default": false, "description": "Status - Awaiting response from tensorflo...
closed
false
{ "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_url": "https://api.gi...
[ { "login": "sachinprasadhs", "id": 73069040, "node_id": "MDQ6VXNlcjczMDY5MDQw", "avatar_url": "https://avatars.githubusercontent.com/u/73069040?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinprasadhs", "html_url": "https://github.com/sachinprasadhs", "followers_u...
null
[ "@dmc1778 I was able to run the code successfully without any crash using TfF v2.13 and tf-nightly, please find the gist [here](https://colab.research.google.com/gist/sushreebarsa/cc30d8029ece2a42565fe8626681cc6f/61603.ipynb). Thank you!", "> @dmc1778 I was able to run the code successfully without any crash usin...
2023-08-17T14:57:29
2023-09-06T23:45:16
2023-09-06T23:45:13
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version _No response_ ### Bazel version _No response_ ### GCC/co...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61603/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/61603/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61602
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61602/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61602/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61602/events
https://github.com/tensorflow/tensorflow/issues/61602
1,855,171,687
I_kwDOArmXAs5uk6xn
61,602
Integer overflow when running tf.raw_ops.MatrixDiagV3 on colab
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_url": "https://api.gi...
[ { "login": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_u...
null
[ "Hi @dmc1778 ,\r\n\r\nIt is not an issue, that's an error that is being returned to the user instead of performing bad computations.\r\nPlease consult again the SECURITY.md guide.\r\n\r\nThank you!!", "Closing as not a real issue.", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.g...
2023-08-17T14:55:02
2023-08-21T14:16:10
2023-08-21T14:16:03
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 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/61602/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/61602/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61601
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61601/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61601/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61601/events
https://github.com/tensorflow/tensorflow/issues/61601
1,855,152,969
I_kwDOArmXAs5uk2NJ
61,601
Crash when running tf.keras.layers.MaxPooling2D
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "@dmc1778,\r\nLooks like this is the duplicate for the issue #61605. Could you please close this issue, since it is already being tracked there? Thank you!\r\n", "Are you satisfied with the resolution of your issue?\n<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfaP12TRhd9xSxjXZjcZFNXPGk4kc1-qMdv3gc6bEP90vY...
2023-08-17T14:44:21
2023-08-23T13:07:44
2023-08-23T13:07:41
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 Yes ### OS platform and distribution PRETTY_NAME="Ubuntu 22.04.2 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.2 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61601/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/61601/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61600
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61600/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61600/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61600/events
https://github.com/tensorflow/tensorflow/issues/61600
1,855,113,551
I_kwDOArmXAs5ukslP
61,600
Integer overflow when running tf.linalg.diag
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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 @dmc1778 , \r\n\r\nThe reported behaviour is replicated with Tf2.13v and tf-nightly and attached gists [2.13v](https://colab.sandbox.google.com/gist/SuryanarayanaY/75444d6d31c9738cca13b7d11862aa02/61600.ipynb) and [nightly](https://colab.sandbox.google.com/gist/SuryanarayanaY/c0c3dfa68858d2f0abe6e3398c26f192/6...
2023-08-17T14:22:48
2023-09-09T01:57:18
2023-09-09T01:57:04
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 Yes ### OS platform and distribution PRETTY_NAME="Ubuntu 22.04.2 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.2 LTS (Jammy Jellyfish)" V...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61600/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/61600/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61599
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61599/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61599/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61599/events
https://github.com/tensorflow/tensorflow/issues/61599
1,855,109,541
I_kwDOArmXAs5ukrml
61,599
Integer overflow when running tf.experimental.numpy.identity
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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": "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
[ "@dmc1778 I wasn't able to replicate the issue [here](https://colab.research.google.com/gist/sushreebarsa/b2b048de1b7534372423db5e99903a53/61599.ipynb) and the colab is crashing. That's an error that is being returned to the user instead of performing bad computations.\r\nCould you please report this in the proper ...
2023-08-17T14:20:37
2023-08-21T18:01:10
2023-08-21T18:01:07
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 Yes ### OS platform and distribution PRETTY_NAME="Ubuntu 22.04.2 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.2 LTS (Jammy Jellyfish)" V...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61599/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/61599/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61598
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61598/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61598/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61598/events
https://github.com/tensorflow/tensorflow/issues/61598
1,854,554,356
I_kwDOArmXAs5uikD0
61,598
AttributeError: module 'tensorflow.python.pywrap_mlir' has no attribute 'experimental_convert_saved_model_v1'
{ "login": "lordrebel", "id": 12432469, "node_id": "MDQ6VXNlcjEyNDMyNDY5", "avatar_url": "https://avatars.githubusercontent.com/u/12432469?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lordrebel", "html_url": "https://github.com/lordrebel", "followers_url": "https://api.github.com/users/...
[ { "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": 1097543484, "node_id": "MDU6TGFiZWwxMDk3NTQzNDg0", ...
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 Im using Iree tf import tool to convert a savedmodel to mlirbc, but got this error, and I checked the code in [pywrap_mlir](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/pywrap_mlir.py) found the function named `\"experimental_convert_saved_model_v1\"` is really not exsisted but a func...
2023-08-17T08:51:23
2023-09-12T15:12:19
2023-09-12T04:27:44
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version v1.12.1-96406-gfa4d29bfef8 2.14.0-dev20230706 ### Custom code No ### OS platform and distribution UIbuntu 20.04 ### Mobile device UIbuntu 20.04 ### Python version _No response_ ### Ba...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61598/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/61598/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61597
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61597/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61597/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61597/events
https://github.com/tensorflow/tensorflow/pull/61597
1,854,208,482
PR_kwDOArmXAs5YHZty
61,597
Update to CONTRIBUTING.md
{ "login": "rivalavocado", "id": 56943827, "node_id": "MDQ6VXNlcjU2OTQzODI3", "avatar_url": "https://avatars.githubusercontent.com/u/56943827?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rivalavocado", "html_url": "https://github.com/rivalavocado", "followers_url": "https://api.github.c...
[ { "id": 1169364458, "node_id": "MDU6TGFiZWwxMTY5MzY0NDU4", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/size:S", "name": "size:S", "color": "adafea", "default": false, "description": "CL Change Size: Small" } ]
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).\n\nView this [failed invocation](https://github.com/tensorflow/tensorflow/pull/61597/checks?check_run_...
2023-08-17T04:04:08
2023-12-15T06:34:51
2023-12-15T06:34:50
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61597", "html_url": "https://github.com/tensorflow/tensorflow/pull/61597", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61597.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61597.patch", "merged_at": null }
null
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61597/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/61597/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61596
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61596/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61596/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61596/events
https://github.com/tensorflow/tensorflow/issues/61596
1,854,118,575
I_kwDOArmXAs5ug5qv
61,596
Could not find a version that satisfies the requirement tensorflow-compression~=2.12.0 (from versions: none)
{ "login": "xueyee0802", "id": 142464953, "node_id": "U_kgDOCH3XuQ", "avatar_url": "https://avatars.githubusercontent.com/u/142464953?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xueyee0802", "html_url": "https://github.com/xueyee0802", "followers_url": "https://api.github.com/users/xue...
[ { "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 @xueyee0802 ,\r\n\r\nAFAIK , `tensorflow-compression` binaries available only for 2.13 version onwards. Could you please refer to Pypi source [here](https://pypi.org/project/tensorflow-compression/#files).\r\n\r\nPlease try importing 2.13 version. Also for any further bugs please report concern repo attached [h...
2023-08-17T01:59:06
2023-09-06T01:47:24
2023-09-06T01:47:17
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version fail ### Custom code Yes ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version 3.9.12 ### Bazel version ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61596/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/61596/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61595
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61595/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61595/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61595/events
https://github.com/tensorflow/tensorflow/pull/61595
1,853,927,807
PR_kwDOArmXAs5YGe8n
61,595
[oneDNN] upgrade onednn version to 3.2.1
{ "login": "kanvi-nervana", "id": 42224278, "node_id": "MDQ6VXNlcjQyMjI0Mjc4", "avatar_url": "https://avatars.githubusercontent.com/u/42224278?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kanvi-nervana", "html_url": "https://github.com/kanvi-nervana", "followers_url": "https://api.githu...
[ { "id": 987666414, "node_id": "MDU6TGFiZWw5ODc2NjY0MTQ=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/ready%20to%20pull", "name": "ready to pull", "color": "2cd643", "default": false, "description": "PR ready for merge process" }, { "id": 1104829434, "no...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "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
[ "Could you fix the failing Tests", "> Thank you for the PR! Could you please provide reasons for cherry-picking this into TF 2.14? Does v3.2.1 address some security issues?\r\n\r\n@penpornk oneDNN v3.2.1 has a fix for this bug https://github.com/tensorflow/tensorflow/issues/61510", "@kanvi-nervana Thank you for...
2023-08-16T21:27:04
2023-08-17T20:49:28
2023-08-17T20:49:27
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61595", "html_url": "https://github.com/tensorflow/tensorflow/pull/61595", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61595.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61595.patch", "merged_at": "2023-08-...
This PR upgrades oneDNN version to 3.2.1
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61595/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/61595/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61594
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61594/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61594/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61594/events
https://github.com/tensorflow/tensorflow/issues/61594
1,853,549,686
I_kwDOArmXAs5ueux2
61,594
TFLite GPU delegate: Broadcast output incorrect
{ "login": "MichaelTylerArm", "id": 67695629, "node_id": "MDQ6VXNlcjY3Njk1NjI5", "avatar_url": "https://avatars.githubusercontent.com/u/67695629?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MichaelTylerArm", "html_url": "https://github.com/MichaelTylerArm", "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": "sirakiin", "id": 4479310, "node_id": "MDQ6VXNlcjQ0NzkzMTA=", "avatar_url": "https://avatars.githubusercontent.com/u/4479310?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sirakiin", "html_url": "https://github.com/sirakiin", "followers_url": "https://api.github.com/users/sirak...
[ { "login": "sirakiin", "id": 4479310, "node_id": "MDQ6VXNlcjQ0NzkzMTA=", "avatar_url": "https://avatars.githubusercontent.com/u/4479310?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sirakiin", "html_url": "https://github.com/sirakiin", "followers_url": "https://api.gi...
null
[ "Hi @MichaelTylerArm \r\n\r\nAs per this [comment](https://github.com/tensorflow/tensorflow/issues/60043#issuecomment-1487821343), for broadcasting the values on GPU delegate, we need to be more explicit by restructuring the data.\r\n\r\nPlease check this similar issue #60043 and let us know if it helps.\r\n\r\nTha...
2023-08-16T16:16:20
2023-09-04T11:00:13
2023-09-04T11:00:10
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version Nightly at 09cf1b2a39023e617e003a51be39d419702c2d36 ### Custom code Yes ### OS platform and distribution Android 12 2023-03-01 ### Mobile device Vivo X80 ###...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61594/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/61594/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61593
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61593/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61593/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61593/events
https://github.com/tensorflow/tensorflow/issues/61593
1,853,358,198
I_kwDOArmXAs5ueAB2
61,593
Build: Protobuf fails with "File already exists in database"
{ "login": "Flamefire", "id": 309017, "node_id": "MDQ6VXNlcjMwOTAxNw==", "avatar_url": "https://avatars.githubusercontent.com/u/309017?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Flamefire", "html_url": "https://github.com/Flamefire", "followers_url": "https://api.github.com/users/Flam...
[ { "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": "vam-google", "id": 25311427, "node_id": "MDQ6VXNlcjI1MzExNDI3", "avatar_url": "https://avatars.githubusercontent.com/u/25311427?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vam-google", "html_url": "https://github.com/vam-google", "followers_url": "https://api.github.com/use...
[ { "login": "vam-google", "id": 25311427, "node_id": "MDQ6VXNlcjI1MzExNDI3", "avatar_url": "https://avatars.githubusercontent.com/u/25311427?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vam-google", "html_url": "https://github.com/vam-google", "followers_url": "https:...
null
[ "Hi @Flamefire ,\r\n\r\nCould you please confirm the sequence of steps. Tf2.13v supports protobuf >=3.20 versions as per [source](https://github.com/tensorflow/tensorflow/blob/r2.13/tensorflow/tools/pip_package/setup.py#L96) where as it seems protobuf 3.19v has been installed.", "@SuryanarayanaY Thanks for the hi...
2023-08-16T14:24:31
2023-08-31T07:21:16
null
CONTRIBUTOR
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 No ### OS platform and distribution _No response_ ### Mobile device _No response_ ### Python version 3.10 ### Bazel version 5.1.1 ### GCC/compiler version ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61593/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/61593/timeline
null
null
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61592
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61592/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61592/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61592/events
https://github.com/tensorflow/tensorflow/pull/61592
1,853,252,704
PR_kwDOArmXAs5YEMAX
61,592
Lowering tfl.reshape + TFL-to-TOSA/standard pattern organization
{ "login": "rafaelubalmw", "id": 133914350, "node_id": "U_kgDOB_te7g", "avatar_url": "https://avatars.githubusercontent.com/u/133914350?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rafaelubalmw", "html_url": "https://github.com/rafaelubalmw", "followers_url": "https://api.github.com/use...
[ { "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" } ]
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-08-16T13:30:12
2023-08-21T17:15:46
2023-08-21T17:15:46
NONE
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61592", "html_url": "https://github.com/tensorflow/tensorflow/pull/61592", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61592.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61592.patch", "merged_at": null }
This pull request includes the following features: 1. Introduction of alternative TFL-to-TOSA and TFL-to-standard conversion patterns, each activated based on the ability of a given TFL op to be represented in the TOSA dialect. 2. TFL-to-TOSA lowering for operation `tfl.reshape`. 3. TFL-to-standard lowering for op...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61592/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/61592/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61591
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61591/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61591/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61591/events
https://github.com/tensorflow/tensorflow/pull/61591
1,852,964,337
PR_kwDOArmXAs5YDNEE
61,591
Add `use_default_shell_env = True` to `ctx.actions.run`
{ "login": "Flamefire", "id": 309017, "node_id": "MDQ6VXNlcjMwOTAxNw==", "avatar_url": "https://avatars.githubusercontent.com/u/309017?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Flamefire", "html_url": "https://github.com/Flamefire", "followers_url": "https://api.github.com/users/Flam...
[ { "id": 390482148, "node_id": "MDU6TGFiZWwzOTA0ODIxNDg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/awaiting%20review", "name": "awaiting review", "color": "bc3869", "default": false, "description": "Pull request awaiting review" }, { "id": 750616506, ...
open
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Hi @Flamefire Can you please check @majiddadashi's comments and keep us posted ? Thank you!", "This PR is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you.", "@majiddadashi Any update here?", "Hi @majiddadashi Any update on this PR? Plea...
2023-08-16T10:35:45
2024-06-07T16:11:35
null
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61591", "html_url": "https://github.com/tensorflow/tensorflow/pull/61591", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61591.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61591.patch", "merged_at": null }
This is required e.g. for `_generate_op_reg_offsets_impl` which otherwise will ommit e.g. `LD_LIBRARY_PATH` which then fails to find a (system-)libprotobuf.so when generating `//tensorflow/python:math_ops_reg_offsets` This is in line with other usages of this function to generate files using external tools and prev...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61591/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/61591/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61590
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61590/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61590/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61590/events
https://github.com/tensorflow/tensorflow/issues/61590
1,852,321,462
I_kwDOArmXAs5uaC62
61,590
Train Simple Audio Recognition - TinyML
{ "login": "siddarthnandy", "id": 72363465, "node_id": "MDQ6VXNlcjcyMzYzNDY1", "avatar_url": "https://avatars.githubusercontent.com/u/72363465?v=4", "gravatar_id": "", "url": "https://api.github.com/users/siddarthnandy", "html_url": "https://github.com/siddarthnandy", "followers_url": "https://api.githu...
[ { "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": 750616506, "node_id": "MDU6TGFiZWw3NTA2MTY1MDY=", ...
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
[ "@petewarden \r\n@dansitu ", "@siddarthnandy,\r\n**tensorflow.contrib** is not available in tensorflow v2.x. Removed the old `tf.contrib.layers` and replace them with [TF Slim](https://github.com/google-research/tf-slim) symbols.\r\n\r\nCould you please take a look at this official migration doc link which refers...
2023-08-16T00:27:17
2023-09-21T02:03:36
2023-09-21T02:03:34
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.12.0 ### Custom code Yes ### OS platform and distribution Windows 11 ### Mobile device _No response_ ### Python version 3.10.12 ### Bazel version _No response_ ### GCC/compiler ve...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61590/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/61590/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61589
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61589/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61589/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61589/events
https://github.com/tensorflow/tensorflow/pull/61589
1,852,209,885
PR_kwDOArmXAs5YAp3_
61,589
[XLA:CPU][oneDNN] : Add OneDNN softmax rewriter
{ "login": "sachinmuradi", "id": 43043975, "node_id": "MDQ6VXNlcjQzMDQzOTc1", "avatar_url": "https://avatars.githubusercontent.com/u/43043975?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sachinmuradi", "html_url": "https://github.com/sachinmuradi", "followers_url": "https://api.github.c...
[ { "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": 1169365682, "node_id": "MDU6TGFiZWwxMTY5MzY1Njgy", ...
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
[ "Hi @sachinmuradi Can you please rebase your branch and resolve conflicts? Thank you!", "This PR is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you.", "Hi @sachinmuradi Can you please rebase your branch and resolve conflicts? Thank you!", ...
2023-08-15T22:15:33
2023-12-13T14:16:26
2023-12-13T14:16:26
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61589", "html_url": "https://github.com/tensorflow/tensorflow/pull/61589", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61589.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61589.patch", "merged_at": null }
This PR rewrites the below mentioned HLO pattern, into softmax pattern and executes it through custom call to oneDNN softmax library function. This pattern is mainly seen in flax/jax [softmax ](https://github.com/google/jax/blob/a259df0d76e50e0e54fa5a69a7c6b78975cde10a/jax/_src/random.py#L1025)operation, with Float32 ...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61589/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/61589/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61588
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61588/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61588/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61588/events
https://github.com/tensorflow/tensorflow/pull/61588
1,852,187,697
PR_kwDOArmXAs5YAkz2
61,588
Update Windows Release Build File
{ "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-08-15T21:58:47
2023-08-15T22:03:03
2023-08-15T22:03:02
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61588", "html_url": "https://github.com/tensorflow/tensorflow/pull/61588", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61588.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61588.patch", "merged_at": "2023-08-...
null
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61588/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/61588/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61587
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61587/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61587/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61587/events
https://github.com/tensorflow/tensorflow/issues/61587
1,851,921,244
I_kwDOArmXAs5uYhNc
61,587
pybind11_proto from python to C++
{ "login": "BlaziusMaximus", "id": 17283933, "node_id": "MDQ6VXNlcjE3MjgzOTMz", "avatar_url": "https://avatars.githubusercontent.com/u/17283933?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BlaziusMaximus", "html_url": "https://github.com/BlaziusMaximus", "followers_url": "https://api.gi...
[ { "id": 473173272, "node_id": "MDU6TGFiZWw0NzMxNzMyNzI=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/type:feature", "name": "type:feature", "color": "159b2e", "default": false, "description": "Feature requests" }, { "id": 1478826728, "node_id": "MDU6TGF...
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
[ "The pybind11_proto doc mentions going from python to c++, and provides an [example](https://github.com/pybind/pybind11_protobuf#basic-example). You simply specify the function's proto argument as a const proto reference in c++, then pass the proto to that function in python. Unfortunately, there are issues with th...
2023-08-15T18:28:52
2023-08-16T18:41:06
2023-08-16T18:41:05
CONTRIBUTOR
null
null
null
@BlaziusMaximus thanks for the explanation. I've been exploring how to update the [`import_graph_def()`](https://github.com/tensorflow/tensorflow/blob/v2.13.0/tensorflow/python/framework/importer.py#L353-L411) code-path to use pybind11_protobuf and I could use your help with the following: Similar to how pybind11_pro...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61587/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/61587/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61586
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61586/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61586/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61586/events
https://github.com/tensorflow/tensorflow/pull/61586
1,851,902,180
PR_kwDOArmXAs5X_m6g
61,586
Updated Windows Release Build File
{ "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": 1169364458, "node_id": "MDU6TGFiZWwxMTY5MzY0NDU4", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/size:S", "name": "size:S", "color": "adafea", "default": false, "description": "CL Change Size: Small" } ]
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "This will severely impact performance on Windows. MSVC often chooses not to inline functions marked as \"inline\", leading to much higher function call overhead, particularly for low-level Eigen functions - hence the need for Eigen to explicitly use `__forceinline` on MSVC.\r\n\r\nIt would be preferable to find o...
2023-08-15T18:15:02
2023-08-21T11:40:18
2023-08-21T11:40:14
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61586", "html_url": "https://github.com/tensorflow/tensorflow/pull/61586", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61586.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61586.patch", "merged_at": null }
The TensorFlow CPU release build was failing on the Windows platform. The reason for the failure was the creation of a large zip file named simple_console_for_windows.zip, whose size was 4GB exceeding the limit zipper.exe could handle. Solution: Overriding the EIGEN_STRONG_INLINE macro resolved the issue by keeping...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61586/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/61586/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61585
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61585/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61585/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61585/events
https://github.com/tensorflow/tensorflow/pull/61585
1,851,319,934
PR_kwDOArmXAs5X9rAp
61,585
Fix undefined reference to memset
{ "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": 750616506, "node_id": "MDU6TGFiZWw3NTA2MTY1MDY=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/comp:lite", "name": "comp:lite", "color": "0052cc", "default": false, "description": "TF Lite related issues" }, { "id": 1169364259, "node_id": "MDU6TGF...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Made moot by https://github.com/tensorflow/tensorflow/commit/57203ff7024239fe6caaf9be54744f2c990a00ef" ]
2023-08-15T12:00:21
2023-08-16T07:16:28
2023-08-16T07:16:21
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61585", "html_url": "https://github.com/tensorflow/tensorflow/pull/61585", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61585.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61585.patch", "merged_at": null }
Add include of cstring to resolve symbol Fixes: https://github.com/tensorflow/tensorflow/issues/61584
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61585/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/61585/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61584
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61584/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61584/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61584/events
https://github.com/tensorflow/tensorflow/issues/61584
1,851,158,346
I_kwDOArmXAs5uVm9K
61,584
Build failure on AARCH64 - undeclared identifier 'memset'
{ "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
{ "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
[ "FYI @cfRod @nSircombe ", "Fixed by https://github.com/tensorflow/tensorflow/commit/57203ff7024239fe6caaf9be54744f2c990a00ef", "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&e...
2023-08-15T09:33:59
2023-08-16T15:33:58
2023-08-16T07:17:00
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.16 ### Bazel version 6.1.0 ### GCC/compiler version 16.0.6 #...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61584/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/61584/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61583
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61583/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61583/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61583/events
https://github.com/tensorflow/tensorflow/pull/61583
1,850,956,838
PR_kwDOArmXAs5X8d8H
61,583
Remove tf_http_archive external Python deps
{ "login": "halseycamilla", "id": 111537937, "node_id": "U_kgDOBqXvEQ", "avatar_url": "https://avatars.githubusercontent.com/u/111537937?v=4", "gravatar_id": "", "url": "https://api.github.com/users/halseycamilla", "html_url": "https://github.com/halseycamilla", "followers_url": "https://api.github.com/...
[ { "id": 474725938, "node_id": "MDU6TGFiZWw0NzQ3MjU5Mzg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/stale", "name": "stale", "color": "d4c5f9", "default": false, "description": "This label marks the issue/pr stale - to be closed automatically if no activity" }, ...
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Hi @halseycamilla Can you please resolve conflicts? Thank you!", "> Hi @halseycamilla Can you please resolve conflicts? Thank you!\r\n\r\nresolved!", "ROCm is failing but it seems as though it currently isn't in the TF .bazelrc file anymore so that should be expected. There is a separate PR rn in TF https://gi...
2023-08-15T06:15:51
2023-09-22T01:47:33
2023-09-22T01:47:28
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61583", "html_url": "https://github.com/tensorflow/tensorflow/pull/61583", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61583.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61583.patch", "merged_at": null }
Migrate TF Python deps from being defined as tf_http_archives in workspace2.bzl to being in requirements.in. This consolidates where Python dependencies are defined, allows them to be more easily updated and also allows any version updates to be easily transferred to requirement.txt locked versions using the Hermetic P...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61583/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/61583/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61582
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61582/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61582/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61582/events
https://github.com/tensorflow/tensorflow/pull/61582
1,850,940,958
PR_kwDOArmXAs5X8ala
61,582
Update Abseil to fix MSVC compile error
{ "login": "johnnkp", "id": 22496821, "node_id": "MDQ6VXNlcjIyNDk2ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/22496821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/johnnkp", "html_url": "https://github.com/johnnkp", "followers_url": "https://api.github.com/users/johnnk...
[ { "id": 1169364259, "node_id": "MDU6TGFiZWwxMTY5MzY0MjU5", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/size:XS", "name": "size:XS", "color": "adafea", "default": false, "description": "CL Change Size: Extra Small" } ]
closed
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "There are no new commits to review. The blocker here is an internal breakage.", "If there still have Abseil-related breakage, that means someone needs to check which corresponding code is required to change.", "This was for @gbaned who keeps asking me to review the PR", "> This was for @gbaned who keeps aski...
2023-08-15T05:55:54
2023-09-14T07:33:07
2023-09-14T07:33:03
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61582", "html_url": "https://github.com/tensorflow/tensorflow/pull/61582", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61582.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61582.patch", "merged_at": null }
Currently, MSVC address sanitizer may not be enabled during compilation and cause compilation error. This PR updates Abseil to include the fix of https://github.com/tensorflow/tensorflow/issues/61435.
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61582/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/61582/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61581
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61581/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61581/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61581/events
https://github.com/tensorflow/tensorflow/pull/61581
1,850,831,717
PR_kwDOArmXAs5X8Dhk
61,581
Add RISC-V platform support with cmake in TFLite
{ "login": "bhbruce", "id": 55973122, "node_id": "MDQ6VXNlcjU1OTczMTIy", "avatar_url": "https://avatars.githubusercontent.com/u/55973122?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bhbruce", "html_url": "https://github.com/bhbruce", "followers_url": "https://api.github.com/users/bhbruc...
[ { "id": 390482148, "node_id": "MDU6TGFiZWwzOTA0ODIxNDg=", "url": "https://api.github.com/repos/tensorflow/tensorflow/labels/awaiting%20review", "name": "awaiting review", "color": "bc3869", "default": false, "description": "Pull request awaiting review" }, { "id": 750616506, ...
open
false
{ "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github.com/users/gbaned/fo...
[ { "login": "gbaned", "id": 48215717, "node_id": "MDQ6VXNlcjQ4MjE1NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/48215717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gbaned", "html_url": "https://github.com/gbaned", "followers_url": "https://api.github...
null
[ "Hi @Ferev Can you please review this PR ? Thank you!", "Hi @Ferev Can you please review this PR ? Thank you!", "Hi @Ferev Can you please review this PR ? Thank you!", "Hi @Ferev Can you please review this PR ? Thank you!", "Hi @Ferev Can you please review this PR ? Thank you!", "Hi @rascani Can you pleas...
2023-08-15T02:52:05
2024-06-07T16:11:22
null
CONTRIBUTOR
null
false
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/pulls/61581", "html_url": "https://github.com/tensorflow/tensorflow/pull/61581", "diff_url": "https://github.com/tensorflow/tensorflow/pull/61581.diff", "patch_url": "https://github.com/tensorflow/tensorflow/pull/61581.patch", "merged_at": null }
This PR is based on @JerryShih's PR and @terryheo's last comment on https://github.com/tensorflow/tensorflow/pull/48099#issuecomment-809005824. We add the document `tensorflow/lite/g3doc/guide/build_cmake_riscv.md` to demonstrate: - how to download prebuilt toolchain - how to build for risc-v target
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61581/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/61581/timeline
null
null
true
https://api.github.com/repos/tensorflow/tensorflow/issues/61580
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61580/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61580/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61580/events
https://github.com/tensorflow/tensorflow/issues/61580
1,850,802,850
I_kwDOArmXAs5uUQKi
61,580
Crash when running tensorflow.python.ops.nn_ops.fractional_max_pool
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_url": "https://api.gi...
[ { "login": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_u...
null
[ "Hi @dmc1778 ,\r\n\r\nI have tested the code with tf version 2.12 and tf-nightly and its working fine by raising exception.Please refer attached [gist](https://colab.sandbox.google.com/gist/Varsha-anjanappa/a41864da7612cae6ca710339989dc8b4/61580.ipynb).\r\n\r\nPlease report the security related issues through prope...
2023-08-15T02:05:49
2023-08-31T01:47:25
2023-08-31T01:47:23
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.10.0 ### Custom code Yes ### OS platform and distribution 22.04 ### 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/61580/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/61580/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61579
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61579/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61579/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61579/events
https://github.com/tensorflow/tensorflow/issues/61579
1,850,801,477
I_kwDOArmXAs5uUP1F
61,579
Abort when running tensorflow.python.ops.nn_ops.pool
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "@dmc1778,\r\n\r\nI was able to reproduce the issue on colab using TF v2.12, [2.13](https://colab.research.google.com/gist/tilakrayal/cea566242dc6e54e16a8b96961563219/untitled1321.ipynb), tf-nightly. Please find the attached [gist](https://colab.research.google.com/gist/tilakrayal/7fa1d3c4dd277a3b435064430d5fbe7e/u...
2023-08-15T02:03:40
2023-09-20T18:18:32
2023-09-01T01:48:30
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 Yes ### OS platform and distribution 22.04 ### Mobile device _No response_ ### Python version 3.9 ### Bazel version _No respon...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61579/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/61579/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61578
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61578/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61578/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61578/events
https://github.com/tensorflow/tensorflow/issues/61578
1,850,800,256
I_kwDOArmXAs5uUPiA
61,578
Abort when running tensorflow.python.ops.nn_ops.max_pool
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "@dmc1778 ,\r\n\r\nI have replicated the reported behaviour with tf-nightly and attached logs below.\r\n\r\n```\r\n(tf2.13) suryanarayanay@surya-ubuntu20:~$ python 61578.py \r\n2023-08-16 04:45:37.420609: E tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:9498] Unable to register cuDNN factory: Attempting t...
2023-08-15T02:01:35
2024-02-27T16:39:41
2024-02-23T00:50:19
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 Yes ### OS platform and distribution 22.04 ### Mobile device _No response_ ### Python version 3.9 ### Bazel version _No respon...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61578/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/61578/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61577
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61577/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61577/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61577/events
https://github.com/tensorflow/tensorflow/issues/61577
1,850,796,277
I_kwDOArmXAs5uUOj1
61,577
Crash when running tensorflow.python.eager.context.check_alive
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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
[ "@dmc1778 I was able to reproduce the issue on colab using TF v2.11, 2.13, tf-nightly. Please find the attached [gist](https://colab.research.google.com/gist/sushreebarsa/310cc763b05bf61db3b0d68b3ef35649/61577.ipynb). \r\nSince Segmentation faults can be considered as potential security vulnerabilities please read ...
2023-08-15T01:55:05
2023-09-01T01:48:35
2023-09-01T01:48:31
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.10.0 ### Custom code Yes ### OS platform and distribution 22.04 ### 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/61577/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/61577/timeline
null
completed
false
https://api.github.com/repos/tensorflow/tensorflow/issues/61576
https://api.github.com/repos/tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow/issues/61576/labels{/name}
https://api.github.com/repos/tensorflow/tensorflow/issues/61576/comments
https://api.github.com/repos/tensorflow/tensorflow/issues/61576/events
https://github.com/tensorflow/tensorflow/issues/61576
1,850,787,131
I_kwDOArmXAs5uUMU7
61,576
Crash when running tensorflow.python.ops.gen_image_ops.resize_area
{ "login": "dmc1778", "id": 17060581, "node_id": "MDQ6VXNlcjE3MDYwNTgx", "avatar_url": "https://avatars.githubusercontent.com/u/17060581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmc1778", "html_url": "https://github.com/dmc1778", "followers_url": "https://api.github.com/users/dmc177...
[ { "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": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_url": "https://api.gi...
[ { "login": "Varsha-anjanappa", "id": 137163810, "node_id": "U_kgDOCCz0Ig", "avatar_url": "https://avatars.githubusercontent.com/u/137163810?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Varsha-anjanappa", "html_url": "https://github.com/Varsha-anjanappa", "followers_u...
null
[ "Please report vulnerabilities using the proper channels. We might be required to take other preventive actions if this behavior continues (since you've been reporting these in public in the past too).", "Run on Different Machines: If possible, try running the code on a different machine or environment. This can ...
2023-08-15T01:40:14
2023-09-20T18:17:10
2023-09-02T01:46:11
NONE
null
null
null
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version 2.13.0 ### Custom code No ### OS platform and distribution 22.04 ### Mobile device _No response_ ### Python version 3.9 ### Bazel version _No respon...
{ "url": "https://api.github.com/repos/tensorflow/tensorflow/issues/61576/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/61576/timeline
null
completed
false