repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
tensorflowtensorflow | size 1 must be non negative error when use boolean mask tensorflow | 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 activation deserialize document refer x as a parameter | Bug | url s with the issue description of issue what need change clear description the document of tf keras activations deserialize refer x as a parameter in the argument section but it be not in the signature and not accept by the function image usage ex... |
tensorflowtensorflow | retrain a tensorflow model from a pb file | Bug | system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution macos catalina tensorflow instal from source or binary binary tensorflow version use command below 1 15 0 python version 3 6 I be ... |
tensorflowtensorflow | wrong link for jni download on website | Bug | the jni download link on the java page be still point to 1 14 0 it should be update to 2 3 0 page source linux cpu only linux gpu support |
tensorflowtensorflow | bug tf sqrt inconsistent behaviour | 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 no tensorflow i... |
tensorflowtensorflow | bug the file copy by tf from hdfs to local may be wrong when hdfs file be be overwrite | Bug | this be a issue from taiji ai platform in tencent system information os platform and distribution linux version 4 14 105 1 tlinux3 0010 tensorflow instal from source or binary source tensorflow version use command below 1 13 1 we use and the late version also have this problem pyth... |
tensorflowtensorflow | fusedbatchnorm vs fusedbatchnormv3 | 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 | convert tesnorflow op cast to tensorflow tensor | Bug | system information have I write custom code yes os platform and distribution linux ubtuntu 18 04 tensorflow instal from source or binary source tensorflow version use command below 1 15 python version 3 6 bazel version if compile from source 0 25 0 gcc compiler versio... |
tensorflowtensorflow | bazel fix for other toolchain should be global | 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 redhat 7 tensorflow instal from source or binary source tensorflow version use command below 1 15 3 nv20 07 pyt... |
tensorflowtensorflow | gatherv2 check batch dim falsely in graph mode | Bug | describe the current behavior in graph mode gatherv2 check batch dim with the rank of param describe the expect behavior by definition and the kernel implementation should check batch dim with the rank of indice standalone code to reproduce the issue python import t... |
tensorflowtensorflow | python crash when run inference interpreter invoke on bert official nlp bert convert save model | 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 no tensor... |
tensorflowtensorflow | can not confine tensorflow c api to use not more than 1 thread in total | Bug | tensorflow c api be generate at least one thread on each of the available cpus the available instruction guidline do not take effect to confine tensorflow c api to only one cpu I have 8 cpus and want tensorflow c api to use only 1 thus generate one and only one thread how can I confine tensorflow to use only on... |
tensorflowtensorflow | duplicate target in tflite makefile | Bug | describe the current behavior it seem that there be a duplicate target in lite tool make makeflie l318 l320 makefile for normal manually create tensorflow lite c source file objdir o cpp mkdir p dir cxx cxxflag include c o objdir o ... |
tensorflowtensorflow | can not load the dataset | Bug | when I run import tensorflow dataset as tfds mnist train tfds load name mnist split train wrong occur like this 2020 08 20 09 52 45 879679 w tensorflow core platform cloud google auth provider cc 178 all attempt to get a google authentication bearer token fail return an empty token retrie... |
tensorflowtensorflow | miss momentum in documentation of resourceapplycenteredrmsprop | Bug | the issue be for this page momentum be miss from the list of argument current doc have this scope a scope object var should be from a variable mg should be from a variable ms should be from a variable mom should be from a variable lr scaling factor must be a s... |
tensorflowtensorflow | tf dynamic partition cause crash when use multiple gpu via tf distribute 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 ubuntu 18 04 2 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a ... |
tensorflowtensorflow | tensorflow lite converter emit incorrect mask for stridedslice when use ellipsis | Bug | system information os platform and distribution e g linux ubuntu 16 04 linux ubuntu 18 04 tensorflow instal from source or binary binary tensorflow version or github sha if from source tf nightly cpu 2 4 0 dev20200818 command use to run the converter or code if you re use the ... |
tensorflowtensorflow | error execute quickstart noteboook | 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 win 10 tensorflow instal from source or binary conda gpu version tensorflow version use ... |
tensorflowtensorflow | cosinesimilarity documentation range incorrect | Bug | url s with the issue description of issue what need change clear description note that it be a negative quantity between 1 and 0 should be change to note that it be a negative quantity between 1 and 1 correct link parameter define return define ... |
tensorflowtensorflow | what grappler optimizer turn on by default | Bug | url s with the issue description of issue what need change it should be clear which optimizer grappler apply by default for now it s not clear if I should turn on a lot of feature by myself parameter define be all parameter define and format correctly no |
tensorflowtensorflow | should the custom loss function in keras return a single loss value for the batch or an arrary of loss for every sample in the training batch | Bug | I ask a question on stackoverflow regard as the return value of a custom loss funtion but I didn t get a clear answer in this guide custom loss on tensorflow website I find an example of custom loss funciton def custom mean square error y true y pre return tf math red... |
tensorflowtensorflow | erroneously trigger tf function retracing warning when rapidly create new tf model | Bug | system information os platform and distribution e g linux ubuntu 16 04 linux ubuntu 18 04 google colab tensorflow instal from source or binary binary tensorflow version use command below occur in v2 3 0 and tf nightly v2 4 0a20200817 not in v2 2 0 python version 3 7 7 ... |
tensorflowtensorflow | keras layer call args signature inconsistent with actual code | Bug | url s with the issue description of issue what need change clear description the call method be list as call input kwargs and document that input be an input tensor or list tuple of input tensor but actual code usage show that call may accept multiple p... |
tensorflowtensorflow | tfliteconverter fail when convert a quantize model train with distribute strategy | Bug | most of the code be take from tensorflow tutorial run on linux 18 04 tf version v2 3 0 rc2 23 gb36436b087 2 3 0 instal with pip python 3 7 cuda 10 1 after train a quantize model I m try to to convert to tflite but it fail same code with quant enable false work fine standalone code to reproduc... |
tensorflowtensorflow | error in validation split percentage image classification 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 | compilation failure xla have not implement dynamic sized slice with non trival stride yet please file a bug against xla | 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 instal from source or binary binary tensorflow version use command below 2 3 0 python version... |
tensorflowtensorflow | error converter do not support quantization nn with tanh activation | Bug | system information os platform and distribution e g linux ubuntu 16 04 ubuntu 20 04 tensorflow instal from source or binary binary tensorflow version or github sha if from source 2 3 0 google collab command use to run the converter or code if you re use the python api i... |
tensorflowtensorflow | gradienttape gradient need to check target type | Bug | l991 recently I write some code below which be very simple python tape gradient loss model trainable variable but it raise typeerror can not convert value none to a tensorflow dtype it turn out my custom loss function be return none yes I know I be dumb I have to check all of ... |
tensorflowtensorflow | sparsemax tf cumsum | Bug | system information os platform and distribution e g linux ubuntu 16 04 window 10 tensorflow instal from source or binary 2 3 tensorflow version or github sha if from source provide the text output from tflite convert info tensorflow asset write to c user the a... |
tensorflowtensorflow | unique with count on multi dimensional tensor | Bug | system information os platform and distribution macos catalina 10 15 3 tensorflow instal from binary tensorflow version 1 15 0 python version 3 7 3 describe the current behavior we have a tensor input tf tensor 1296 266 504 190 44 60 13 2 337 674... |
tensorflowtensorflow | tf datum experimental snapshot hang when use gcs path | 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 datum dataset list file file path shuffle true fail on window w cuda | 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 win 10 ltsc build 17763 tensorflow instal from source or binary binary tensorflow version use command below 2 3... |
tensorflowtensorflow | tfl cast can not convert tensor to uint8 while tfv1 work without problem | Bug | system information os platform and distribution e g linux ubuntu 16 04 ubuntu 18 04 tensorflow instal from source or binary conda tensorflow version or github sha if from source 2 2 0 command use to run the converter or code if you re use the python api if possible pleas... |
tensorflowtensorflow | index into eagertensor return zero on window with cuda | 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 win 10 ltsc build 17763 tensorflow instal from source or binary binary tensorflow version use command below 2 3... |
tensorflowtensorflow | tf nest flatten crash abort when expand composite s constraint be violate | 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 nest assert same structure crash abort when some constraint be violate | 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 | datum dataset as numpy iterator be non reentrant compare to tensorflow datum iterator | 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 | in tf2 3 reshape be not convert correctly | Bug | system information os platform and distribution e g linux ubuntu 16 04 osx tensorflow instal from source or binary pip tensorflow version or github sha if from source 2 3 0 command use to run the converter or code if you re use the python api if possible please share a l... |
tensorflowtensorflow | tf nn ctc beam search decoder crash bad alloc when top path be large | 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 stft throw runtimeexception when pad end true | Bug | system information os platform and distribution ubuntu 16 04 tensorflow instal from binary tensorflow version v2 3 0 rc2 23 gb36436b087 2 3 0 python version 3 8 conda describe the current behavior pad end of tf signal stft throw runtimeerror when set to true ... |
tensorflowtensorflow | tf keras backend reverse crash float point exception when first dimension of x be 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 | tf convert to tensor and tf constant ignore tf device | Bug | url s with the issue description of issue what need change at least on 2 3 0 it seem to I that import numpy random as npr import tensorflow as tf with tf device gpu a tf convert to tensor npr randn 500 will create an eager tensor a on the cpu device it wil... |
tensorflowtensorflow | comp datum link invalid in the analyze tf datum performance with the tf profiler guide | 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 | typo in tflite coreml framework build command example | 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 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device tensorflow instal from source ... |
tensorflowtensorflow | tf nn avg pool3d crash float point exception when input contain large value and stride 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 | confuse error in gradient of assign add while loop gather | Bug | describe the current behavior autograph produce a static graph with the wrong number of input when a trainable variable be in a separate class I also get a warning about convert a sparse op to a dense one which seem to be relate while to gather problem go away when remove describe the expect beha... |
tensorflowtensorflow | adam optimizer valueerror tf function decorate function try to create variable on non first call | Bug | I be use tensorflow 2 3 the code below import tensorflow as tf y n tf variable 1 2 3 name dd tf function def loss return tf reduce mean input tensor tf reduce sum input tensor tf math log y n axis 0 tf function def... |
tensorflowtensorflow | tensorarray can not be convert with tfliteconverter | Bug | I want to use a tf tensorarray in a decode loop in order to collect predict id from the model for late conversion to text however it seem that tf tensorarray make issue when try to convert it with tfliteconverter system information os platform and distribution ubuntu 16 04 tensorflow... |
tensorflowtensorflow | update tensorflow doc for a11y | Bug | description hey lamberta markdaoust yashk2810 I ve put together a few small commit to update the tensorflow doc for more inclusive language it s to do with native build in source an a11y presentation slide i d g6fe49527a0 0 334 by heyawhite a tech writer at google ... |
tensorflowtensorflow | importerror dll load fail while import pywrap tensorflow internal a dynamic link library dll initialization routine 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 have I write custom code as oppose to use a stock example script provide in tensorflow ... |
tensorflowtensorflow | tf nn ctc beam search decoder expect output of softmax whereas documentation say it expect logit | Bug | system information os platform and distribution e g linux ubuntu 16 04 window 10 tensorflow instal from source or binary binary tensorflow version use command below 2 3 0 python version 3 7 describe the current behavior currently say it expect input to be logit w... |
tensorflowtensorflow | hb | 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 | blank index in tf nn ctc loss and tf nn ctc beam search decoder have different default value | 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 tensorflow instal from source or binary binary tensorflow version use command below 2 3 0 python ver... |
tensorflowtensorflow | segfault in tf image crop and resize when box contain large value | 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 hang forever in multinode training with nccl and certain model with syncbatchnorm layer | 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 14 04 run in docker container host be 18 04 tensorflow instal from source or binary source tensorflow v... |
tensorflowtensorflow | problem with tf train floatlist precision | 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 | qat conversion runtimeerror quantization not yet support for op dequantize issue with tf nightly | Bug | update you can now fully quantize qat model train in any tf 2 x version however this feature be only available from tf version 2 4 0 rc0 onwards and will be available in the final tf 2 4 release as well you will not require any workaround I e you don t have to use tf 1 x to veri... |
tensorflowtensorflow | doc ram usage when build from source | Bug | url s with the issue description of issue what need change aproximately the ram that use when compile imo build tensorflow from source can use a lot of ram be not clear how a lot of be how many gb I have vm with 6vcpu 10 gb ram and I frequently run out of memory this run out ... |
tensorflowtensorflow | keras meet a problem with sync bn in multi worker | 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 debian mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a tensorflow instal from s... |
tensorflowtensorflow | tf website tutorial save and load fail on google colab for entire model | 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 google colab on cloud run in safari browser on mac osx 10 14 6 mobile device e g iphone 8 pixel 2 samsung galaxy if... |
tensorflowtensorflow | timeserie example be not work with late 2 4 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 | tf nn conv2d transpose name be overwrite | 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 os platform and distribution linux ubuntu 18 04 tensorflow instal from source or bin... |
tensorflowtensorflow | notfounderror no algorithm work convolutional 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 | typo on the order number for title on guide automatic differentiation | 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 2 4 0 build from source get internalerror cuda runtime implicit initialization on gpu 0 fail status device kernel image be invalid | Bug | nvidia smi command issue from inside the container nvidia smi 450 57 driver version 450 57 cuda version err gpu name persistence m bus i d disp a volatile uncorr ecc fan temp... |
tensorflowtensorflow | error in nce loss use intermediate layer output | Bug | standalone code to reproduce the issue colab notebook system information tensorflow version on my machine v2 2 0 rc4 8 g2b96f3662b 2 2 I be try to use the nce loss by pass the second to last layer s ouput to this loss function then I get error operatornotallowedingrapherror use a tf ... |
tensorflowtensorflow | tf math l2 normalize gradient seem to 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 | keras 2 4 3 test miss case | Bug | system information os platform and distribution linux ubuntu 16 04 tensorflow instal from source or binary source tensorflow version 2 2 0 python version 3 8 5 bazel version if compile from source 3 1 0 gcc compiler version if compile from source 5 4 0 cuda cudnn v... |
tensorflowtensorflow | tflite on android didn t find op for builtin opcode conv 2d version 5 | Bug | system information os platform and distribution e g linux ubuntu 16 04 android emulator android 10 0 google apis tensorflow instal from source or binary model be generate with tf from binary tensorflow version or github sha if from source model be generate with tf 2 2 0 and... |
tensorflowtensorflow | unresolved symbol eigenmatmulf64 when link a compile graph with xla aot runtime | 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 window 10 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no tensorflow in... |
tensorflowtensorflow | documentation fix of text classification with movie review | Bug | this be the same issue mention here currently here scrollto zxxx5oc3pomn under loss function and optimizer it say model compile optimizer adam loss tf loss binarycrossentropy from logit true metric accuracy this need to be correct to ... |
tensorflowtensorflow | only 1 subgraph be currently support cmsis nn | Bug | tensorflow micro system information host os platform and distribution e g linux ubuntu 16 04 make with linux ubuntu 20 04 comply on atmel studio on windows 10 python 3 7 7 tensorflow instal from source or binary download from master tensorflow version commit sha if source 2 3 0 e54... |
tensorflowtensorflow | error with tflite hello world example on esp eye | Bug | tensorflow micro system information host os platform and distribution e g linux ubuntu 16 04 ubuntu 18 04 tensorflow instal from source or binary source tensorflow version commit sha if source 2 4 0 target platform e g arm mbe os arduino nano 33 etc esp eye de... |
tensorflowtensorflow | tf math reduce euclidean norm can not be in tf function with experimental compile true | 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 | should this be zeroslike | Bug | l104 |
tensorflowtensorflow | tflu r2 3 break memory allocation for micro interpreter object with tf lite static memory enable | Bug | compile tflu r2 3 with tf lite static memory give an incorrect memory allocation for the micro interpreter object system information tflu r2 3 os platform linux ubuntu 16 04 or window 10 64 bit target cortex m4f current behavior in my case the size of the network input datum be int... |
tensorflowtensorflow | cuda error illegal address in toy training example | 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 inside virtual container uname a linux 3558c7dc300b 4 15 0 74 generic 84 ubuntu smp thu dec 19 08 06 28 utc 2019 x86 64 x... |
tensorflowtensorflow | keras modelcheckpoint callback not raise exception when h5 save fail | 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 3 python version 3 6 describe the current behavior the callback conceal the ex... |
tensorflowtensorflow | return tf datum unknown cardinality when the cardinality can be easily compute | 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 dockerhub tensorflow tensorflow late tensorflow instal from source or binary dockerhub image tensorflow version ... |
tensorflowtensorflow | cuda error when training rnn | Bug | system information 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 tensorflow instal from source or binary binary python wheel use pip tensorflow version 2 2 and 2 3 ... |
tensorflowtensorflow | keras callbacks logs numpy log not in sync | 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 tensorflow instal from source or binary binary tensorflow version use command below 2 3 0 python ver... |
tensorflowtensorflow | exception tensorflow lite currently doesn t support control flow op merge switch | Bug | system information os platform and distribution e g linux ubuntu 18 04 tensorflow instal from source or binary tensorflow version or github sha if from source 1 14 provide the text output from tflite convert tensorflow lite python convert convertererror toco fail s... |
tensorflowtensorflow | gpu installation instruction may need to be update | Bug | I m follow the gpu install instruction for ubuntu 18 04 and get the following after run this sudo apt get install no install recommend cuda 10 1 libcudnn7 7 6 5 32 cuda10 1 libcudnn7 dev 7 6 5 32 1 cuda10 1 I m get this reading package list do building depen... |
tensorflowtensorflow | timeserie example be a misnomer it be not a timeserie it be rather a simple series | Bug | part 2 forecast a multivariate time series I do not understand how this can be time series the datum be equidistant with each other and the time itself be not consider in predict the value but rather just as a series when you include time as a vector I would accept that it be a timeserie the t... |
tensorflowtensorflow | miss model in visualize py script tflite model attributeerror module tensorflow lite python schema py generate have no attribute 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 | segmentation fault 11 | Bug | system information os platform and distribution e g linux ubuntu 16 04 mac os x 10 14 6 tensorflow instal from source or binary use pip tensorflow version or github sha if from source 2 3 0 command use to run the converter or code if you re use the python api if possible ... |
tensorflowtensorflow | tensorflow lite on ndk with c api fail to provide output no error or warning | Bug | system information have I write custom code as oppose to use a stock example script provide in tensorflow base on example script os platform and distribution e g linux ubuntu 16 04 linux ubuntu 16 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile ... |
tensorflowtensorflow | tflm 2 3 fail assert in cmsis nn fully connect cc | Bug | tensorflow micro system information host os platform and distribution e g linux ubuntu 16 04 verify on mbe os 5 13 tensorflow instal from source or binary source tensorflow version commit sha if source 0c43ad89f81b22d81d1894f5b53f9fbdda0b738a target platform e g arm mbe o... |
tensorflowtensorflow | savedmodel export fail on rnns by set wrong input dtype | 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 n a tensorflow instal from... |
tensorflowtensorflow | doc be partial batch support with multiworkermirroredstrategy | Bug | url s with the issue partial batch description of issue what need change the release note state tf distribute experimental multiworkermirroredstrategy add support for partial batch however the documentation tutorial state currently this be support for all strategy except t... |
tensorflowtensorflow | tflite relocate tensor 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 have I write custom code as oppose to use a stock example script provide in tensorflow ... |
tensorflowtensorflow | incompatible with expected float ref | Bug | traceback most recent call last file convert tflite py line 90 in convert from savedmodel savedmodeldir tflitefile quan true integeronly true file convert tflite py line 50 in convert from savedmodel tflitemodel converter convert file usr local lib python3 5 dis... |
tensorflowtensorflow | fail call to cuinit unknown error 1 | Bug | run the late docker with docker run it p 8888 8888 tensorflow tensorflow late gpu jupyter jupyter notebook notebook dir tf ip 0 0 0 0 no browser allow root notebookapp allow origin code import tensorflow as tf print num gpu available len tf config experimental l... |
tensorflowtensorflow | model with conv2d layer cause segmentation fault when invoke in c | Bug | system information linux ubuntu 18 04 tensorflow binary via pip test on 2 2 0 2 3 0rc2 command use to run the converter or code if you re use the python api python import tensorflow as tf from tensorflow keras layer import conv2d flatten input dense from tensorflow k... |
tensorflowtensorflow | conv1dtranspose dilation support might be a bug idk | 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 | converter inference input type tf int8 be be ignore | Bug | system information docker image tensorflow tensorflow 2 2 0 same issue with window python 3 and tensorflow 2 2 0 instal via pip command use to run the converter or code if you re use the python api especially the converter inference input type and converter inference output type be imporant ... |
tensorflowtensorflow | not able to create libtensorflow lite a from build ios universal lib sh | 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 10 15 4 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no tensorflow ... |
tensorflowtensorflow | tf lite tfliteconverter crash when convert keras model | 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 osx 10 15 5 tensorflow instal from source or binary binary tensorflow version use command below v1 12 1 37224 ga6cd18... |
tensorflowtensorflow | inaccessibletensorerror in custom model use add loss and build | 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 macosx 10 15 5 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no tens... |
tensorflowtensorflow | broadcastto | Bug | macbook pro provide the text output from tflite convert some of the operator in the model be not support by the standard tensorflow lite runtime if those be native tensorflow operator you might be able to use the extended runtime by pass enable select tf op or by set target op tflite builtin s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.