aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/how_tos
Commit message (Collapse)AuthorAge
* Rename programmers_guide/ directory to guide/.Gravatar Billy Lamberta2018-06-22
| | | | | | Update references in source files and docs in tensorflow and related projects. PiperOrigin-RevId: 201766994
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Fix lint errors and improve docs in fully_connected_reader.py.Gravatar Derek Murray2018-02-21
| | | | PiperOrigin-RevId: 186537109
* Add C0330 bad-continuation check to pylint.Gravatar Yifei Feng2018-01-25
| | | | PiperOrigin-RevId: 183270896
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
| | | | PiperOrigin-RevId: 179953488
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
| | | | PiperOrigin-RevId: 179263865
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
| | | | PiperOrigin-RevId: 179260538
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
| | | | PiperOrigin-RevId: 179258973
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
| | | | PiperOrigin-RevId: 177526301
* BUILD cleanup in tensorflow/examples/...Gravatar A. Unique TensorFlower2017-06-28
| | | | PiperOrigin-RevId: 160390702
* Update link to docs.Gravatar A. Unique TensorFlower2017-04-28
| | | | Change: 154575206
* Merge changes from github.Gravatar Shanqing Cai2017-04-22
| | | | Change: 153925676
* Adding a license header to a python file.Gravatar A. Unique TensorFlower2017-04-12
| | | | Change: 152969546
* Merge changes from github.Gravatar Benoit Steiner2017-02-08
| | | | Change: 146918929
* Merge changes from github.Gravatar Patrick Nguyen2017-01-17
| | | | Change: 144729490
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
| | | | Change: 142805270
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
| | | | Change: 142080137
* Replace tf.train.SummaryWriter with tf.summary.FileWriterGravatar Dan Mané2016-11-29
| | | | Change: 140545243
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
| | | | Change: 138128703
* Parse argparse flags, then pass unparsed flags through to argv via tf.app.run()Gravatar Vijay Vasudevan2016-10-27
| | | | | to allow argparse + tf.flags to play nicely with each other. Change: 137405161
* Shift tensorflow/examples over to the new summary ops.Gravatar Dan Mané2016-10-20
| | | | | | | | This is a fairly minimal change, some functions have been cleaned up slightly because the new summary ops dont need manual namespacing. Behavior is approximately identical. Change: 136745220
* Seal tf.app's interface.Gravatar Patrick Nguyen2016-10-18
| | | | Change: 136540437
* Replace tf.flags usage with argparse everywhereGravatar A. Unique TensorFlower2016-10-10
| | | | Change: 135688498
* Parameterize validation size.Gravatar A. Unique TensorFlower2016-08-18
| | | | Change: 130618104
* Merge changes from github.Gravatar A. Unique TensorFlower2016-07-31
| | | | Change: 128958134
* Merge changes from github.Gravatar Martin Wicke2016-07-25
| | | | Change: 128401884
* Fixing broken code in how_tos for fully_connected_reader.Gravatar A. Unique TensorFlower2016-06-29
| | | | | | | - Added initialize_local_variables() - Updated the code that generates the dataset since it no longer worked either. - This in turn required adding a "reshape" option that controls whether or not the imaged data is flattened. Change: 126165145
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
| | | | Change: 123901292
* Replace graph_def with graph when passed to the SummaryWriter and update ↵Gravatar Dan Smilkov2016-03-24
| | | | | | tutorials to reflect the new API. Change: 118033430
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
| | | | Change: 116925769
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
| | | | Change: 114374558
* Pin constant holding data to CPU. This makes GPU version 50-100x faster per ↵Gravatar Yaroslav Bulatov2016-01-22
| | | | | | step. Fixes #837 Change: 112829709
* Add new parse_example functions that take namedtuple config objects, and ↵Gravatar A. Unique TensorFlower2016-01-11
| | | | | | prepend old API functions with "legacy_". Change: 111745511
* TensorFlow: upstrea changes from git.Gravatar Vijay Vasudevan2015-12-07
Change 109628097 Fix gcc 4.8.1 compile Modified from patch by @assolini here: https://github.com/tensorflow/tensorflow/issues/405 Change 109624275 Make preview frame ImageReader global so that it does not get GC'd. This may fix an issue with connecting to the camera on some devices where the underlying Surface is prematurely cleaned up (http://stackoverflow.com/questions/33437961/android-camera-2-api-bufferqueue-has-been-abandoned). Change 109620599 - improved test a little to make it easier to understand as it serves as an example for users Change 109614953 TensorFlow: update tutorials/howtos to point to correct location of files, show python example in addition to bazel. Change 109612732 TensorFlow: move reading_data into examples, change data dir to /tmp/data. Validated that they all run, but these probably need a selftest at some point. Change 109608695 Apply 'gate_gradients' only when there is more than one real gradients. Change 109605014 There are 3 obvious places to start using TensorFlow. 2/3 of the starting points do not have a link to the installation instructions. Change 109604287 Make the `tf.reshape` shape function more restrictive. Previously, it did not raise a construction-time error if the input shape and the new shape were incompatible; now it detects this and raises a `ValueError`. Change 109603375 TensorFlow: Move word2vec_basic.py from g3doc/ to examples/ There are no additional libraries this uses, so nothing else needs to be done Change 109601289 TensorBoard tag 3 Change 109600908 Decrease number of scalar values stored by TensorBoard. 10k is more than displays nicely. Change 109599464 Fix "smart restart" functionality in TensorBoard (it throws away dead data) After restarts, a file_version event is created that always has step 0. We need to ignore this. Change 109597667 Switch to using /dev/urandom for TensorFlow randomness. Using /dev/random leads to slowdown when running in an environment with poor access to an entropy source (such as some VMs). /dev/urandom has more predictable performance, and we don't require cryptographically secure random number generation, so a PRNG is good enough. Also removes the use of the RNG in DirectSession construction. This was being used to generate a session handle, which is not necessary (since a DirectSession owns its devices, we don't need a unique handle to key the OpSegment objects registered with the various devices). This addresses bugs that have been reported on the mailing list and Stack Overflow. Change 109596906 Add an is_unsigned property to dtype Change 109596830 Remove unnecessary fill in clip_by_value Change 109591880 Remove Android demo's libpthread.so dummy file (required by protobuf) from repo and generate it at compile-time. This makes the Android demo more portable, as the generated file will now always be the correct archictecture for linking. Change 109589028 Isolating out the RTTI part of TensorFlow and add non-RTTI backups for Android. This saves about 400KB of the compiled library, when compiling the Android tensorflow target with -fno-rtti. Change 109589018 Internal reworking of LSTMCell. Change 109588229 Allow bool-valued tensors to be persisted. Change 109577175 TensorBoard host defaults to 0.0.0.0 Change 109551438 TensorFlow: move mnist g3doc tutorials into tensorflow/examples. Update examples to point to the correct location. Adds tests to make sure they don't regress, do some lint cleanup. Base CL: 109630240