aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix guide links to tutorialsGravatar Billy Lamberta2018-07-03
|
* Update index links to notebooksGravatar Billy Lamberta2018-07-03
|
* Move get_started under tutorialsGravatar Billy Lamberta2018-07-03
|
* Move old tutorials into their category directoriesGravatar Billy Lamberta2018-07-03
|
* Fix permissions on mandelbrot and pdes tutorialsGravatar Billy Lamberta2018-07-03
|
* Merge pull request #20395 from lamberta/nb-eagerGravatar Billy Lamberta2018-07-03
|\ | | | | Update eager notebooks with buttons, licenses, and change filenames
| * Fix filename: eager_basicsGravatar Billy Lamberta2018-07-03
| |
* | Merge pull request #20095 from xxxx001/officialGravatar Qianli Scott Zhu2018-07-03
|\ \ | | | | | | Verification invalid eager env_ or env_->rendezvous_mgr.
* | | Merge weight column of duplicated indices for indicator_column (#19882)Gravatar Yan Facai (颜发才)2018-07-02
| | | | | | | | | | | | | | | | | | * BUG: merged duplicated weight columns * TST: add test case
* | | Merge pull request #20490 from yifeif/branch_203039240Gravatar drpngx2018-07-02
|\ \ \ | | | | | | | | Branch 203039240
* \ \ \ Merge pull request #20360 from ppwwyyxx/patch-13Gravatar Yifei Feng2018-07-02
|\ \ \ \ | | | | | | | | | | Fix gradient of nccl_ops
* \ \ \ \ Merge pull request #20486 from wdirons/reapplying_20254Gravatar Yifei Feng2018-07-02
|\ \ \ \ \ | | | | | | | | | | | | Reapplying #20254
| | | * | | Merge commit for internal changesGravatar Yifei Feng2018-07-02
| |_|/| | | |/| | | | |
| | | * | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203039240
| | | * | | batch_norm: Whether to use batch normalization after each hidden layer.Gravatar A. Unique TensorFlower2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203039199
| | | * | | Merge changes from github.Gravatar Yifei Feng2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203037623
| | | * | | Allow ByteBuffer outputs from TFLite interpreterGravatar Jared Duke2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203029983
| | | * | | [tf.data] Adding code for benchmarking map+batch fusion.Gravatar Jiri Simsa2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203029765
| | | * | | Remove reduntant checks in gather op.Gravatar A. Unique TensorFlower2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203027634
| | | * | | Add support for "parallel for" abstraction, optimized via graph rewrite. ThisGravatar A. Unique TensorFlower2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enables applications like auto-batching, jacobians, per-example gradients. PiperOrigin-RevId: 203026617
| | | * | | Adding a new `current_date` decorator that can change theGravatar Rohan Jain2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _FORWARD_COMPATIBILITY_HORIZON to something that is provided. Intended use is for testing new code / behaviour while still the default is the old behaviour. PiperOrigin-RevId: 203023068
| | | * | | [XLA] Add c_linear_search function to util.h.Gravatar Justin Lebar2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203021583
| | | * | | Fix array logging bugGravatar A. Unique TensorFlower2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203021167
| | | | | * Revert last commit that changed file names back.Gravatar Billy Lamberta2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now uses the correct path. This reverts commit 28c511013f960fd94cd0899342084570937ad277.
| | | | | * Reset get_started/_indexGravatar Billy Lamberta2018-07-02
| | | | | |
| | | | | * eager_intro titleGravatar Billy Lamberta2018-07-02
| | | | | |
| | | | | * Move datasets notebook as section in eager_introGravatar Billy Lamberta2018-07-02
| | | | | |
| | | | | * Rename eager_basics to eager_introGravatar Billy Lamberta2018-07-02
| | | | | |
| | | | | * Filename change for eager custom training notebookGravatar Billy Lamberta2018-07-02
| | | | | |
| | | | | * Rename eager notebook to Custom TrainingGravatar Billy Lamberta2018-07-02
| | | | | |
| | | | | * Enable private output on eager notebooksGravatar Billy Lamberta2018-07-02
| | | | | |
| | | | | * Update get_started landing page to point to eager notebook file renamesGravatar Billy Lamberta2018-07-02
| | | | | |
| | | | | * Update eager notebook buttons to point to new filenameGravatar Billy Lamberta2018-07-02
| | | | | |
| | | | | * Rename eager notebook filenames to match getting started collectionGravatar Billy Lamberta2018-07-02
| | | | | |
| | | | | * Update eager notebooks with colab/github buttons. Change titles. Open leftnav.Gravatar Billy Lamberta2018-07-02
| | | | | |
| | | | | * Update button style in mnt notebookGravatar Billy Lamberta2018-07-02
| |_|_|_|/ |/| | | |
| | | * | Fix NNAPI delegation for Sub and Div.Gravatar A. Unique TensorFlower2018-07-02
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203020841
| | | * | Fix documentation markdownGravatar A. Unique TensorFlower2018-07-02
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203019816
| | | * | [eager]: Fix bug in converting pandas objects to Tensors.Gravatar Asim Shankar2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, fix a segmentation fault when converting objects that implement the Python sequence protocol (i.e., __getitem__, __len__, and __iter__) but which do not have contiguous keys. Fixes #20347 However, there are still some discrepancies possible between tf.convert_to_tensor(o) (or tf.constant(o)) with and without eager execution enabled. Fixing those is left as a follow up excercise. Sample differences: (1) Empty sequences that have numpy conversions defined. import pandas as pd import tensorflow as tf s = pd.Series([]) # Empty series t = tf.constant(s) With eager execution enabled, t.dtype ends up with a dtype of float32 (as py_seq_tensor.cc considers empty lists to be float32) With graph construction, t.dtype ends up with a dtype of float64 (as make_tensor_proto() converts 's' to a numpy array and uses its dtype). (2) Objects that implement __getitem__, __len__, and __iter__, but are not convertible to numpy arrays (e.g., do not implement __array__): - With eager execution enabled, these can be converted to a tensor - For graph construction, the conversion fails. PiperOrigin-RevId: 203019624
* | | | | Merge pull request #19388 from nrstott/pandas_input_fn_y_as_dfGravatar Yifei Feng2018-07-02
|\ \ \ \ \ | | | | | | | | | | | | Pandas input fn accepts DataFrame for Y
* \ \ \ \ \ Merge pull request #20374 from pj-parag/masterGravatar Yifei Feng2018-07-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update beam_search_decoder.py
| | | | | * | TopK op changes: remove wrong shape array free, force output types.Gravatar A. Unique TensorFlower2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203013884
| | | * | | | Reapplying #20254Gravatar William D. Irons2018-07-02
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR #20430 contained 151 commits, one of which backleveled PR #20254. This PR is to re-apply that change. Text of 20254: PR #20229 included a change to the Eigen version that failed to compile on ppc64le. rmlarsen created a pull request in Eigen to fix the compile failure: https://bitbucket.org/eigen/eigen/pull-requests/410 This patch is to pick up the Eigen version of that patch.
* | | | | | Merge pull request #20483 from gunan/branch_202995903Gravatar Yifei Feng2018-07-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Branch 202995903
| | | | | * | Remove ARCH_PIII variant from manual_constructor_test.cc.Gravatar A. Unique TensorFlower2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203007540
| | | | | * | Change the way we set endpoints deprecated in api_def.proto.Gravatar Anna R2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203004822
| | | | | * | Refactor ProcessState in support of NUMA.Gravatar A. Unique TensorFlower2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ProcessState is a singleton that anchors per-process resources. Up until now that meant only GPU-related memory allocators since CPU allocation was usually done directly from Allocator::cpu_allocator. Accordingly process_state.h was in common_runtime/gpu and ProcesState was only used in GPU builds. With the upcoming introduction of NUMA node specific CPU allocators it will be important that most of the TF runtime switch to requesting the proper NUMA-specific CPU allocator. These allocators will be owned by and obtained from the ProcessState singleton which will exist in all builds. The GPU-specific functions are moved to a new GPUProcessState, also a singleton. PoolAllocator is also migrated out of common_rumntime/gpu into common_runtime. PiperOrigin-RevId: 203002666
| | | | | * | Workaround the cudnn 7.1.4 correctness bug, where the workspace is required ↵Gravatar A. Unique TensorFlower2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to be zeroed. PiperOrigin-RevId: 203001311
| * | | | | | Merge commit for internal changesGravatar Gunhan Gulsoy2018-07-02
|/| | | | | | | | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #20480 from gunan/branch_202961895Gravatar Gunhan Gulsoy2018-07-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Branch 202961895