repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
tensorflowtensorflow
when subclasse the model class you should implement a call method
Bug
tf version tf 2 1 0 python import tensorflow as tf def sub test model x input tf keras input 5 name input x tf keras layer dense 8 x x tf keras layers softmax x return tf keras model input x def test create model x input ...
tensorflowtensorflow
overflow in tf keras layer experimental preprocessing normalization
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes see below for code to reproduce os platform and distribution e g linux ubuntu 16 04 window 10 10 0 18363 836 mobile device e g iphone 8 pixel 2 samsung galaxy if th...
tensorflowtensorflow
about the official document variable name introduce by profiler be inconsistent
Bug
about the official document variable name introduce by profiler be inconsistent please see the url wechatimg6 you can find problem with two variable tb callback and tensorboard callback
tensorflowtensorflow
the tf keras model compile metric do not respect masking since tf 2 2
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 debian stable mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device ...
tensorflowtensorflow
wrong output shape with ellipsis in tflite from keras model
Bug
I m work on convert a model use tflite start from a keras model and I notice that if I use ellipsis to slice up tensor something weird happen once I load the tflite model inside the interpreter before allocate tensor through interpreter allocate tensor call the function interpreter get output detail ...
tensorflowtensorflow
tf module break gradient registration
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 default describe the current behavior when use operation within a tf module init the gradient be break descr...
tensorflowtensorflow
tf math maximum example be write incorrectly
Bug
url s with the issue return description of issue what need change the example of tf math maximum be not write correctly it s write in this manner example x tf constant 0 0 0 0 y tf constant 2 0 2 5 tf math maximum x y instead of th...
tensorflowtensorflow
miss positional argument error when deepcopy a lstmcell
Bug
system information have I write custom code yes os platform and distribution ubuntu 16 04 tensorflow instal from binary tensorflow version 2 2 0 python version 3 5 3 6 describe the current behavior an exception be raise when call copy deepcopy on a tf keras layers...
tensorflowtensorflow
simple keras model predict call fail inside py function
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
tflite convert python api have bad code
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
incorrect layer normalization description
Bug
hi I see a description of layernormalization accord to this image image layernorm should compute mean and var across dimensions c h w thus I expect they to be 1d tensor of length n but the code of tf keras layers layernormalization l1131 compute mean and var on 3rd dimension which...
tensorflowtensorflow
miss pre processing for mobilenet v2 model training
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
nnapi reference do not output the same result as cpu for style transfer app on android for tensorflow lite
Bug
I have alter this app significantly such that styletransfermodelexecutor could configure the interpreter with more fine granularity for example styleexecutor appcontext quant true device device nnapi nnacc nnapi reference I be more than willing to share all that code however the mai...
tensorflowtensorflow
tensorflow python compiler xla jit test fail on s390x and need to add support for llvm
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow n a 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 n a te...
tensorflowtensorflow
connect to invalid output 163 of source node gru 1 while which have 163 output
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 ubuntu 16 04 tensorflow instal from source or binary binary tensorflow version use command below version 2 2 0 ...
tensorflowtensorflow
model can not be save because the input shape have not be set
Bug
hello I m follow save and serialize subclass model whole model save loading when I run the follow code python class custommodel tf keras model def init self hide unit super custommodel self init self dense layer tf keras layer dense u ...
tensorflowtensorflow
keras mixed precision policy and horovod be incompatible
Bug
cc reedwm nluehr tgaddair cliffwoolley pkanwar23 it seem that mixed precision kera policy be currently in broken state when use combine with horovod if you use the test repository you can reproduce the issue you will need 2 gpu the issue come by the sequence of operation 1 set visible ...
tensorflowtensorflow
unexpected behaviour of tf image convert image dtype
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
test fit with modelcheckpoint with dir as h5 filepath test failure in tensorflow python keras callback test
Bug
hello system information have I write custom code as oppose to use a stock example script provide in tensorflow n a os platform and distribution e g linux ubuntu 16 04 linux ubuntu 18 04 x86 64 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on m...
tensorflowtensorflow
mix xla and non xla autograph trigger retrace
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow true os platform and distribution e g linux ubuntu 16 04 linux colab I m not sure what the os be tensorflow instal from source or binary colab tensorflow version use co...
tensorflowtensorflow
load tf save model throw error in kera but work in tf
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 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no tensorflow instal from ...
tensorflowtensorflow
dll load fail while import pywrap tensorflow internal a dynamic link library dll initialization routine fail
Bug
window 10 python 3 8 3 tensorflow 2 2 0 I have instal it use pip install tensorflow I run this code import tensorflow as tf I get error traceback most recent call last file c user pratibha appdata roaming python python38 site package tensorflow python pywrap tensorflow py...
tensorflowtensorflow
can not read from google storage with tf io gfile gfile under intel tensorflow 1 14 0
Bug
support for google storage gs protocol seem to be miss from intel tensorflow 1 14 0 which be unexpected I m aware that this be no core tensorflow issue but I ve see that some engineer from intel be active in this repository system information have I write custom code as oppose to use a st...
tensorflowtensorflow
wrong result when call multi line lambda inside tf function
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
tflite conversion of conv1d layer with dilation rate 1
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 tensorflow instal from source or binary binary tensorflow version use command below 2 2 0 p...
tensorflowtensorflow
tf debugging assert near raise invalidargumenterror for complex tensor
Bug
system information linux different setup other os not test tensorflow cpu instal from pip tensorflow version 2 2 0 python version 3 8 3 describe the current behavior tf debugging assert near raise invalidargumenterror for complex64 or complex128 input although the do...
tensorflowtensorflow
formula error display in rmsprop
Bug
url s with the issue description of issue what need change the sub index in the formula be not display correctly clear description as an example meansquare t appear like mean s quaredt and so on
tensorflowtensorflow
convert to tflite issue
Bug
system information os platform and distribution elementary os 5 1 3 hera base on ubuntu 18 04 lt tensorflow instal from source or binary binary pip instal tensorflow version or github sha if from source 1 14 0 provide the text output from tflite convert some of the ope...
tensorflowtensorflow
model object have no attribute total loss 2 2 eager
Bug
below work in tf 2 1 and 2 0 eager graph and 2 2 graph but not 2 2 eager how then be we to get gradient in 2 2 eager python import numpy as np import tensorflow as tf from tensorflow keras layers import input dense from tensorflow keras model import model from tensorflow keras impor...
tensorflowtensorflow
break in v2 2 0 set visible device be use with tf keras mixed precision
Bug
if you use set visible device with tf keras mixed precision you get a crash in v2 2 0 this be fix in this commit however for some reason in v2 2 0 the fix be apply in a way that be very broken and ineffective on master this seem like this commit be apply correctly specifically on tag v2 2 ...
tensorflowtensorflow
rpi zero build instruction not work
Bug
url s with the issue compile natively on raspberry pi description of issue what need change guide on natively compile say test on raspberry pi zero but follow the instruction on a raspberry pi zero lead to a build for armv7l not armv6 as specify add target arch armv6 to the command woul...
tensorflowtensorflow
tflite micro conv2d layer not run on esp32 board
Bug
tensorflow micro system information host os platform and distribution compile for esp32 plattformio w esp idf create tflite window 10 w anaconda and python 3 7 tensorflow instal from source or binary compile c tflite micro from hello world example ttlite creation python ...
tensorflowtensorflow
problem run visualize py at import flatbuffersn
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 mac os 10 15 3 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a ...
tensorflowtensorflow
multiworkermirroredstrategy assign a wrong device
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
non deterministic behaviour tf math unsorted segment sum use cuda atomic operation
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 18 04 3 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device tensor...
tensorflowtensorflow
documentation of accept datatype for validation datum in keras model fit be incorrect
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 lite nightly model with fully connect layer can t be convert fully quantization int8
Bug
system information os platform and distribution e g linux ubuntu 16 04 linux tensorflow instal from source or binary tf nightly tensorflow version or github sha if from source tf nightly command use to run the converter or code if you re use the python api if possible pl...
tensorflowtensorflow
tfa reducelronplateau callback from tf keras be not recognize cohen kappa metric direction in auto mode
Bug
hi all the auto mode in reducelronplateau and modelcheckpoint be look for specific string acc in the name of the metric to be monitor this actually lead to unlickly scenarious of not work properly even while use metric that be define in tfa and hope tf will be aware of the direction this can be add ...
tensorflowtensorflow
do tensorflow 1 15 0 support int8 tflite convertion wrong accurary
Bug
system information os platform and distribution e g linux ubuntu 16 04 linux ubuntu 16 04 tensorflow instal from source or binary pip install tensorflow gpu 1 15 tensorflow version or github sha if from source 1 15 0 command use to run the converter or code if you re use th...
tensorflowtensorflow
non ok status tensorflow env default deletefile ptx path status not find
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
tensorflow overfit and underfit
Bug
tensorflow 2 0 overfit and underfit google colab
tensorflowtensorflow
customize loss function require eager tensor but symbolic tensor be pass
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
weird block of rnn in tf2 2
Bug
system information this bug exist in tf v2 2 0 rc4 8 g2b96f3662b 2 2 0 and on windows linux both cpu and gpu version however it do not exist in tf 2 1 describe the current behavior just check the code python rnn tf keras layers gru 3 rnn tf keras input none 2 tf keras inpu...
tensorflowtensorflow
different sha256 for mkl dnn
Bug
in tensorflow workspace bzl tf http archive name mkl dnn build file clean dep third party mkl dnn mkldnn build sha256 31e78581e59d7e60d4becaba3834fc6a5bf2dccdae3e16b7f70d89ceab38423f strip prefix mkl dnn 0 21 3 url ...
tensorflowtensorflow
tf 2 2 api docs tf keras application resnet v2 preprocess input doc return paragraph be mislead
Bug
the documentation say in the return paragraph that the image be convert from rgb to bgr then each color channel be zero center with respect to the imagenet dataset without scale however accord to the function definition l125 l139 it s not true anymore since the mode parameter can ...
tensorflowtensorflow
op execute eagerly outside function assertionerror when use train on batch with mirroredstrategy and disable eager execution
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
tf 2 x can t return variable as tf keras model output
Bug
system information reproduce in colab currently with tensorflow 2 2 reproduce in debian buster tensorflow 2 1 cpu build from source describe the current behavior python import tensorflow as tf input tf keras input var tf variable 3 0 ok tf keras model inputs...
tensorflowtensorflow
save model readme md use deprecate code
Bug
url s with the issue description of issue what need change that documentation use deprecate code like tf session submit a pull request no because I don t really know how it should be use now
tensorflowtensorflow
bug in tf keras bidirectional lstm when time major be true
Bug
system information have I write custom code yes os platform and distribution macos mojave 10 14 6 tensorflow instal from binary tensorflow version v2 2 0 rc4 8 g2b96f3662b 2 2 0 python version 3 6 3 bug description when use bidirectional layer with forward backward lstms w...
tensorflowtensorflow
error with my customize layer bind method could not be transform bad argument number for name 3 expect 4
Bug
system information os platform and distribution linux ubuntu 16 04 tensorflow version 1 14 python version 3 7 standalone code to reproduce the issue I would like to customize a dropout layer in which I can cache and reset the dropout mask manually the code be as below cl...
tensorflowtensorflow
lecun normal and he normal crash when type cast typeerror he normal get an unexpected keyword argument dtype
Bug
system information have I write custom code yes os platform and distribution e g linux ubuntu 16 04 ubuntu 18 04 mobile device if the issue happen on mobile device tensorflow instal from source or binary idk tensorflow version use command below 2 1 0 python version 3 ...
tensorflowtensorflow
tf keras model docs miss get weight method and metric property
Bug
url s with the issue description of issue what need change the doc be miss get weight set weight method and metric property get weight method and metric property be define in the src but not in the generate doc l190 l197 l361 l410 set weight method b...
tensorflowtensorflow
equation not be render in doc page
Bug
url s with the issue description of issue what need change the equation after the optimal q function obey the follow bellman optimality equation be not render correctly this be what I see on my screen begin equation q s a mathbb e leave r gamma max a ...
tensorflowtensorflow
simple quantization aware training tf tutorial throw a warning
Bug
system information os platform and distribution e g linux ubuntu 16 04 colab tensorflow instal from source or binary 2 2 tensorflow version or github sha if from source command use to run the converter or code if you re use the python api if possible please share a link t...
tensorflowtensorflow
ts sessionrun input to reshape error request shape be always tensor size 2
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
tf convert to tensor throw valueerror for tf float64 tensor and dtype tf float32 instead of silently cast
Bug
I think this be a bug at least it be inconsistent behavior system information custom code no just the minimal example to reproduce the error message os platform and distribution linux ubuntu 18 04 pc tensorflow instal from source or binary binary tensorflow version v2 1 0...
tensorflowtensorflow
keras training parameter value incorrect
Bug
tensorflow ver 2 1 0 python import tensorflow as tf import numpy as np class mymodel tf keras model def init self super mymodel self init self dense1 tf keras layer dense 4 activation tf nn relu self dense2 tf keras layer dense 5 acti...
tensorflowtensorflow
need fast help tensorflow training error
Bug
hi I be try to code an ai with an linear regression algorithm with tensorflow but my model give an error message when I try to train it this be my code linear est train train input fn train result linear est evaluate eval input fn get model metric stat by test on tetse datum clear outp...
tensorflowtensorflow
tflite fail to create hexagon delegate on oneplus 5
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 pop os 18 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device oneplus 5 ...
tensorflowtensorflow
fail to pass tf datum dataset object to multi input tf keras model
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
tf signal rfft documentation refer to tcomplex as an argument
Bug
url s with the issue description of issue what need change clear description the table of args in the documentation include tcomplex tcomplex an optional tf dtype from tf complex64 tf complex128 default to tf complex64 but the function do not accept ...
tensorflowtensorflow
invalid result when run tflite ruy computation within a nodejs v11 addon on armv7
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes libdeepspeech so os platform and distribution e g linux ubuntu 16 04 raspbian buster armbian buster mobile device e g iphone 8 pixel 2 samsung galaxy if the issue...
tensorflowtensorflow
textvectorization layer error with 3d input datum
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 colab mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no tensorflow instal...
tensorflowtensorflow
bug cause by create custom layer
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow os platform and distribution e g linux ubuntu 16 04 mac os but it should work with ubuntu as well tensorflow instal from source or binary binary tensorflow version use comma...
tensorflowtensorflow
add support of uint8 and int8 for mean op
Bug
tensorflow micro l113 todo b 144955155 support uint8 b 144955155 and int8 b 144955018 could you implement this so we can use the mean op in int8 model
tensorflowtensorflow
tf divide do not return a tensor
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
load model use compat v1 batchnorm
Bug
system information have I write custom code yes os platform and distribution ubuntu tensorflow instal from source or binary source tensorflow version use command below 2 2 0 dev20200304 python version 3 6 9 describe the current behavior tf keras model load model ...
tensorflowtensorflow
keras conv3dtranspose inconsistency between padding output shape and output padding
Bug
url s with the issue description of issue what need change output shape computation be show as below on above documentation new depth depth 1 stride 0 kernel size 0 2 padding 0 output pad 0 new row row 1 stride 1 kernel size 1 2 pad...
tensorflowtensorflow
uint16 uint32 comparison throw error
Bug
some datatype such as uint16 uint32 can t be compare system information run on google colab describe the current behavior tensor with dtype uint16 uint32 can t be compare with any other datatype describe the expect behavior comparison for these datatype should be support st...
tensorflowtensorflow
keras model evaluate progress bar doesn t work in graph mode in tf2 2
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 mobile device n a tensorflow ...
tensorflowtensorflow
documentaton issue tf split num or size split parameter
Bug
url s with the issue description of issue what need change if num or size split be an integer then value be split along the dimension axis into num split small tensor this require that value shape axis be divisible by num split what be num split here I thin...
tensorflowtensorflow
custom metric update state raise 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
segfault on tf linalg svd
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
the error in multiprocesse
Bug
hi dear I have the problem in multiprocesse code from multiprocesse pool import threadpool modelv3 tf keras application inceptionv3 include top false pooling avg def process input x pre modelv3 predict input return x pre x np random randn 1 299 299 3 y np random randn 1 2...
tensorflowtensorflow
experimental run v2 throw attributeerror with multiworkermirroredstrategy
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes tensorflow instal from source or binary binary tensorflow version use command below 2 1 and 2 2 affect describe the current behavior use strategy experimental run v...
tensorflowtensorflow
categorical crossentropy return wrong value
Bug
tf loss categoricalcrossentropy be return value different from those of numpy import numpy as np import tensorflow as tf y pre np array 7 3216137e 07 3 3240074e 11 4 4985552e 12 3 9974657e 05 7 3216137e 07 4 4985552e 12 4 4985552e 12 2 9537498e ...
tensorflowtensorflow
upgrade from 2 1 to 2 2 raise unexpectedly high number of iteration in hlo pass exit fix point loop
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
tf keras model do not support in call method signature
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow tensorflow version use command below late python version 3 7 describe the current behavior a tf keras model will fail if the call method signature include the name argumen...
tensorflowtensorflow
do tensorflow 2 x provide function similar to tf contrib lookup index table from tensor in tensorflow 1 x
Bug
in tensorflow 1 x tf contrib lookup index table from tensor be a very useful function but I haven t find a similar function yet in tensorflow 2x so do tensorflow 2 x provide function similar to tf contrib lookup index table from tensor in tensorflow 1 x thank you very much
tensorflowtensorflow
tf string join not allow 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 ...
tensorflowtensorflow
gradient of output with respect to input inside a custom loss function
Bug
I want to write a custom loss function for a multilayer perceptron network in keras the loss have two component first be the regular mse and the second be element wise gradient of output with respect to input feature let x be the input with 2 feature size number of sample x 2 and y the output with singl...
tensorflowtensorflow
distribute training on multiple node process get stick after initialize grpc channel
Bug
system information tf v 2 1 linux base hpc snakemake workflow manager slurm as scheduler tensorflow instal from source or binary virtual conda environment python version 3 7 6 cuda cudnn version 10 1 gpu model and memory geforce gtx 980 computecapability 5 2 corecloc...
tensorflowtensorflow
value error raise whern call export save model with estimator model
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow os platform and distribution e g linux ubuntu 16 04 linux cento tensorflow version use command below tensorflow 2 0 cpu v2 0 0 rc2 26 g64c3d38 2 0 0 python version python3...
tensorflowtensorflow
bug report all feature column must be featurecolumn instance give sequencenumericcolumn key volume shape 1 default value 0 0 dtype tf float32 normalizer fn none
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
regression batch begin end callback no long get batch number and size
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow no tensorflow instal from source or binary bianry tensorflow version use command below 2 2 0 describe the current behavior the callback be document at on train batch be...
tensorflowtensorflow
use eager execution or decorate this function with tf function
Bug
hi dear when I define a class then use map get the error class func tf keras layers layer def init self kwargs super func self init kwargs def build self input shape super func self build input shape def call self x ...
tensorflowtensorflow
custom optimizer that behave differently depend on the shape of weight
Bug
I be attempt to create a custom tensorflow optimizer tf keras optimizer optimizer which treat weight of different shape differently for example please consider a simple convolutional neural network with the follow shape of weight and bias 3 3 3 16 16 3 3 16 16 16 ...
tensorflowtensorflow
tensorflow updation issue
Bug
sir I want tto implement this code but his instrcution be to have python 2 7 and tenorflow in between 1 4 and 1 11 doubt can I able to execute in python 3 7 and in tensorflow 2 1
tensorflowtensorflow
use tf nn softmax with tensor of dtype int321 throw exception work fine with float32
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution arch linux but I m actually use collab tensorflow instal from source or binary use google collab tensorflow version use command below...
tensorflowtensorflow
imageaugmentation use tf kera preprocesse image imagedatagenerator and tf dataset model fit be run infinitely
Bug
what I need help with what I be wonder I be face issue while run the fit function in tensorflow v 2 2 0 rc4 with augment image use imagedatagenerator pass as a dataset the fit function be run infinitely without stop what I ve try so far I try it with the default code which be share in t...
tensorflowtensorflow
failedpreconditionerror on tf estimator baselineclassifier
Bug
tf 2 2 0 rc4 same code work fun on tf compat v1 estimator baselineclassifier but raise failedpreconditionerror getnext fail because the iterator have not be initialize ensure that you have run the initializer operation for this iterator before get the next element on tf estimator base...
tensorflowtensorflow
embed projector mouse enter out tooltip incorrect
Bug
see attach animated gif for example hover
tensorflowtensorflow
train on batch fail with mirroredstrategy
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 rhel 7 5 tensorflow instal from source or binary source tensorflow version use command below 2 1 0 python vers...
tensorflowtensorflow
tensorflow release 2 2 0 not find via pip install
Bug
tldr pip do not find the new release 2 2 0 publish yesterday system information have I write custom code as oppose to use a stock example script provide in tensorflow not applicable os platform and distribution e g linux ubuntu 16 04 ubuntu server 20 04 tensorflow instal from s...
tensorflowtensorflow
overflowerror can not serialize a bytes object large than 4 gib when use model fit use multiprocesse true on custom generator
Bug
hi I m try to train a model consist of some gru layer on datum store in a large numpy array 18 gb on 2 gpu use the mirroredstrategy my system amd ryzen threadripper 3960x 24 core processor 64 gb ram two nvidia geforce rtx 2070 super with 8192mib each win 10 unfortunately the asrock ...
tensorflowtensorflow
tf hub bert model output name mismatch with the singature
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 macos 10 15 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a tensorflow...
tensorflowtensorflow
map fn doesn t work with empty list
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes tensorflow instal from source or binary pip tensorflow version use command below v2 2 0 rc4 0 g70087ab4f4 python version 3 6 9 describe the current behavior map f...
tensorflowtensorflow
failedpreconditionerror error while read resource variable anonymousvar555 from container localhost
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 source code doc
Bug
here l532 a minor typo in the source code rturn return
tensorflowtensorflow
tf dbg source util test fail in python 3 8
Bug
tf version hash 47ee0d08b22e79b84eb442ccb75ef8e4ccd5ec07 see the follow test log test output for tensorflow python debug source util test bazel buildfarm default operation cf843b16 8c97 4552 8d55 fd16fe09d4f4 bazel out k8 opt bin tensorflow python debug source util test runfiles org tensorflow tens...