aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/models
Commit message (Expand)AuthorAge
* Merge pull request #2985 from sharkdtu/masterGravatar Rasmus Munk Larsen2016-06-27
|\
* | Added an option to train cifar10 using fp16.Gravatar Benoit Steiner2016-06-23
| * fix word2vec_test's tmp pathGravatar sharkdtu2016-06-22
|/
* Added an option to train the example mnist model using 16 bit floatsGravatar Benoit Steiner2016-06-06
* Fixes #2568: question-words.txt direct link no longer worksGravatar A. Unique TensorFlower2016-06-02
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-26
* rnn_cell.linear and models.rnn are going away.Gravatar Eugene Brevdo2016-05-11
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
* Merge changes from github.Gravatar Illia Polosukhin2016-04-18
* Adding ci_sanity.shGravatar A. Unique TensorFlower2016-03-30
* Make embedding_size an explicit argument of embedding_* functions in seq2seq.Gravatar Lukasz Kaiser2016-03-30
* Merge changes from github.Gravatar Vijay Vasudevan2016-03-29
* Replace graph_def with graph when passed to the SummaryWriter and update tuto...Gravatar Dan Smilkov2016-03-24
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
* Fix cifar tutorial for bool strictness.Gravatar Martin Wicke2016-03-22
* Mark a bunch of tests "small" to reduce timeoutsGravatar Geoffrey Irving2016-03-21
* Minor typo fix.Gravatar A. Unique TensorFlower2016-03-21
* Rollforward of "Merge changes from github."Gravatar Geoffrey Irving2016-03-16
* Rollback of: "Merge changes from github."Gravatar Vijay Vasudevan2016-03-16
* Merge changes from github.Gravatar Martin Wicke2016-03-16
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Correct minor typo in tutorial comment.Gravatar A. Unique TensorFlower2016-03-08
* Add backwards_compatibility_test and its associated machinery.Gravatar Josh Levenberg2016-03-05
* Add correct dependencies to sdca ops to fix build breakage.Gravatar A. Unique TensorFlower2016-02-24
* Give tensorflow/core/kernels/ its own BUILD file.Gravatar Josh Levenberg2016-02-24
* Adding tests for TensorFlow tutorialsGravatar A. Unique TensorFlower2016-02-23
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* Fix the CIFAR-10 model eval to make the eval entirely deterministic.Gravatar Jon Shlens2016-02-16
* Stop using deprecated imports in rnn.models (rnn, seq2seq, etc).Gravatar Eugene Brevdo2016-02-11
* Fix doc string weirdness introduced by scriptGravatar Geoffrey Irving2016-02-11
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Make the gfile package available when importing tensorflow.Gravatar A. Unique TensorFlower2016-02-09
* Generalize tf.image.random_crop to dimension-independent tf.random_cropGravatar Geoffrey Irving2016-02-08
* Merge changes from GitHub, clean up linter errors, fix dependencies test.Gravatar Martin Wicke2016-02-07
* Marks a few stateful ops stateful.Gravatar A. Unique TensorFlower2016-02-06
* Convert convolutional.py example to use new sparse_softmax_cross_entropy_with...Gravatar David G. Andersen2016-02-05
* Switch the CIFAR model to use the new tf.nn.sparse_softmax_cross_entropy_with...Gravatar David G. Andersen2016-02-05
* Remove vocab_size argument for model_with_buckets.Gravatar Manjunath Kudlur2016-02-05
* Use sparse_softmax_cross_entropy_with_logits in seq2seq in sequence_losses.Gravatar Lukasz Kaiser2016-02-05
* Fix typo in code comments in cifar10.pyGravatar Dan Smilkov2016-02-02
* Breaking change in TF RNN python api: Return the final state instead of theGravatar Eugene Brevdo2016-01-27
* Running our linter on a lot of files.Gravatar Vijay Vasudevan2016-01-24
* Unspecified message.Gravatar A. Unique TensorFlower2016-01-21
* Remove word2vec's dependency on RE2. This is primarily to allow inputsGravatar A. Unique TensorFlower2016-01-19
* Unspecified message.Gravatar A. Unique TensorFlower2016-01-18
* Improve gradient support for nested while loops and conditionals.Gravatar A. Unique TensorFlower2016-01-18
* TensorFlow: add python3 requirements to classify_image.pyGravatar Vijay Vasudevan2016-01-15
* Current sorting criterion in the PTB example is not deterministic for words w...Gravatar A. Unique TensorFlower2016-01-15
* Make convolutional.py easier to run on GPUs with less RAM.Gravatar Vincent Vanhoucke2016-01-07