repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
tensorflowtensorflow
documentation for gridlstmcell be lack and do not match the paper
Bug
describe the problem the documentation for tf contrib rnn gridlstmcell cite the paper grid long short term memory by kalchbrenner et al the paper describe an architecture call the 2d grid lstm to replace a stack of lstm cell in a 2d grid lstm 2 state component be pass from one layer to the next...
tensorflowtensorflow
segmentation fault when run optimization step with 3d convolution
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 arch linux 4 14 13 1 linux kernel version tensorflow instal from source or binary source use the package h...
tensorflowtensorflow
eigen assertion when run on gpu with debug enable
Bug
I use r1 5 release version to compile in debug mode the build command be bazel build c opt config cuda c dbg strip never tensorflow tool pip package build pip package I test the tutorial mnist mnist deep py and it get assertion below I search the forum and it seem that there be no c...
tensorflowtensorflow
documentation for placeholder do not explain when shape be or none
Bug
system information not necessary describe the problem the documentation for placeholder do not explain the case when its shape be or none possible solution add the explanation in this so answer to the documentation of placeholder include the example ...
tensorflowtensorflow
no documentation for configproto
Bug
system information not necessary in this case describe the problem no documentation for the configproto class in the tf website specifically in neither of the follow page possible solution the follow article contain info about configproto either the doc f...
tensorflowtensorflow
tfdbg error dump root directory do not exist with empty fetch
Bug
system information have I write custom code yes os platform and distribution linux ubuntu 16 04 tensorflow instal from binary pip install tensorflow version tensorflow import tf version 1 4 1 tf git version v1 4 0...
tensorflowtensorflow
use keras and tf keras have different result
Bug
system information tensorflow linux ubuntu 16 04 tensorflow instal from binary tensorflow version 1 4 python version 3 6 3 describe the problem I be use tf kera and kera but it have a different result I be use the code below for sentiment analysis class...
tensorflowtensorflow
portability of tensorflow meta graph file
Bug
os platform and distribution cento tensorflow instal from source tensorflow version 1 4 bazel version n a cuda cudnn version 8 0 cuda and 6 0 cudnn gpu model and memory n a exact command to reproduce n a the meta file from tensorflow contain device information although I ...
tensorflowtensorflow
tf assert equal raise incorrect traceback in eager 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 linux ubuntu 16 04 1 lts tensorflow instal from source or binary pip binary tensorflow version use comm...
tensorflowtensorflow
save model cli py bug fix
Bug
in file python tool save model cli py at function def print tensor info tensor info the first line should be print dtype value key for key value in type pb2 datatype item tensor info dtype not be print dtype type pb2 datatype keyss tensor info dtype...
tensorflowtensorflow
typeerror broadcast take 1 positional argument but 2 be give
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 tensorflow instal from source or binary source tensorflow version use command below b v1 3 0 rc1 6044 ...
tensorflowtensorflow
multi core cpu performance drop for mkl tf build
Bug
system information 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 lts 64 bit tensorflow instal from source or binary source tens...
tensorflowtensorflow
tf layer layer set scope problem might cause unexpected duplicate name valueerror
Bug
os platform and distribution ubuntu 16 04 tensorflow instal from source or binary binary tensorflow version 1 4 1 python version 3 5 2 cuda cudnn version cuda 8 0 cudnn 7 0 5 gpu model and memory gtx1080 8 g exact command to reproduce python3 ...
tensorflowtensorflow
problem about tf datum dataset from sparse tensor slice
Bug
please go to stack overflow for help and support if you open a github issue here be our policy 1 it must be a bug or a feature request 2 the form below must be fill out 3 it shouldn t be a tensorboard issue those go here here s why we have that policy tensorflow developer res...
tensorflowtensorflow
miss documentation for use the dataset api in combination with image summary
Bug
the dataset api be now the recommend input pipeline however I be miss some guidance on how to include summary of my image python def get datum dataset fixedlengthrecorddataset dataset dataset map parse dataset if be train dataset dataset map preprocess for train...
tensorflowtensorflow
dataset from generator doesn t play nice with feature column categorical column with vocabulary list
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 4 4 0 98 generic 121 14 04 1 ubuntu smp we d oct 11 11 54 55 utc 2017 x86 64 x86 64 x86 64 gnu linux tensorflo...
tensorflowtensorflow
use function defun and while loop
Bug
please go to stack overflow for help and support if you open a github issue here be our policy 1 it must be a bug or a feature request 2 the form below must be fill out 3 it shouldn t be a tensorboard issue those go here here s why we have that policy tensorflow developer res...
tensorflowtensorflow
documentation require for setisstateful method in op registration
Bug
there be some example with custom op that use setisstateful method during registration e g but there be no documentation about that method
tensorflowtensorflow
optimize graph graph transform tool do not support nchw
Bug
I try optimize graph use both graph transform tool and optimize graph for inference both case produce the same error because the fuse batchnorm use not nchw but nhwc I ve get the error like this invalidargumenterror see above for traceback must provide as many bias as the channel dimension ...
tensorflowtensorflow
document s3 s3 region constant
Bug
this give I a lot of grief recently as the aw region for s3 be control by an undocumented constant s3 region which default to we east 1 unless define on the system level extra frustrating as it depart from the common naming practice aw region l52 if somebody could suggest where to document this ...
tensorflowtensorflow
tensorflow 1 4 be 8 time slow than tensorflow 1 3 when read datum
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 tensorflow instal from source or binary python wheel tensorflow version use command below 1 4 and 1 3 ...
tensorflowtensorflow
the key in end point of slim be not unified for different layer
Bug
look at the code python with tf name scope xx end point collection dd with slim arg scope slim conv2d slim fully connect slim max pool2d output collection end point collection y slim conv2d np zero 1 20 20 3 dtype np float32 10 2 ...
tensorflowtensorflow
no gradient provide for any variable check your graph for op that do not support gradient
Bug
I write the code like follow import tensorflow as tf input1 tf variable 1 0 2 0 3 0 4 0 5 0 6 0 name input1 input2 tf variable 2 0 3 0 4 0 6 0 8 0 9 0 name input2 value range tf constant 0 10 dtype tf float32 source hist tf histogram fix width tf to float input1 valu...
tensorflowtensorflow
if I import cv2 tf global variable initializer will be very slow
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 3 tensorflow instal from source or binary binary tensorflow version use command...
tensorflowtensorflow
visualize embedding
Bug
projection n the visual for datum exploration there be 2 option for distance one of they should be euclidean as against euclidian
tensorflowtensorflow
tf lite readme md lack link to the mentioned mobilenet v1 224 pb file
Bug
null
tensorflowtensorflow
tf keras estimator estimator from model do not respect option set in runconfig
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 tensorflow version use command below ...
tensorflowtensorflow
foldl and foldr give different result on gpu vs cpu in tensorflow 1 4
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 source tensorflow version use command be...
tensorflowtensorflow
eager warn with invalid policy
Bug
if a user accidentally write tfe enable eager execution tfe device placement warn instead of the correct tfe enable eager execution device policy tfe device placement warn they win t get an error until later in their program for example tfe num gpu after the incorrect enable call produce ...
tensorflowtensorflow
compilation flag
Bug
can someone please explain the flag that can be enable when compile tensorflow from source I don t seem to understand the functionality of most of they and they be not document
tensorflowtensorflow
a document bug
Bug
from in the section how do you get a model you can use on mobile the right path be bazel build tensorflow python tool freeze graph not bazel build tensorflow tool freeze graph
tensorflowtensorflow
tensorflow website xsrf token miss or incorrect
Bug
the error occur when I read current tf api documentation my default lang be set to russian but it do not matter and have influence only on the bottom menu but when I m try to change the language to english or chinese I get the follow error message xsrf token miss or incorrect be it ok or this be the tf...
tensorflowtensorflow
tensorflow would sometimes get rather slow during train
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 tensorflow instal from source or binary pip tensorflow version use command below 1 4 ...
tensorflowtensorflow
how can I have an online datum augmentation like kera in tensorflow tf slim
Bug
hi all I use tf slim this network 1 for my classification problem I want to do online datum augmentation like keras imagedatagenerator 2 for my image I know these function 3 in tensorflow but I need a tutorial or an example in tensorflow or tf slim that do this online datum augmentation ...
tensorflowtensorflow
build with mkl reduce cpu performance
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 both tensorflow version use command below 1 4...
tensorflowtensorflow
wrong link in tensorflow for poet codelab
Bug
3 there s a link for inception v3 model point to pre train model which 404 s I assume it can point to instead I would ve send a pr fix the link but the codelab text doesn t seem to be available on anywhere github
tensorflowtensorflow
tensorflow can not be instal with default window python 3 5 stack
Bug
after instal python 3 5 0 use the window 64 bit installer which include pip in the install pip3 install upgrade tensorflow collect tensorflow could not find a version that satisfy the requirement tensorflow from version no match distribution find for tensorflow you be use pip version 7 1 2 h...
tensorflowtensorflow
use new nvidia driver cause tf to freeze the entire system if terminate
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 3 lts xenial xerus tensorflow instal from source or binary binary through pip instal...
tensorflowtensorflow
keras model with tf keras layer conv2d layer compile with tf loss softmax cross entropy loss do not converge
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow simple mnist model in keras os platform and distribution e g linux ubuntu 16 04 debian gnu linux 8 tensorflow instal from source or binary binary from pip tensor...
tensorflowtensorflow
follow instruction in batch normalization doc produce an exception
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 17 10 tensorflow instal from source or binary binary pip install tensorflow tensorflow ve...
tensorflowtensorflow
tf 1 4 0 on macosx crash object be probably modify after be free
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 13 tensorflow instal from source or binary binary via pip3 6 install tensorflow tensorflow...
tensorflowtensorflow
tf layer generate an extra op when not specify the name
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 pip install tensorflow version use comman...
tensorflowtensorflow
build from source documentation be incorrect
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 14 04 tensorflow instal from source or binary source tensorflow version use command below ...
tensorflowtensorflow
tf layer network be in the documentation but not the library
Bug
here s why we have that policy tensorflow developer respond to issue we want to focus on work that benefit the whole community e g fix bug and add feature support only help individual github also notify thousand of people when issue be file we want they to see you communicate an interesting problem ...
tensorflowtensorflow
io documentation for tensorflow experimental
Bug
could we have a proper documentation either in the pod file with a custom header or in the readme it would help greatly to have the list of available method and what they do unless method name be self explanatory have to dig into 20 objective c file to get a grasp of what be possible in swift be not equi...
tensorflowtensorflow
tensorflow or python have memory cleanup issue when use multiple model in iterative loop
Bug
system information have I write custom code yes os platform and distribution linux ubuntu 17 04 tensorflow instal from source or binary binary tensorflow version v1 3 0 rc2 20 g0787eee 1 3 0 python version python 3 6 1 anaconda 4 4 0 64 bit cuda cud...
tensorflowtensorflow
tf cast zero out input tensor when gpu do not have any free memory
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution linux ubuntu 16 04 tensorflow instal from source or binary tf nightly gpu binary from 10 31 2017 tensorflow version use command belo...
tensorflowtensorflow
tf scatter add cause error in loop
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes it s below os platform and distribution e g linux ubuntu 16 04 macosx tensorflow instal from source or binary binary tensorflow version use command belo...
tensorflowtensorflow
matrix triangular solve have break docstre
Bug
system information not applicable regard documentation describe the problem the docstring of matrix triangular solve be not clear see there be format issue but moreover it be not immediately clear what the effect of adjoint true be it would be helpful to describe the effect use linear ...
tensorflowtensorflow
tutorial request for hybrid model word character
Bug
the implementation do in the paper be a hybrid seq2seq model with advancement where the encoder be feed with input base on follow two case 1 normal vector representation of a word embed vector when the word input be present in the vocabulary 2 output of another lstm network when the word be ...
tensorflowtensorflow
batchnorm not work in a funcgraph
Bug
I be work on macos 10 12 6 with tensorflow 1 3 0 python version 3 6 2 cpu only I find that if tf contrib layers batch norm be call inside a defun a typeerror will be throw to clarify the function here be a map func that will be use in dataset map invoke instead of a normal python f...
tensorflowtensorflow
memory leak while read from tfrecord
Bug
problem as I mention in my previous issue I have memory leak in my code finally I can write a sample code that can reproduce the problem source code import os import random import psutil import tensorflow as tf def get tf example input output example tf train exa...
tensorflowtensorflow
nadamoptimizer throw invalidargumenterror incompatible shape
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes but this issue can be replicate by change one line in the example script word2vec basic py os platform and distribution e g linux ubuntu 16 04 linux cento 7 macos high s...
tensorflowtensorflow
build tensorflow for gpu faild
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 16 04 tensorflow instal from source or binary source tensorflow version use command below r1 3 ...
tensorflowtensorflow
tfdbg doesn t work with tensorflow gpu version
Bug
could the dear developer confirm that tfdbg work with tensorflow gpu version or not at least on my platform it doesn t work os red hat enterprise linux workstation release 7 3 maipo python python 2 7 5 tensorflow 1 4 0rc0 compile from source with cuda enable cuda 8 0 61 cudnn8 7 0 1 nvidia ...
tensorflowtensorflow
in the estimator of tensorflow how do it work when model fn be call multiple time
Bug
def model fn feature label mode param model function for estimator connect the first hide layer to input layer feature x with relu activation first hide layer tf layer dense feature x 10 activation tf nn relu connect the se...
tensorflowtensorflow
tf reduce mean be not compatible with np mean
Bug
tf reduce mean emphasize that this function be compatible with numpy equivalent to np mean but it doesn t in the output type consider the follow code for example import tensorflow as tf x tf variable 1 0 1 0 init tf global variable initializer sess tf session s...
tensorflowtensorflow
sparse softmax cross entropy with logit wrong annotation
Bug
l1661 it should be if logit be scalar need to have rank 1 or if the rank of the label be not equal to the rank of the logit minus one
tensorflowtensorflow
tf estimator quickstart web doc need sync with github
Bug
please go to stack overflow for help and support if you open a github issue here be our policy 1 it must be a bug or a feature request 2 the form below must be fill out 3 it shouldn t be a tensorboard issue those go here here s why we have that policy tensorflow developer res...
tensorflowtensorflow
bug in estimator tutorial
Bug
this be the tutorial for the estimator class you have the follow code my nn tf estimator dnnclassifier feature column age height weight hide unit 10 10 10 activation fn tf nn relu ...
tensorflowtensorflow
the document of tf nn dynamic rnn need to be re format
Bug
hi someone take a look at the document page of tf nn dynamic rnn I think there be some format bug in the second half of the web page
tensorflowtensorflow
const op h miss from c api documentation
Bug
I could not find the documentation for tensorflow op const start from the c api documentation I figure out it be declare in op const op h but there be no link from the main c doc a search return this but it look orphan so I guess there be something wrong in the doc
tensorflowtensorflow
feature request tf assign support tuple
Bug
I have recently update to v1 3 of tensorflow I have some code that I use for dynamic rnn which copy the state of the cell so it persist to the next run I can also init that value as well since the update I be get a warning tensorflow use a concatenate state be slow and will soon be deprecate use s...
tensorflowtensorflow
import tf in python yield can not import name build info
Bug
system information fedora 26 x64 4 13 4 200 fc26 x86 64 tensorflow instal from source tf version 1 3 0 tf git version b v1 3 0 rc1 3011 gd86448938 tf compiler version b v1 3 0 rc1 3011 gd86448938 python version 3 6 2 anaconda bazel instal from their fedora copr repository ...
tensorflowtensorflow
documentation mention featurevaluetoid but it s not find anywhere on the site
Bug
the late documentation on tensorflow org expain that for embed lookup function id be obtain typically from featurevaluetold the last term be not find anywhere else on the site probably some remnant from ancient function it should probably be replace with index table from or something similar
tensorflowtensorflow
why use tensorflow1 3 0gpu training to get the validation loss be much high than the cpu training
Bug
when I use tf1 3 0 cpu vesion the validation loss be 0 54 but get 0 74 use gpu instead I can t handle it cudnn version be 6 0
tensorflowtensorflow
wrong tf svd documentation in tensorflow 1 3 0 version
Bug
in tf svd documentation it be say that the tensorflow implementation of svd be simply np linalg svd in fact it be not the same in tensorflow the index for v matrix be transpose different from np linalg svd default set funny thing be this type of problem be a famous bug in matlab code people usually writ...
tensorflowtensorflow
can not put a tensor into a stagingarea
Bug
tensorflow version 1 3 0 accord to the document I should be able to put a tensor to a stagingarea 1 put but the follow code do not work python import tensorflow as tf from tensorflow contrib import staging staging stagingarea dtype tf int32 put tf constant 1 the output s...
tensorflowtensorflow
non work example in documentation with recommendation for how to fix
Bug
cat etc issue linux ericdesktop 4 4 0 96 generic 119 ubuntu smp tue sep 12 14 59 54 utc 2017 x86 64 x86 64 x86 64 gnu linux version 16 04 2 lts xenial xerus version i d 16 04 version codename xenial be we in docker ...
tensorflowtensorflow
documentation correction
Bug
hi I think there might be a possible documentation error in that of tf stack it s say that the numpy equivalent be np asarray but np asarray will take list of arbitrary shape and make it to a ndarray whereas tf stack require all the dimension of object in the list to be same so the equ...
tensorflowtensorflow
link to object detection model no long work
Bug
example of break link include thank
tensorflowtensorflow
tf interactivesession leak session
Bug
the follow work fine with tf session but will fail to release resource in tf interactivesession sess tf interactivesession do stuff sess close del sess the reason be that interactive session enter a context use enter and never quit it leave a reference from a defaultstack...
tensorflowtensorflow
doc nicety use to indicate when argument must be keyword
Bug
show the signature softmax cross entropy with logit sentinel none label none logit none dim 1 name none in python 3 the syntax for sentinel none be just and the signature would be softmax cross entropy with logit ...
tensorflowtensorflow
handling of in pattern of tf contrib data dataset list file undocumented
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 window 10 tensorflow instal from source or binary binary tensorflow version use command be...
tensorflowtensorflow
fix tf argmax argmin documentation
Bug
the documentation do not explain what an index be I can imagine a billion definition of index be it the same as the index in tf one hot the documentation do not explain what happen if axis be set to none for vector use axis 0 why the documentation should clearly explain ho...
tensorflowtensorflow
inline assembly require more register than available while cross compile tensroflow for arm cortex a15 use clang 3 8
Bug
I be try to cross compile tensorflow for armv7a cortex a15 use clang 3 8 and I be use bazel 0 5 4 to build tensorflow my environment detail be ubuntu 16 04 clang 3 8 bazel 0 5 4 tensorflow source code version 1 3 target cpu cortex a15 compiler flag o2 the command I be use be bazel buil...
tensorflowtensorflow
mkl inference number be incorrect
Bug
in performance guide compare compiler optimization compare compiler optimization the number share for inference on inceptionv3 and resnet 50 model be exactly the same I m assume this be incorrect
tensorflowtensorflow
tf reduce max inconsistent with numpy max when handle nan 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 ubuntu 16 04 3 lts tensorflow instal from source or binary binary tensorflow version use command below ...
tensorflowtensorflow
ubuntu installation instruction be too obsolete
Bug
for successful build on ubuntu it s require to do much more than state on the installation instruction my system cuda support yes bazel 0 5 4 gcc ubuntu 5 4 1 8ubuntu1 5 4 1 20170304 linux desktop 4 10 0 33 generic 37 ubuntu smp fri aug 11 10 55 28 utc 2017 x86 64 x86 64 x86 64 gnu linux ...
tensorflowtensorflow
1 notmnist assignment1 zero mean equation in code
Bug
okay in tutorial its say to make zero mean do r 128 128 but in code its r 128 255 below be the code provide in ipython notebook image size 28 pixel width and height pixel depth 255 0 number of level per pixel def load letter folder min num image load the datum for a single letter la...
tensorflowtensorflow
tf nn separable conv2d be slow than 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 ubuntu 16 04 tensorflow instal from source or binary binary tensorflow version use command below tf...
tensorflowtensorflow
change tanhgrad operation definition with respect to documentation
Bug
hello tanhgrad documentation say specifically grad dy 1 y y where y tanh x and dy be the correspond input gradient l323 which be correct and look good but operation have follow declaration of input input x t ...
tensorflowtensorflow
wrong error message during compile
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 amazon linux 2017 03 tensorflow instal from source or binary source tensorflow...
tensorflowtensorflow
the predict result use java and python be different
Bug
my graph contain the follow statement tf contrib layer batch norm incoming be training be train scale true decay 0 99 tf contrib layers dropout incoming keep prob keep prob be training be train when the variable be training be set to true the save model give the same result use ja...
tensorflowtensorflow
tf 1 3 kera timedistribute wrapper issue rnn get an unexpected keyword argument input length
Bug
when I use timedistribute wrapper from keras I m get unexpected keyword argument input length system info window 10 tf 1 3 0 python 3 5 code python import json import numpy as np import tensorflow as tf from sklearn model selection import train test split ...
tensorflowtensorflow
improve all in memory file copy architecture python at least
Bug
current file copy at least via python tf gfile copy gfile py l22 file io py l371 file io I l113 involve copy the source content into memory and then write memory to the destination for scenario like which be work with an 11 gb asset this be unacceptable design file system h ...
tensorflowtensorflow
miss documentation of the method attentionwrapper zero state
Bug
hello I have notice that the method attentionwrapper zero state batch size dtype do not have any description of its functionality in the documentation website below be a reference link I really hope that this get fix I have spend a couple of day try to debug a code that I have write until ...
tensorflowtensorflow
ssl certificate for tensorflow org expire
Bug
the ssl certificate for not expire on june 29
tensorflowtensorflow
tf dataset with tf py func doesn t work as the tutorial say
Bug
system information ubuntu 16 04 tf 1 3 release version cuda 8 0 cudnn 6 0 python 3 5 describe the problem dataset with tf py func doesn t work as the dataset tutorial say in source code log minimum code to reproduce the problem python import tensorflow ...
tensorflowtensorflow
anaconda installation example doesn t match the description on web site
Bug
on this page instal with anaconda step 4 say where tfbinaryurl be the url of the tensorflow python package for example the follow command install the cpu only version of tensorflow for python 2 7 however the example command below it actually install tensorflow for python 3 4 not 2 7 ...
tensorflowtensorflow
tf contrib data dataset do not correctly handle nest dictionary
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 tensorflow instal from source or binary binary tensorflow version use command belo...
tensorflowtensorflow
feature request add an extra argument be duplicate to scatter sub op and make the kernel to multi thread for speedup
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 tenorflow instal from source or binary source tensorflow version use command below ...
tensorflowtensorflow
tutorial code on linear regression be miss a line
Bug
hello the tutorial code on the main website be miss a line that make it crash when test here be the page of the tutorial here be the say code import numpy as np import tensorflow as tf declare list of feature we only have one real value feature def model feature label mode build ...
tensorflowtensorflow
hexagon build fail readme md need to be revisit
Bug
os ubuntu 16 04 64bits android version 7 1 nougat ndk version android ndk r12b hexagon build readme should be revisit after recent code change I use same command as give in the readme md tensorflow tensorflow contrib makefile build all android sh x home kzos tfhexlibs t hexagon graph ...
tensorflowtensorflow
bug typeerror in dnnclassifi eval when use same name for feature in feature engineering fn
Bug
describe the problem if we use the same key to replace a feature tensorflow might throw typeerror when evaluate eg python def feature engineering fn feature label feature x some func feature x when feature be dict it be a mutable object hence the bug be ...
tensorflowtensorflow
bug restore a graph create by tensorflow python tool optimize for inference have error with rnn model
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes below os platform and distribution e g linux ubuntu 16 04 linux ubuntu 16 04 1 tensorflow instal from source or binary binary tensorflow version use comm...
tensorflowtensorflow
tf pow edge case failure
Bug
the tf pow function have an edge case which cause it to hang with no error message if you try to evaluate tf pow x y when x be an integer and thus the output tensor be also an integer while y be a negative value tensorflow hang try to cast the fraction as an integer example sess run tf pow ...
tensorflowtensorflow
tfdbg do not work with sparse tensor
Bug
system information have I write custom code as oppose to use a stock example script provide in tensorflow yes os platform and distribution e g linux ubuntu 16 04 linux ubuntu 14 04 tensorflow instal from source or binary binary tensorflow version use command below ...
tensorflowtensorflow
doc break link on tool developer s page
Bug
source page bad link graph run run2 pbtxt
tensorflowtensorflow
quantize graph not run with commit bb88ec7ecc4dc7ba72548a5115fb86e20b14de5b
Bug
os ubuntu 16 04 64bits android version 7 1 nougat ndk version android ndk r12b commit bb88ec7ecc4dc7ba72548a5115fb86e20b14de5b author alan yee date mon jul 24 22 46 38 2017 0700 log native benchmark model cc 405 input layer variable native benchmark model cc...