repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
tensorflowtensorflow | build current master fail due to miss file | 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 debian 11 ... |
tensorflowtensorflow | re initialize backend on demand | Bug | describe the current behavior while use jax I have a use case where I wish to control the cpu device be use base on num device input but this couldn t be change once the backend have be initialize python import os import jax from jax lib import xla bridge from jaxlib imp... |
tensorflowtensorflow | what be the reason for very low gpu utilization | 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 | how to get any tensorflow version to work with cuda 10 2 in centos 7 | 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 | ptxas exit with non zero error code 256 output | Bug | version tensorflow 2 3 0 gpu shell 2021 06 06 03 21 05 290270 I tensorflow stream executor platform default dso loader cc 48 successfully open dynamic library libcudart so 10 1 2021 06 06 03 21 07 202513 I tensorflow stream executor platform default dso loader cc 48 successfully open dynamic library ... |
tensorflowtensorflow | incorrect figure on word2vec tutorial | Bug | url s with the issue summary description of issue what need change clear description the summary figure on summary seem incorrect the figure show the index of shimmer be 7 while the code above say the index be 5 the red part of the figure have word temperature and c... |
tensorflowtensorflow | ambiguous example on word2vec tutorial | Bug | url s with the issue description of issue what need change clear description the code of the tutorial output the follow target index 3 target word road context indice 1 2 1 4 3 context word the wide the shimmer road label ... |
tensorflowtensorflow | tf linalg eigh yield invalid eigensystem when use inside a decorate tf function with jitcompile true flag | 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 host use docker image tensorflow tensorflow 2 5 0 gpu mobile device e g iphone 8 pixel 2 samsun... |
tensorflowtensorflow | modify tf math reduce std so that it be compatible with ragged tensor | Bug | same issue as reduce variance address in 37000 for reduce std |
tensorflowtensorflow | output from tensor flow lite doesn t meet python script to generate output from any layer if I train the model | Bug | image from quantization and training of neural network for efficient integer arithmetic only inference hello I be try to catch the error which be simply I take input weight zero scale then add bias to the result and apply this equation in first image use python compare the result with output ... |
tensorflowtensorflow | depthwiseconv2d documentation a different filter per channel vs the same filter per channel | Bug | the documentation for tf keras layer depthwiseconv2d describe this operation as split input into individual channel convolve each with the layer s kernel and finally stack the result this give the impression the same kernel be apply to all channel but I believe the actual implementation apply a different k... |
tensorflowtensorflow | incorrect variance in normalization layer of efficientnet | 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 5 lts google colab mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobil... |
tensorflowtensorflow | debug issue | 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 | failure when train with tf gradienttape for regression problem | Bug | system information os platform and distribution window 10 the same thing happen on linux tensorflow version 2 1 0 the same thing happen on 2 5 0 python version 3 6 6 describe the current behavior for the exactly the same model training via tf gradienttape either a do ... |
tensorflowtensorflow | eager execution documentation include section not describe relation or relevance to eager execution | Bug | url s with the issue description of issue what need change in the documentation for eager execution the follow section be include but no detail be provide as to why these section be relate to eager execution a description be require to indicate if these capability operation be only availab... |
tensorflowtensorflow | fail to load weight of keras mobilenetv2 | 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 google colab tensorflow version use command below 2 5 0 python version 3 7 10 describe the current beh... |
tensorflowtensorflow | no consideration of activation function in the implementation of initializer | 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 everything mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device na tensorflow... |
tensorflowtensorflow | list of initializer be specify twice in the class section of documentation | Bug | please provide a link to the documentation entry for example class description of issue what need change every initializer have be specify twice constant glorotuniform etc and constant glorot uniform etc however they for example glorotuniform and glo... |
tensorflowtensorflow | documentation for model trainable weight be miss | Bug | url s with the issue please provide a link to the documentation entry for example description of issue what need change model trainable weight return the weight and bias of all the layer of the model documentation to that function be miss in tensor... |
tensorflowtensorflow | update image dataset py | Bug | update return value for tf keras preprocesse image dataset from directory fix 49829 |
tensorflowtensorflow | update gpu support page to reflect correct library require for tf 2 5 0 | Bug | url s with the issue description of issue what need change the documentation have not be update to state the correct version of cuda cudnn and nvinfer that the current stable tensorflow version 2 5 0 require for example in the ubuntu 18 04 configuration instead of bash ... |
tensorflowtensorflow | image dataset from directory return dtype uint8 dataset if interpolation near | Bug | url s with the issue clear description tf keras preprocesse image dataset from directory return dtype uint8 dataset if interpolation near however function docstring report mislead return define return a tf datum dataset object if label mode be none it y... |
tensorflowtensorflow | add doc about force zero output for mask with bidirectional | Bug | 49738 add description that the output of mask timestep be zero when return sequence of layer be true with bidirectional |
tensorflowtensorflow | no description about force zero output for mask in bidirectional | 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 | error on google colab but not on local machine | Bug | 9 hour ago I run some code on google colab which run totally fine this morning I get the follow error try to run the exact same code valueerror traceback most recent call last in 11 ... |
tensorflowtensorflow | 2 4 0 doc | Bug | when click on r2 4 here it direct to v2 5 0 instead |
tensorflowtensorflow | autograph could not transform function and will run it as be for an example from a guide | 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 | reduce variance give error in case of raggedtensor when axis 0 | Bug | as part of 37014 reduce variance be add for ragged tensor although it be work fine for axis 1 it give error for same input if we change to axis 0 I be attach the gist by observe the stack trace what I think the issue be 1 when I explicitly pass input to ragged math op reduce va... |
tensorflowtensorflow | update variable name within anomaly detection example | 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 return 404 on small part | 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 | be tf type be deprecate in tensor util py what else may I use thank | Bug | system information google colab tensorflow v 2 4 1 python 3 7 10 runtime no hardware acceleration describe the current behavior I m try to do inference from a model I train for object detection I successfully export the model I m use the python code to load this new model and ... |
tensorflowtensorflow | doc for custom gradient to compute gradient for trainable param and compute over batch | Bug | fix 26270 thank to tsbertalan for gist I take help of that and soon will be raise pr to tensorflow example repo for add the custom gradient example for polynomial cc alextp dynamicwebpaige tsbertalan |
tensorflowtensorflow | incorrect requirement txt in magic wand example | Bug | tensorflow micro system information host os platform and distribution e g linux ubuntu 16 04 linux ubuntu 18 04 tensorflow instal from source or binary source tensorflow version commit sha if source f26800a1e5b1199cfc1a5aca916edc836b541687 tensorflow python package v... |
tensorflowtensorflow | removal of persistenttensor break custom op horovod | Bug | the recent commit diff b35354f62819de66aaa049a9498cccc261c108a7c488d39e04882110bdee65b5 remove the persistenttensor from the tensorflow c api for horovod we rely on this functionality to allocate the fusion buffer that pack multiple small tensor into a single buffer during allreduce here l39 whi... |
tensorflowtensorflow | 404 from | Bug | this be the link from to open documentation the circle with a question mark inside |
tensorflowtensorflow | distinction between categorical crossentropy and sparse categorical crossentropy be not clear in the documentation | Bug | url s with the issue please provide a link to the documentation entry for example description of issue what need change there be documentation for these 2 loss but there be no clear explanation distinguish each of they and when exactly a specific loss should be use |
tensorflowtensorflow | set fix seed in preprocessinglayer lead to different result | 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 2 4 1 python version 3 8 cud... |
tensorflowtensorflow | superflous keras nightly dependency | Bug | describe the problem tf 2 5 0 add a dependency on keras nightly for some reason with however at no place there be an actual import kera or similar in the tf code hence that package be completely optional at least or superflous it seem what be the reasoning for include that in the require de... |
tensorflowtensorflow | tensorflow 2 5 0 cuda and cudnn version | Bug | url s with the issue please provide a link to the documentation entry for example description of issue what need change clear description the document show versionpython versioncompilerbuild toolscudnncuda tensorflow 2 5 03 6 3 9gcc 7 3 1bazel 3 1 08 011 0 but accor... |
tensorflowtensorflow | update metric py fix sparsecategoricalaccuracy update state doc string | Bug | update metric py fix sparsecategoricalaccuracy update state doc string try fix issue 49252 for sparsecategoricalaccuracy y true should be integer label and y pre should be probability m tf keras metric sparsecategoricalaccuracy m update state 2 1 0 1 ... |
tensorflowtensorflow | hola desde hace d as presento un problema con tensorflow lo he intentando todo he le do cada gu a y parece siempre llego al mismo punto | Bug | como se ve en la siguiente imagen mi problema es que al parecer image |
tensorflowtensorflow | tflite gpu opengl delegate wrong result with newconvolution1x1nodeshader | Bug | tensorflow version use command below master happen with all release I get at least since 2 3 gpu model and memory jetson tx2 and also titan rtx I be get wrong result use senet 1x1 convolution in tflite use gpu opengl delegate result be good with cpu delegate and gpu opencl delegate I believ... |
tensorflowtensorflow | sparsecategoricalaccuracy y true and y pre shape | Bug | url s with the issue description of issue what need change it seem that the usage example conflict with documentation I suppose that the usage example be correct l3474 l3478 in usage example y true take ground truth label as input and y pre take logit probability as input m... |
tensorflowtensorflow | valueerror as list be not define on an unknown tensorshape | Bug | hi I try to implement alexnet with coco dataset I want to make multi label classification but tf throw the error full error be valueerror in user code usr local lib python3 7 dist package tensorflow python keras engine training py 805 train function return step function self ite... |
tensorflowtensorflow | multiheadattention padding mask example | Bug | url s with the issue please provide a link to the documentation entry for example description of issue I try to implement tranformer layer but there be no example of use this multiheadattention layer with padding mask it be poffible to get one |
tensorflowtensorflow | error when benchmarke tflite model error give shape 1 40 23 256 and 1 23 40 256 be not broadcastable | Bug | system information have I write custom code yes os platform and distribution ubuntu 20 04 android 10 mobile device xiaomi redmi note 7 tensorflow instal from pip tensorflow version v2 4 0 49 g85c8b2a817f 2 4 1 python version python 3 8 8 describe the current behavior I... |
tensorflowtensorflow | model fit learningrateschedule ignore initial epoch step per epoch give wrong learning rate when resume from checkpoint | Bug | system information have I write custom code as oppose to use a stock example script provide in tensorflow yes see below os platform and distribution e g linux ubuntu 16 04 google colab ubuntu 20 04 window 10 tensorflow instal from source or binary preinstalle custom packag... |
tensorflowtensorflow | ssim performance degradation in tf v2 5 0 | 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 | model re compilation update under distribute mirror strategy issue | 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 | error in tf keras metric auc | 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 | can t save checkpoint when use multi cell rnn | 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 v2 4 0 49 g... |
tensorflowtensorflow | instal tensorflow gpu and upgrade grpcio | Bug | I have never have this problem before today but now when I run code I have these error |
tensorflowtensorflow | problem with use tf data dataset with mirroredstrategy with eager execution disable | 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 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device na tensorflow instal... |
tensorflowtensorflow | tensorflow gpu instruction should be update for tf 2 5 and cuda 11 2 | Bug | url s with the issue window setup description of issue what need change tensorflow 2 5 be build against cuda 11 2 and cudnn 8 1 0 however the gpu instruction still refer to cuda 11 0 and cudnn 8 0 4 I believe that for the sake of clarity these should be update to match tf 2 5 th... |
tensorflowtensorflow | error import from keras model attributeerror module tensorflow compat v2 internal have no attribute tf2 | 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 | checkpoint be expect a trackable object | Bug | system information os platform and distribution linux ubuntu 18 04 5 python version 3 7 tensorflow gpu 2 4 1 cuda cudnn version 11 3 7 6 5 description all model be write in tf keras I want to do a hyperparameter tune for the model and vary the number of convultional layer... |
tensorflowtensorflow | tf gradient with variable shape input return error inverse extract volume patch | Bug | system information google colab tf v2 4 1 0 g85c8b2a817f use the gradient as suggest in 6743 issuecomment 271969125 and on stackoverflow to compute the inverse of tf extract volume patch work for statically know input shape however it do return an error when use with variably input... |
tensorflowtensorflow | tensorflow python framework error impl notfounderror key beamsearchdecoderstep multi rnn cell cell 0 attention attention wrapper lstm cell 9 bias not find in checkpoint | Bug | system information tensorflow version 2 4 0 python version 3 6 2 problem I be try to upgrade the las model from tensorflow 1 8 0 version to 2 4 0 there be no problem in train the model but in the testing phase load the model will show that there be a parameter not find I print the sav... |
tensorflowtensorflow | tf keras preprocesse image smart resize stable doc do not render properly | Bug | url s with the issue please provide a link to the documentation entry for example description of issue what need change clear description in the stable tab of the tf keras preprocesse image smart resize doc the output doc seem like they re html escape and or in... |
tensorflowtensorflow | unclear error message in keras backend bias add | Bug | l6004 l6007 be line 6007 suppose to be len bias shape ndim x 1 |
tensorflowtensorflow | variable scope be create repeatedly | Bug | tensorflow version 1 15 0 python version 3 6 12 variable scope be create repeatedly use tf variable scope as follow python with tf variable scope my variable scope reuse tf auto reuse v tf get variable v 1 print v name w tf get variable w 1 print w n... |
tensorflowtensorflow | order of resampled dataset be wrong | 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 | globalaveragepooling1d do not work with a mask when mixed precision policy be set | Bug | system information os colab ubuntu 18 04 5 tensorflow instal from pre instal in colab tensorflow version 2 4 1 python version 3 7 10 gpu model and memory tesla k80 12 gb describe the current behavior when set the mixed precision policy and use a globalaveragepooling1... |
tensorflowtensorflow | tflite hexagon delegate performance drop when upgrade from tf 2 2 to 2 4 | Bug | system information have I write custom code yes os platform and distribution e g linux ubuntu 16 04 window 10 android mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device snapdragon 855 dev platform tensorflow instal from source or bina... |
tensorflowtensorflow | fail to initialize tensorflow context subgraph be null | Bug | I be try to run this program however I keep on get the error list below package com example se import android content context import android content intent import android content sharedpreference import android content re assetfiledescriptor import android content re assetmanag import and... |
tensorflowtensorflow | tf datum experimental snapshot segfault when use repeat and prefetch | 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 | issue | 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 | download error for cars196 dataset when use tfds load | Bug | it seem cars196 dataset be not available train ds val ds test ds metadata tfds load cars196 split train 80 train 80 test with info true downloaderror fail to get url http code 404 |
tensorflowtensorflow | error when load tensorflow savedmodel with tag set serve filefactory local file not find | 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 google colab ... |
tensorflowtensorflow | cache augmentation and batch size not use in cyclegan tutorial | Bug | url s with the issue description of issue what need change seem like the data pipeline for the cyclegan be use cache after augment the datum be this intentional doesn t that make augmentation useless another problem in the data pipeline a batch size of 1 be use even if there be... |
tensorflowtensorflow | tfds link break for cars196 | Bug | try to download cars196 use tflite model maker train datum validation data test datum imageclassifierdataloader from tfds cars196 downloaderror fail to get url http code 404 it be work previously how to resolve |
tensorflowtensorflow | access numpy array from a tensor object use dataset map | Bug | I be try to access the numpy array from a tensor object that be process with map I get the error attributeerror tensor object have no attribute numpy when I try to access the tensor as np array tensor numpy while if I use dataset take n I be able to access the numpy array ... |
tensorflowtensorflow | example of tf scatter nd contain session which be obselete | Bug | url s with the issue please provide a link to the documentation entry for example description of issue what need change the code python with tf session as sess print sess run scatter should be replace with print scatter as the session be no lo... |
tensorflowtensorflow | error with sigsegv while build for teachable machine output | Bug | I be try to implement tensor flow lite in my application the code be attach below package com example se import android content context import android content intent import android content re assetfiledescriptor import android content re assetmanag import android database cursor impor... |
tensorflowtensorflow | clarify label weight parameter in tf keras metric auc | Bug | summary of documentation issue in tf keras metrics auc it be not clear whether or not the label weight parameter in the tf keras metric auc documentation expect weight to sum to 1 or not for example with multi label datum you can take the sum of the occurrence of each label divide by the tot... |
tensorflowtensorflow | tf keras preprocesse image dataset from directory error | Bug | tensorflow version 2 4 1 python version 3 7 10 cuda version 11 2 cuda driver version 465 19 01 document of the function tf keras preprocesse image dataset from directory the parameter directory be directory where the datum be locate if label be infer it should contain subdire... |
tensorflowtensorflow | loss calculation for multi dim sample in distribute strategy | Bug | hi I be read the distribute strategy and find one issue in the official doc if label be multi dimensional then average the per example loss across the number of element in each sample for example if the shape of prediction be batch size h w n class and label be batch size h w you will... |
tensorflowtensorflow | dow | 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 | add a utility to penalize majority class pixel in the segmentation tutorial | 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 | error print when call tf datum experimental load | Bug | system information os platform wsl2 linux ubuntu 20 04 tensorflow version 2 5 0 rc1 python version 3 9 cuda cudnn version 11 2 gpu model and memory rtx 3090 describe the current behavior when call tf datum experimental load the bellow error be print however the ... |
tensorflowtensorflow | multi output keras model change metric name when reload | 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 10 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no ten... |
tensorflowtensorflow | change simple audio recognition to right link | Bug | tensorflow micro system information host os platform and distribution e g linux ubuntu 16 04 tensorflow instal from source or binary tensorflow version commit sha if source target platform e g arm mbe os arduino nano 33 etc describe the problem the link of ... |
tensorflowtensorflow | change simple audio recognition to right link | Bug | 1 change the link of simple audio recognition from to resolve 48627 |
tensorflowtensorflow | old makefile target in person dection example readme | Bug | tensorflow micro system information host os platform and distribution debian linux tensorflow instal from source tensorflow version 7e55a20 target platform host describe the problem the readme documentation for the run the test on a development machine of the person det... |
tensorflowtensorflow | enhance greedymemoryplanner printmemoryplan format | Bug | tensorflow micro system information host os platform and distribution all tensorflow instal from source tensorflow version all target platform all describe the problem while use the output of greedymemoryplann printmemoryplan to well understand model memory use I fi... |
tensorflowtensorflow | resnet50 pretraine model for fine tuning the model be not convergence | Bug | hi I m use pretraine resnet50 model for my own datum s training the model be not convergence even the train accuracy look good show by the log and validation loss and accuracy be not improve during the training phase I also test the train model on training and val set the accuracy be very pool see belo... |
tensorflowtensorflow | tensorflow reddit dataset to dataframe throw error | 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 tensorflow instal from source or binary source python version 3 6 9 tensorflow version use co... |
tensorflowtensorflow | conv2d didn t raise exception for invalid input argument | 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 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a tensorflow ins... |
tensorflowtensorflow | update custom gradient py | Bug | add error raise when execute eagerly fix |
tensorflowtensorflow | while create vggsegnet giving follow error | Bug | below be vggsegnet code this function call model vggsegnet n class 1 input height 224 input width 224 be give same error on follow both version of tf and keras and python system information tf version 2 4 1 2 2 0 keras version 2 4 3 2 4 3 python 3 7 and python 3 8 follow ... |
tensorflowtensorflow | warn tensorflow gradient do not exist for variable dense 2 kernel 0 dense 2 bias 0 when minimize the loss | 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 warning message about variable be use a lambda layer s call | 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 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a tensorflow ins... |
tensorflowtensorflow | tflite potential out of bind array access in log softmax optimize kernel | Bug | hello the optimize log softmax operator seem to have a bug that may lead to out of bind memory access the follow access l4143 be equivalent to param table input datum j max q8 max val which can be be negative with int8 input datum example input datum 109 9 0 12 78... |
tensorflowtensorflow | invalid 404 link in the the tf data guide | Bug | url s with the issue description of issue what need change in the sentence see loading tfrecord for an end to end example the link point to which return a 404 it need to point to the correct url |
tensorflowtensorflow | model convert to tflite but invocation fail | Bug | system information os platform windows linux tensorflow 2 4 1 standalone code to reproduce the issue or if you like here be the same code as in google colab to reproduce the problem from tensorflow keras layers import concatenate input lstm bidirectional embed d... |
tensorflowtensorflow | documentation for tf tensor scatter nd add mention non exist method | Bug | url s with the issue description of issue what need change the documentation for tensor scatter nd add mention tf scatter nd add but that method no long exist |
tensorflowtensorflow | conv2dtranspose crash with filter 0 | 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 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a tensorflow ins... |
tensorflowtensorflow | keras layer dense should not have float unit | 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 | break link at tf keras callback tensorboard in doc page | 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 issu... |
tensorflowtensorflow | can not convert a tf model to tf lite format | Bug | tf version 2 4 1 here be my model constrution class transformerblock layer layer def init self embed dim num head ff dim rate 0 1 super transformerblock self init self att layer multiheadattention num head num head key dim embed dim ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.