repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
tensorflowtensorflow
huhuuh
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
attributeerror float object have no attribute dtype when execute tfp optimizer differential evolution one step
Bug
this error be show whenever tf optimizer differential evolution one step be call this error be due to line 125 in the tensorflow optimizer file differential evolution py which be crossover prob 0 9 in this line the variable crossover prob be give as a float whereas it be require to be a tensorflow varia...
tensorflowtensorflow
tf histogram fix width bin miss input check for nbin
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow y os platform and distribution e g linux ubuntu 16 04 ubuntu 18 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n tensorflow i...
tensorflowtensorflow
tf datum experimental sample from dataset non deterministic in multi gpu
Bug
see system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 ubuntu 20 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device do not a...
tensorflowtensorflow
xla docs for map be unclear and incomplete
Bug
url s with the issue map description of issue what need change clear description no the section the map function be an arbitrary computation with the restriction that it have n input of scalar type t and a single output with type s the output have the same dimension as the ...
tensorflowtensorflow
description of tf raggedtensor s method xx be unclear
Bug
documentation bug for and description of issue usage example be unmatched tf raggedtensor have a number of class method for example ab add the usage example for these method be unmatched for instance the example code for add do not contain any ragged te...
tensorflowtensorflow
file system scheme s3 not implement
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow no os platform and distribution e g linux ubuntu 16 04 ubuntu 18 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device na tensorflow...
tensorflowtensorflow
deprecation message for tf compat v1 batch gather suggest invalid migration
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 colab tensorflow version use command below v2 7 0 0 gc256c071bb2 2 7 0 python version 3 7 12 describe the c...
tensorflowtensorflow
update gpu advanced md
Bug
update ththis this as per 53775
tensorflowtensorflow
use enable op determinism fix seed same hardware partial dgx still get different result in 2 8
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 cento tensorflow instal from source or binary pip tensorflow version use command below 2 8rc0 python version ...
tensorflowtensorflow
tf scatter nd document refer to deprecate apis
Bug
url s with the issue description of issue what need change clear description here be a paragraph describe the relationship between tf scatter nd and tf tensor scatter add this operation be similar to tf tensor scatter add except that the tensor be zero initialize call ...
tensorflowtensorflow
a spelling mistake in gpu delegate serialization doc
Bug
thank you for submit a tensorflow documentation issue per our github policy we only address code doc bug performance issue feature request and build installation issue on github the tensorflow doc be open source to get involve read the documentation contributor guide url s with the i...
tensorflowtensorflow
small mathematical typo at
Bug
url s with the issue description of issue what need change clear description currently at x 1 0 y f x 1 2 3 5 2 propose at x 1 0 y f x 1 2 2 5 2 submit a pull request yes I can submit a pull request if issu...
tensorflowtensorflow
tf trt efficientdet d0 pre build trt engine fail tf 2 7 0 trt 7 2 3
Bug
ubuntu 18 04 tensorflow 2 7 0 cuda 11 1 1 tenosrrt 7 2 3 4 cudnn 8 1 1 33 cuda compute capability 7 5 hardware ec2 g4dn 8xlarge tesla ture t4 tensor core tf2 model be from tensorflow 2 detection model zoo efficientdet d0 512x512 I try to convert save model to trt model and then pre build ...
tensorflowtensorflow
model subclasse access layer save as class variable to self dict for dynamic model definition
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution linux ubuntu 20 04 lt tensorflow instal from binary tensorflow version 2 5 0 python version 3 7 9 cuda cudnn version 11 2 gpu model and...
tensorflowtensorflow
update c api h
Bug
fix
tensorflowtensorflow
tf sparse softmax lack support for float16
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow y os platform and distribution e g linux ubuntu 16 04 ubuntu 18 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n tensorflow i...
tensorflowtensorflow
tf sparse to dense don t support complex dtype
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow y os platform and distribution e g linux ubuntu 16 04 ubuntu 18 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n tensorflow i...
tensorflowtensorflow
how to build tensorflow 1 15 with docker build I can only compile the late tensorflow2 9 accord to the official tutorial
Bug
image I want to switch branch r1 15 but it didn t work thankyou
tensorflowtensorflow
dataset batch change tensor shape and abort lstm fit
Bug
system information tensorflow version v2 4 0 49 g85c8b2a817f 2 4 1 platform kaggle tpu hi my lstm code give this error use dataset batch opt conda lib python3 7 site package tensorflow python keras engine training py 805 train function return step function self ite...
tensorflowtensorflow
tensorflow lite c api tfliteinterpreter mislead documentation
Bug
this be documentation bug in tflite c api I be not sure if I choose a proper issue tag description of issue what need change clear description see the documentation l146 l158 of tfliteinterpretercreate accord to this documentation the snippet below be valid c std v...
tensorflowtensorflow
model build documentation absent on wensite
Bug
the build method for model class be not document or and be not present on the page method 2 can this be add thank you
tensorflowtensorflow
tensorflow lite schema upgrade schema py move see schema fbs up to operator type arg descriptor
Bug
close 53566 I have custom docstre parser that be read in your codebase to make change down the track like automatically infer type and add they as annotation but this line of your codebase it s hiccup on because it s on a new line and have a colon in it and low indentation then the line above indicate same...
tensorflowtensorflow
attributeerror nonetype object have no attribute outer context when build a token classification model
Bug
hi I be train a token classification model and I use elmo embedding as one layer of my model I m use elmo embedding from tensorflow hub and I be use they with tensorflow 2 4 1 the same model architecture work when build in tensorflow 1 x but I need to migrate it to tf2 I follow the instruction on how t...
tensorflowtensorflow
tensorflow lite schema upgrade schema py have a docstring arg out of line
Bug
url s with the issue l234 description of issue what need change clear description the see schema fbs be an odd syntax which my custom docstre parser pick up as an argument what function do it have can it be move to the line above it python def remapopera...
tensorflowtensorflow
tensorboard load save model pb fail
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information window you can collect some of this information use our environment capture script ...
tensorflowtensorflow
pluggabledevice tf resource be not deserializable since 2 7
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 linux ubuntu 20 04 tensorflow instal from source or binary binary tensorflow version use command below 2 8 0 p...
tensorflowtensorflow
specify what be ag in the output of tf autograph to code
Bug
url s with the issue description of issue what need change I try to look everywhere but I could not find what be ag how could I use the output of tf autograph to code with the python interpreter I think the name ag be tf autograph but this module do not have functionscope...
tensorflowtensorflow
doc improvement
Bug
l812 dz dy tape gradient z w the variable dz dy could be more intuitive by rename to dz dw
tensorflowtensorflow
save model evaluate and validation always give 0 50 accuracy despite reach 96 on exact same datum during train
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 window 10 21h2 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device tensorflow ...
tensorflowtensorflow
remove reference to hcc
Bug
l739 hcc be remove from rocm in summer 2020 reference to it be likely cruft removable mark
tensorflowtensorflow
tflite io app crash with exc resource when build with xcode 13
Bug
system information have I write custom code yes os platform and distribution io 15 mobile device if the issue happen on mobile device iphone tensorflow instal from source tensorflow version 2 6 0 python version python 3 9 7 bazel version 4 2 1 homebrew gcc compiler ver...
tensorflowtensorflow
description error of non max suppression with score
Bug
thank you for submit a tensorflow documentation issue per our github policy we only address code doc bug performance issue feature request and build installation issue on github the tensorflow doc be open source to get involve read the documentation contributor guide url s with the i...
tensorflowtensorflow
tf keras dense layer output nan with kernel initializer random normal before fit
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow no os platform and distribution e g linux ubuntu 16 04 linux ubuntu 20 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device tensorfl...
tensorflowtensorflow
tuner tutorial rebuild model rather than save it
Bug
url s with the issue description of issue what need change the bottom of this tutorial say re instantiate the hypermodel and train it with the optimal number of epoch from above but there s no reason to train the model twice when you could use the callback to save the model at the good epoch ...
tensorflowtensorflow
tfjs v3 12 0 and wasm 3 12 0 for tfjs model pose detection movenet multipose wasm
Bug
when I try to run the demo of the model tfjs model pose detection with tfjs v3 12 0 and wasm 3 12 0 and configuration model movenet type multipose and backend wasm I get the follow error error kernel reciprocal not register for backend wasm image the demo wok well for the singl...
tensorflowtensorflow
quantize convolution layer operation in tf lite
Bug
hello to everyone for academic and research purpose I be try to understand the operation behind a quantize convolution layer in tensorflow lite for this purpose I choose effiecientnet lite0 model so I download pretraine efficientnet lite0 float32 and int8 tflite file from the official repository and run in...
tensorflowtensorflow
interpreter invoke call segmentation fault
Bug
system information os platform and distribution e g linux ubuntu 16 04 linux ubuntu 18 04 with usb coral tensorflow instal from source or binary source tensorflow version or github sha if from source v2 5 0 v2 6 0 description when I call inittfliteinterpret tflite...
tensorflowtensorflow
tutorial for autoencoder might be apply denoise to the wrong input datum
Bug
url s with the issue second example image denoise description of issue what need change the model be train to remove noise use the x train noisy as input and x train as target output later when demonstrate the denoise capability x test be use as input which be the original ...
tensorflowtensorflow
tensorflow textvectorization produce ragged tensor with no padding after load it from pickle
Bug
this be my textvectorization layer strip char string punctuation strip chars strip char replace strip chars strip char replace vocab size 15000 sequence length 20 batch size 64 def custom standardization input string lowercase tf string low in...
tensorflowtensorflow
unit test tensorflow python op rag ragged dispatch test fail on aarch64
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
wrong information
Bug
thank you for submit a tensorflow documentation issue per our github policy we only address code doc bug performance issue feature request and build installation issue on github the tensorflow doc be open source to get involve read the documentation contributor guide url s with the i...
tensorflowtensorflow
create an op documentation be outdate
Bug
url s with the issue description of issue what need change g std c 11 the option std c 11 be wrong I think it need at least std c 14 for tensorflow 2 7 this issue also exist in the custom op repo I think c 14 as default be introduce her...
tensorflowtensorflow
unit test tensorflow compiler xla test xla hlo profile test cpu give illegal instruction on aarch64
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
unit test tensorflow core ir fail or crash depend on optimization level
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
update documentation of dataformatvecpermute operation
Bug
resolve 53157 cc bixia1 fix invalid shape in the example update description of support input
tensorflowtensorflow
outdate documentation for dataformatvecpermute
Bug
this come up while create a tf trt converter for dataformatvecpermute in 52942 cc bixia1 url s with the issue python c java description of the issue what need change example imply that an input of shape 2 4 be valid but that should be 4 2 ...
tensorflowtensorflow
undefined reference to tensorflow str util endswith
Bug
on cento 8 tensorflow 2 6 instal from source python 3 8 2 gcc version 8 4 1 20200928 first I build libtensorflow use cmd bazel build tensorflow libtensorflow cc so second I build example tensorflow tensorflow example label image main cc g g std c 14 dlinux fpermissive...
tensorflowtensorflow
mislead behavior on matrix and vector division which be in contradiction with the documentation in nn softmax
Bug
system information have I write custom code yes os platform and distribution linux 5 4 104 x86 64 with ubuntu 18 04 bionic tensorflow version use command below 2 7 0 python version 3 7 12 describe the current behavior I find a misleading behavior when use broadcast between ...
tensorflowtensorflow
segmentation fault when pass tf string tensor argument in tflite
Bug
1 system information os platform and distribution e g linux ubuntu 16 04 linux ubuntu 20 04 tensorflow installation pip package or build from source pip tensorflow library version if pip package or github sha if build from source at least tf 2 7 and tf nightly be affect ...
tensorflowtensorflow
detail about tf keras layer conv2dtranspose param padding and output padding
Bug
description of issue what need change the documentation tell developer that output padding have only one restriction that it should be low that stride param and it may not be all inclusive clear description different from pytorch conv2dtranspose implement keras api which use padding param...
tensorflowtensorflow
tf distribute mirroredstrategy make wrong output with tf keras layer dense
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
unit test tensorflow compiler xla service cpu vectorize reduce with no vector register test fail on aarch64
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
xnnpack delegate not enable in tensorflow lite python interpreter
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow no os platform and distribution e g linux ubuntu 16 04 ubuntu 18 04 x64 and raspberry pi os 64bit raspio arm64 2021 04 09 mobile device e g iphone 8 pixel 2 samsung gal...
tensorflowtensorflow
wrong tensorflow lite link to hexagon nn skel run v1 21 actually be point to the v1 20 0 1
Bug
hi I want to download the hexagon nn skel run v1 21 in the tensorflow lite hexagon guide there be many link to many version the problem be that v1 21 be point to v1 20 so the question be where can I find the version 1 21 of hexagon nn skel run also in the guide it be specify that we must use the hexagon n...
tensorflowtensorflow
crash with tensorflow lite
Bug
system information os platform and distribution e g linux ubuntu 16 04 tensorflow instal from source or binary tensorflow version or github sha if from source provide the text output from tflite convert copy and paste here standalone code to reproduce the is...
tensorflowtensorflow
can not register 2 metric with the same name tensorflow api kera optimizer
Bug
please make sure that this be a build installation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag build template system information os platform and distribution e g linux ubuntu 16 04 mobile de...
tensorflowtensorflow
tf keras import raise an alreadyexistserror with keras 2 7
Bug
hello there wave I encounter a ci problem with a build job today that wasn t happen yesterday so I check the difference in term of dependency and the only difference be keras so I inspect the traceback and end up track the import from kera that cause trouble I already report this to the keras team in but...
tensorflowtensorflow
linker command not proper as it do not look under usr local lib
Bug
url s with the issue description of issue what need change in the linker section the give command be sudo ldconfig but as per the description it only link to the trust directory lib and usr lib this need to be replace with sudo ldconfig usr local lib v v b...
tensorflowtensorflow
model weight and training loss turn to nan during and after train
Bug
I m use keras layer to define a multi input single output model I ve check the calculation by pass a dummy datum to the layer use functional api and model predict before call model fit and the model work fine it compute the output as a float and calculate the loss value as expect however whenever I call mod...
tensorflowtensorflow
inconsistent result on every run with gpu
Bug
system information os platform and distribution colab tensorflow version 2 6 0 gpu describe the current behavior hello I m use tensorflow 2 4 0 with gpu support on my local machine to train a small cnn model I can get the same training result when I train it on cpu mode if I fix the ran...
tensorflowtensorflow
shape be incompatible when train pose classification
Bug
error valueerror shape 16 1 and 16 5 be incompatible occur when I m run pose classification ipynb on custom dataset at this line history model fit x train y train epoch 200 batch size 16 validation datum ...
tensorflowtensorflow
import tensorflow experimental numpy as tnp
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
undefine behaviour in range
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
numpy 1 21 2 3 cause feature column unit test failure
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
typo in the model compile code example tf keras optimizer not tf keras optimizer
Bug
thank you for submit a tensorflow documentation issue per our github policy we only address code doc bug performance issue feature request and build installation issue on github the tensorflow doc be open source to get involve read the documentation contributor guide url s with the i...
tensorflowtensorflow
valueerror convert a list of object of custom class extensiontype to tensor error
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 linux ubuntu 20 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no tensorf...
tensorflowtensorflow
typeerror to be compatible with tf eager defun python function must return zero or more tensor
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 linux ubuntu 20 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no ten...
tensorflowtensorflow
miss link to nightly version of binarycrossentropy
Bug
thank you for submit a tensorflow documentation issue per our github policy we only address code doc bug performance issue feature request and build installation issue on github the tensorflow doc be open source to get involve read the documentation contributor guide url s with the i...
tensorflowtensorflow
mirroredvariable have different value on replicas only first device be correct
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes two line os platform and distribution e g linux ubuntu 16 04 ubuntu 18 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device ...
tensorflowtensorflow
fail to invoke the interpreter with error provide datum count xxx must match the require count 3
Bug
1 system information osx 11 5 2 io 14 7 1 cento 8 4 2105 tensorflow v2 6 0 custom build for server cento 8 4 2105 tensorflow library tensorflowliteswift 2 6 the cento custom build tensorflow be build with the follow optimization flag march native msse4 1 msse4 2 ...
tensorflowtensorflow
update readme md
Bug
update tf logo as per brand guideline fix for 52355
tensorflowtensorflow
error occur during quantization usingtfliteconvert
Bug
1 system information linux ubunut 20 04 pip install tensorflow 2 6 0 pip install tensorflow model optimization 0 7 0 2 code 3 failure after conversion error tfl max pool 2d op quantization parameter violate the same scale constraint quant uniform vs quant un...
tensorflowtensorflow
meshgrid do not work with tf function
Bug
the follow code fail at runtime import tensorflow as tf def f x y return tf meshgrid x y tf function def g x y return tf meshgrid x y def main print f tensorflow version tf version version all value tf range 0 0 1 0 1 x y ...
tensorflowtensorflow
tf selu op be neither a custom op nor a flex op
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow os window 10 tensorflow instal from source or binary binary tensorflow version use command below v2 6 0 rc2 32 g919f693420e 2 6 0 python version 3 8 cuda cudnn version...
tensorflowtensorflow
use vector version of the logo in readme file
Bug
please replace the raster logo in the repository readme md file with its vector svg alternative available in the brand asset also I think the horizontal lockup be mark as the prefer one in the brand guideline
tensorflowtensorflow
documentation problem for gradient clip parameter
Bug
this issue reflect documentation of this as state in the above documentation relevant section c and paste below there be no difference between clipnorm and global clipnorm however look at the code show these parameter do 2 different thing recommend to update documentation clipnorm float or ...
tensorflowtensorflow
migration script insert loss reduction argument
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
unspecified datum type in image dataset from directory
Bug
thank you for submit a tensorflow documentation issue per our github policy we only address code doc bug performance issue feature request and build installation issue on github the tensorflow doc be open source to get involve read the documentation contributor guide url s with the i...
tensorflowtensorflow
tutorial link be miss
Bug
thank you for submit a tensorflow documentation issue per our github policy we only address code doc bug performance issue feature request and build installation issue on github the tensorflow doc be open source to get involve read the documentation contributor guide url s with the i...
tensorflowtensorflow
runtimeerror encounter unresolved custom op reorderaxe see instruction number 284 reorderaxe fail to prepare
Bug
system information os platform and distribution e g linux ubuntu 16 04 colab tensorflow instal from source or binary colab tensorflow version or github sha if from source convert model in tf1 x interpreter in late tf nightly I convert a model to tflite use follow code ...
tensorflowtensorflow
prune tflite model have invalid model identifier after post training quantisation
Bug
1 system information linux ubuntu 20 04 pip tensorflow package version 2 6 0 2 code reproducable code in this gist scrollto rd0cefccgn2c 3 description after prune a keras model accord to tf colab the post training quantize tflite can t be invoke the quantisation wor...
tensorflowtensorflow
model maker object detection tutorial bug
Bug
I run the model maker object detection tutorial via colab scrollto qhl8lqvamety however a problem occur in model object detector create train datum model spec spec batch size 8 train whole model true validation datum validation datum epoch 1 50 ...
tensorflowtensorflow
issue with tf save model save
Bug
I can not understand why this serious issue be not pay any attention for such a long time
tensorflowtensorflow
incorrect link under api reference
Bug
url s with the issue please provide a link to the documentation entry api reference description of issue what need change clear description under the description of api reference api reference there be a link to a google doc for tensorflow 2 api doc advice t...
tensorflowtensorflow
mac m1 tf2 5 0 no layer for integerlookup normalization stringlookup
Bug
system information os platform and distribution macos big sur version 11 3 1 with mac m1 chip tensorflow instal from tensorflow version use command below tf 2 5 python version 3 8 debug output import tensorflow as tf print tf version git version tf version version ...
tensorflowtensorflow
create dataset from large numpy array via from tensor slice crash without any error message or warning
Bug
I use tf 2 6 and when I try to create dataset from large numpy array 10 gb via from tensor slice the code break when I try to train via fit or even just attempt to iterate over the dataset the code just break and exist no warning no error message nothing I have not find any similar issue mention anyw...
tensorflowtensorflow
different prediction on gpu between tf keras model load model and tf save model load
Bug
system information os platform and distribution e g linux ubuntu 16 04 linux ubuntu 20 04 tensorflow instal from source or binary binary tensorflow version use command below 2 4 1 python version 3 8 2 cuda cudnn version 11 0 gpu model and memory geforce gtx 1050 4 ...
tensorflowtensorflow
error
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
a bug for tf keras layer textvectorization when build from save config and weight
Bug
I have try write a python program to save tf keras layer textvectorization to disk and load it with the answer of the textvectorization layer build from save config output a vector with wrong length when the arg output sequence length be not none and output mode int for example if I set output sequence lengt...
tensorflowtensorflow
bug
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
share embed column
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow ...
tensorflowtensorflow
a few documentation error and omission for install tensorflow for c
Bug
the page install tensorflow for c have several error and omission 1 the first link binding for other language be a dead link error 404 2 it say that it be build nightly but the second link libtensorflow nightly gcs bucket say that it be last build about a year ago 3 it look as though i...
tensorflowtensorflow
unimplemented deterministic gpu implementation of unsorted segment reduction op not available with auc metric and tf deterministic op
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 opensuse leap 15 2 tensorflow instal from source or binary binary tensorflow version use command below v2 6 0 rc2 ...
tensorflowtensorflow
gpu delegate issue
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow no os platform and distribution e g linux ubuntu 16 04 android os oreo api level 27 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue ...
tensorflowtensorflow
init node head prediction class string lookup table init lookuptableimportv2 doesn t exist in graph
Bug
please make sure that this be a bug as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag bug template system information have I write custom code as oppose to use a stock example script provide in tensorflow n...
tensorflowtensorflow
tf keras layers maxpooling3d crash
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 linux ubuntu 18 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a te...
tensorflowtensorflow
bug load the old version of tfs and kera
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 window 10 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on a mobile device no 4 1 ...
tensorflowtensorflow
custom metrics doc doesn t mention assign method
Bug
url s with the issue custom metric description of issue what need change first small issue reset state be deprecate il should be reset state shouldn t it furthermore this method be not require when create a custom metric second issue it be not necessary to subcl...
tensorflowtensorflow
tf linalg diag issue
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 mac os tensorflow instal from source or binary binary tensorflow version use command below 2 6 0 python vers...