repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
tensorflowtensorflow | eager execution guide link be break | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version v2 0 doc link describe the documentation is... |
tensorflowtensorflow | too many lstm implementation 6 | Bug | system information tensorflow version v1 8 doc link tf contrib rnn lstmcell tf contrib rnn lstmblockcell tf contrib rnn lstmblockfusedcell tf nn rnn cell lstmcell tf keras layers lstm tf contrib cudnn rnn cudnnlstm tf contrib cudnn rnn cudnnlstmsaveable ignore any fancy v... |
tensorflowtensorflow | gpu installation automation | Bug | installation with gpu be very difficult could you please publish a one command script that do the whole process see a list of the step here I write they |
tensorflowtensorflow | bus error likely with bla | 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 yes ... |
tensorflowtensorflow | fix support for new bazel version issue 23673 close with incorrect solution | Bug | I believe be close incorrectly the problem be new version of bazel be not read the bazel rc that provide tool bazel rc build define grpc no are true the solution can not be to install are as this option be suppose to disable the need for it please fix the build process to support new ver... |
tensorflowtensorflow | eigvalsh documentation error | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version 1 12 doc link describe the documentation i... |
tensorflowtensorflow | recurrent batch normalization while loop and control depenecie bug | 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 16 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no tensorflow instal... |
tensorflowtensorflow | setdefaultdevice doesn t seem to work multiple tensorflow session on separate gpu s can not seem to speed up inference | Bug | I be try to speed up tensorflow inference by create multiple session with each session load its own graph on its own gpu when I run this same model for a batch of 10 image on a single gpu it take about 2700 ms I be hope I can run 2 batch one per gpu and process 20 image in the same time frame instead the ... |
tensorflowtensorflow | instantiate separate session for each gpu | Bug | I m try to speed up tensorflow inference by use multiple gpu and instantiate a separate session for each gpu I be use tensorflow 1 7 and 2 quadro gv100 s for this the gv100 s be device 0 and device 1 respectively my c code look something like the follow auto options0 sessionoption optio... |
tensorflowtensorflow | why be there different latency for post training quantization and quantization aware train model | Bug | system information tensorflow version tflite doc link in the model optimization documentation page table 1 give a latency of 145ms for post training quantization and 80 2 for quantization aware training it be unclear to I why there should be a difference in latency as both method result ... |
tensorflowtensorflow | inconsistent behavior of tf function when use autograph | Bug | system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 mac os x 10 13 6 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a t... |
tensorflowtensorflow | when pass tf datum dataset instance to model fit method which be instantiate by tf keras sequential tf keras model subclasse tf keras model pass metric argument to accuracy in model compile method provoke typeerror | 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 yes ... |
tensorflowtensorflow | polymorphicfunction get concrete function create a different concrete function for each python scalar 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 mac os x 10 13 6 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a t... |
tensorflowtensorflow | tf keras backend batch normalization documentation equation do not match implementation | Bug | system information tensorflow version r1 12 doc link describe the documentation issue the documentation describe the op as compute output x mean sqrt var epsilon gamma beta the op actually compute output x mean sqrt var epsilon... |
tensorflowtensorflow | tf print can t print log in jupyter notebook | Bug | when I try to use tf print or get the log device placement information in google colabratory I just can t get the print output I try in my own jupyter and I find the print log be in the cmd exe window this behavior be very strange and I think it should be fix the code be like below python impo... |
tensorflowtensorflow | out of bound error while iterate on the row of a raggedtensor | Bug | system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 mac os x 10 13 6 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a t... |
tensorflowtensorflow | cudnn launch failure when implement custom kernel regularizer function within tf layer module | 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 yes ... |
tensorflowtensorflow | tf log be miss although it be still use in many code example | 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 x 10 13 6 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a te... |
tensorflowtensorflow | tensorflow lite conversion fail | Bug | system information window 7 64bit tensorflow instal from binary 1 12 from pip tensorflow version or github sha if from source provide the text output from tflite convert traceback most recent call last file c user io appdata roam python python36 site package tensorflow co... |
tensorflowtensorflow | possible bug in example speech command test stream accuracy cc | Bug | in tensorflow tensorflow example speech command test stream accuracy cc line 247 the follow code be not correct const int64 audio datum end sample count clip duration ms it should be correct as follow const int64 audio datum end sample count clip duration sample it be wrong because t... |
tensorflowtensorflow | documentation user friendly bazel installation | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version gpu 1 14 0 doc link describe the documentatio... |
tensorflowtensorflow | potential tf boolean mask bug when the mask array be empty | Bug | system information os platform and distribution window 10 tensorflow instal from source or binary binary tensorflow version use command below 1 11 0 python version 3 6 6 cuda cudnn version v8 0 60 gpu model and memory geforce gtx 1070 8 gb describe the current behav... |
tensorflowtensorflow | keras model evaluate progress bar randomly stop before 100 | Bug | system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 mac os x 10 13 6 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a t... |
tensorflowtensorflow | estimator tf datum iterator incompatible with eager execution enable | Bug | 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 macos mojave version 10 14 2 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a te... |
tensorflowtensorflow | list index out of range in freeze graph py | 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 16 04 5 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no... |
tensorflowtensorflow | tf dynamic stitch do not work when one of the partition have zero element | 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 window 10 tensorflow instal from source or binary binar... |
tensorflowtensorflow | tf identity sparsetensor not work | Bug | tf identity seem to be not work with sparsetensor this be a problem because it make quite impossible to use they with tf control dependency below a very simple example python import tensorflow as tf a tf sparsetensor 0 0 0 800 256 print op tf print hello world ... |
tensorflowtensorflow | tf version git version look like repr git version | 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 x 10 13 6 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a te... |
tensorflowtensorflow | call a dense layer fail when it be create with kernel initializer tf keras initializers zeros | Bug | system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 mac os x 10 13 6 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a t... |
tensorflowtensorflow | the performance with profiler seem much slow than normal | Bug | I find something uninterpretable when profile with tensorflow profiler the time measure with profiler seem much slow than without it eg I translate a sentence with the model transformer it take 70ms normally but it take 220ms with profiler code as follow with tf con... |
tensorflowtensorflow | unexpected warning during generatordataset iterator finalization | 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 ubuntu 14 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device n a tensorflow in... |
tensorflowtensorflow | doc generate can t find numpy header | 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 ubuntu 18 04 ... |
tensorflowtensorflow | attributeerror module tensorflow compat have no attribute v1 | Bug | I run cnn mnist py on my machine but get attributeerror module tensorflow compat have no attribute v1 can anyone solve this problem |
tensorflowtensorflow | valueerror can not take the length of shape with unknown rank error when pass tf datum dataset tensor to model fit | 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 18 04 1 lts bionic beaver mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device ... |
tensorflowtensorflow | bug code throw exception when use cond v2 | 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 yes ... |
tensorflowtensorflow | estimator input be not quantize use create training graph create eval 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 no ... |
tensorflowtensorflow | unexpected result for tf sqrt under certain condition | Bug | system information have I write custom code yes os platform and distribution e g linux ubuntu 16 04 macos mojave 10 14 1 tensorflow instal from source or binary binary tensorflow version use command below 1 12 0 python version 3 6 describe the current behavior ... |
tensorflowtensorflow | tf nn depthwise conv2d issue with float16 nan 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 linux ubuntu 16 04 tensorflow instal from source or binary binary use docker image tensorflow tensorflow 1 12 0 gpu ... |
tensorflowtensorflow | where tf image resize bilinear be define | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version v1 9 doc link describe the documentation issue... |
tensorflowtensorflow | ppc64le no mkl dnn contraction kernel define cause build failure | 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 ubuntu 16 04 ... |
tensorflowtensorflow | use retrain graph with tensorflow in c | Bug | hi guy I m try to use retrain graph create with image retrain with c api I retrainde with bitmap image with size 444x440 the c code that I write be the follow include neural network h define graph name retrain graph pb define in name placeholder define out name final result ... |
tensorflowtensorflow | predict fuel efficiency regression example should not normalize one hot value | Bug | describe the current behavior in the predict fuel efficiency regression lesson tensorflow learn tutorial learn and use ml regression the normalize method be call to normalize the entire dataset include the one hot column describe the expect behavior the one hot column in the dataset s... |
tensorflowtensorflow | tensorflow1 7 hang at localmaster runstep with tf train monitoredtrainingsession in sync mode | Bug | I m train gan on wavenet model with tf train monitoredtrainingsession with 1 ps and 2 worker it hang when use tf train syncreplicasoptimizer but work well in async mode and it work well with vanilla gan demo in sync mode with debug the chief worker I find master be wait for worker to response however... |
tensorflowtensorflow | miss docker image reference in documentation | Bug | system information tensorflow version docker version doc link describe the documentation issue in the install with docker documentation there be example of how to pull image by add multiple parameter together there be be implicit reference to late gpu jupyter on docker hub it app... |
tensorflowtensorflow | wrong command for clone tensorflow in tf for microcontroller doc | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version master doc link describe the documentation ... |
tensorflowtensorflow | markdown formatting issue in tf keras layer layer doc | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version r1 12 doc link describe the documentation i... |
tensorflowtensorflow | possibly buffer overflow in tf nn conv2d on gpu | 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 tensorflow instal from source or binary binary tensorflow version use command below 1 12 python version... |
tensorflowtensorflow | choose the right bazel version to build tf be confuse | Bug | this bug be close while the problem still exist |
tensorflowtensorflow | tensorflow architecture low level intro link break | Bug | link in the above link an introduction link be provide its broken |
tensorflowtensorflow | tf1 12 graph transform the int8 performance test of graph transform for inceptionv3 model gpu utilization extremely low | 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 centos7 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no tensorflow inst... |
tensorflowtensorflow | inference accuracy regression for resnet50 and densenet | Bug | system information have I write custom code as oppose to use a stock example script provide in tensorflow na os platform and distribution e g linux ubuntu 16 04 linux cento 7 5 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device na tensorf... |
tensorflowtensorflow | tensor eval hang with tensorflow 1 10 | Bug | system information os platform and distribution linux ubuntu 16 04 tensorflow instal from source or binary binary tensorflow version use command below v1 10 0 0 g656e7a2b34 1 10 0 python version 3 6 describe the current behavior call to tensor eval within a custom gr... |
tensorflowtensorflow | larsoptimizer do not initialize learning rate tensor and momentum 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 o... |
tensorflowtensorflow | upsampling1d take long upsampling2d be fast | 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 e g linux ubuntu 16 04 linux ubuntu 16 04 tensorflow in... |
tensorflowtensorflow | bug accumulate n fatal in interactivesession | 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 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device tensorflow in... |
tensorflowtensorflow | 38c9b12 stuck gdr in resnet50 v1 5 official benchmark | Bug | with 38c9b12464b23aac132fbc8005cb74de86eee241 grpc gdr server protocol get stick in resnet50 v1 5 official benchmark this issue be a marker to other user of gdr hopefully I could find some time to fix it next week |
tensorflowtensorflow | inconsistant naming in estimator documentation | Bug | doc link in the section for export savedmodel it mention export to savedmodel which seem should be export savedmodel maybe worth a fix |
tensorflowtensorflow | tf dynamic partition may cause nan loss when use it with multi gpu and it perform normally with single gpu | Bug | system information have I write custom code as oppose to use a stock example script provide in tensorflow no os platform and distribution e g linux ubuntu 16 04 ubuntu 16 04 5 lts mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device ... |
tensorflowtensorflow | poor performance when scale up datum pipeline in multi cpu environment | Bug | system information aw deep learn ami ubuntu 16 04 tensorflow 12 on aw p3 8 and p3 16 instance describe the current behavior I be try to optimize the speed of my code when train on imagenet and start by look at the data pipeline I be use tfrecorddataset and use both prefetch and num para... |
tensorflowtensorflow | look for tensorflow lite c android ndk install instruction | Bug | can someone provide I documentation or example of use tensorflow lite android ndk c the only project example be in java but I need to use tensorflow lite with the android ndk in c I m also use a window 10 computer and have the late version of bazel instal any step documentation and example p... |
tensorflowtensorflow | can we have work example with asset in the documentation for the simple save | Bug | system information tensorflow version 1 12 doc link simple save seem to be a new and more standardized saving approach since it can also use asset to store vocabulary I wonder if it be possible to have a work example in document base on keras sentiment analysis system s datum so there be pla... |
tensorflowtensorflow | bug instantiate dynamic rnn with tf int32 in input and state raise typeerror | Bug | system information os platform os x 10 13 3 custom code tensorflow version 1 12 0 python version 3 6 5 describe the current behavior tensorflow raise a typeerror when create a dynamic rnn with tf int32 type in its input and state when change the type to tf float32 the error be not... |
tensorflowtensorflow | how to use tf contrib periodic resample | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version 1 6 0 doc link describe the documentation i... |
tensorflowtensorflow | keras layer no update op add even when use as a simplify interface to tensorflow | 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 archlinux tensorflow instal from source or binary binary tensorflow version use command below 1 12 python versi... |
tensorflowtensorflow | document about use custom op to build graph in c | Bug | system information tensorflow version all doc link custom op build graph in c describe the documentation issue please provide documentation about how to build graph use custom op relate stackoverflow question |
tensorflowtensorflow | documentaion section compare compiler optimization have be remove from performance overview | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version doc link compare compiler optimization desc... |
tensorflowtensorflow | documentation link break | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version 1 12 doc link describe the documentation is... |
tensorflowtensorflow | event file create by estimator be not close after training evaluation | Bug | I m use the estimator api and a custom implementation of several hyperparameter search method random search hyperband etc to train multiple model and select the good hyperparameter at the end of the algorithm I would like to delete all the file create during the training evaluation e g the checkpoint fi... |
tensorflowtensorflow | break link in a tool developer s guide for graph run run2 pbtxt | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information doc link I ii describe the documentation issue as ... |
tensorflowtensorflow | doc need | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version 1 10 doc link describe the documentation i... |
tensorflowtensorflow | improve use of graph transform tool | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version 1 12 0 doc link describe the documentation ... |
tensorflowtensorflow | object detection time increase as the image resolution increase | Bug | the object detection inference time for different object detection technique increase as the increase in image size resolution I do bit of research and come to know that detection api resize image to certain resolution and pass the resize image to detection process in case of ssd the image be resize to 300 3... |
tensorflowtensorflow | tensorflow calculate incorrect loss for tf keras model when use weight | 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 no os platform and distribution e g macos google cloud ... |
tensorflowtensorflow | fix technical issue with readme md | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version doc link describe the documentation issue ... |
tensorflowtensorflow | tensorflow keras dense layer complain if the input be a sparse input 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 osx mojave 10 14 1 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device na ... |
tensorflowtensorflow | add example to import meta graph docstre | Bug | base on the super insightful example by mrry on stackoverflow which many user suggest should be in the official documentation |
tensorflowtensorflow | memory leak in tf train example tf train feature tf gfile | 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 archlinux tensorflow instal from source or binary repository tensorflow version use command below 1 12 python v... |
tensorflowtensorflow | weird bug in tf keras model predict x tf dataset 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 o... |
tensorflowtensorflow | scatter max doesn t work with mirroredstrategy since v1 11 0 | Bug | system information have I write custom code yes os platform and distribution 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 binary tensorflow version tensorflow gpu v1 12 0 0 ga6d8ffae09 ... |
tensorflowtensorflow | incorrect cuda9 0 package installation require should be cuda 9 0 | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version 1 11 doc link describe the documentation ... |
tensorflowtensorflow | document for mirroredstrategy | Bug | system information tensorflow version 1 12 doc link 1 2 describe the documentation issue document I say that tf contrib distribute mirroredstrategy be for only the case of single worker and multi gpu but document ii say that mirroredstrategy can work in... |
tensorflowtensorflow | tpu keras support for multiple input layer | 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 no ... |
tensorflowtensorflow | tf contrib distribution percentile didn t support eager execution | Bug | please make sure that this be a feature request as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag feature template system information tensorflow version you be use tensorflow py2 cpu api r1 1 be you willi... |
tensorflowtensorflow | update reference and unify citation style | Bug | refer to publish work if possible use author year style in text and have link in reference field of doc |
tensorflowtensorflow | attributeerror estimator object have no attribute distribution | Bug | system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution ubuntu 18 04 tensorflow instal from source or binary binary tensorflow version use command below 1 11 python version 3 6 cuda cudnn v... |
tensorflowtensorflow | python client link be break | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version unrelated I m use github ui view the code doc link ... |
tensorflowtensorflow | model can not be load | Bug | system information what be the top level directory of the model you be use have I write custom code as oppose to use a stock example script provide in tensorflow yes write a simple mwe script os platform and distribution e g linux ubuntu 16 04 linux ubuntu 18 04 1 ... |
tensorflowtensorflow | parallel for no converter define for maxpoolgradgrad | Bug | I have write a fwd gradient base implementation of batch jacobian comparable to the tf gradient base tensorflow python op parallel for batch jacobian to efficiently implement batch jacobian tensorflow add support parallel for unfortunately pfor do not support the maxpoolgradgrad op... |
tensorflowtensorflow | parameterserverstrategy throw an exception when train locally with multiple gpu | 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 cento release 7 4 1708 el7 cento x86 64 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile... |
tensorflowtensorflow | fix miss in code example of tf keras layer embed | Bug | image |
tensorflowtensorflow | I can not use my rtx2080ti to train my model | Bug | system information os platform and distribution windows10 tensorflow instal from source or binary binary tensorflow version use command below tensorflow gpu 1 8 0 python version python3 6 cuda cudnn version cuda9 2 cudnn7 2 gpu model and memory rtx 2080ti 11 g I can not use my... |
tensorflowtensorflow | tf nn conv2d transpose with the same input produce different output on different call on gpu | 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 16 04 5 lts xenial xerus mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobi... |
tensorflowtensorflow | miss documentation multiple link return 404 in python api guide | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version version 2 0 doc link the follow doc all have link t... |
tensorflowtensorflow | tf keras layers bidirectional do not work under eager execution mode | 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 x 10 12 6 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no tensor... |
tensorflowtensorflow | student t distribution beta parameter in gamma | Bug | I think the beta parameter in gamma sample for student t distribution should be 2 instead of 0 5 gamma sample random op random gamma n 0 5 df beta 0 5 dtype self dtype seed distribution util gen new seed seed salt student t |
tensorflowtensorflow | no example export a model from an estimator on tensorflow org | Bug | please make sure that this be a documentation issue as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag doc template system information tensorflow version 1 9 doc link describe the documentation iss... |
tensorflowtensorflow | new tf post install python test do not expose cuda cudnn driver problem | Bug | system information window 10 tensorflow version tf nightly gpu oct 25 2018 doc link describe the documentation issue the suggest post install test python c import tensorflow as tf print tf version pass even when there be unresolved gpu cuda cudnn driver issu... |
tensorflowtensorflow | verb local protection error when do rdma send | 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 yes ... |
tensorflowtensorflow | ambiguity with tf nn embed lookup sparse | Bug | please make sure that this be a feature request as per our github policy we only address code doc bug performance issue feature request and build installation issue on github tag feature template system information tensorflow 1 9 0 python 3 6 6 be you willing to contribute it yes no... |
tensorflowtensorflow | sess run return inconsistent result | Bug | system information have I write custom code as oppose to use a stock example script provide in tensorflow no os platform and distribution e g linux ubuntu 16 04 ubuntu 16 04 mobile device e g iphone 8 pixel 2 samsung galaxy if the issue happen on mobile device no tensorflow... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.