Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1314 commits
Select commit Hold shift + click to select a range
ab9340b
Remove unnecessary blank line
MarkDaoust Mar 12, 2018
93edaca
Merge pull request #3561 from kopankom/fix/assigment-in-loop
MarkDaoust Mar 12, 2018
de3cfeb
make /official a Python module (#3557)
yhliang2018 Mar 12, 2018
73e9a6b
Add resnet v1 and numerical unit tests to official resnet. (#3484)
Mar 12, 2018
05a0f0d
Fix resnet import (#3575)
Mar 12, 2018
73c0bc1
Merge pull request #3551 from YknZhu/master
nealwu Mar 12, 2018
18180b4
Fix comment typos under models/research
supercourage Mar 13, 2018
40a8929
replace `FLAGS.batch_size` by `images.get_shape()[0]`
chengpohi Mar 13, 2018
14021f4
Merge pull request #3580 from supercourage/master
shlens Mar 13, 2018
3c30dbd
Merge pull request #3581 from chengpohi/patch-1
shlens Mar 13, 2018
11cac60
Update Dockerfile for GPU now that the branch has been merged (#3576)
karmel Mar 13, 2018
d2d5437
Add logging utils (#3519)
yhliang2018 Mar 13, 2018
a6ecf24
Pulling internal changes to github (#3583)
marksandler2 Mar 13, 2018
ee3eefa
Preprocessing tuning for resnet (#3558)
karmel Mar 13, 2018
a537f1f
Add data schema for the benchmark run in Bigquery.
qlzh727 Mar 13, 2018
69c5526
Unified arg parser (#3574)
Mar 13, 2018
f46811b
Fix typo in arxiv.org url
hsm207 Mar 14, 2018
82ad2c2
Add data schema of benchmark metric for bigquery.
qlzh727 Mar 14, 2018
f943195
restore --version flag in resnet parser (#3597)
Mar 14, 2018
0705068
Address the comment from code review.
qlzh727 Mar 14, 2018
f424d12
Removing dependency on tf.test (#3599)
karmel Mar 14, 2018
09f6913
Merge pull request #3585 from qlzh727/benchmark-schema
qlzh727 Mar 14, 2018
e3cddcd
Making Running a title (#3601)
karmel Mar 14, 2018
1d5cbe1
update dataset examples
aquariusjay Mar 15, 2018
739819b
update dataset examples
aquariusjay Mar 15, 2018
97a21d0
update dataset examples
aquariusjay Mar 15, 2018
af18fa5
Update resnet with logging utils (#3586)
yhliang2018 Mar 15, 2018
21f4c0d
Merge pull request #3587 from hsm207/patch-1
YknZhu Mar 15, 2018
3960379
Merge pull request #3602 from aquariusjay/master
YknZhu Mar 15, 2018
e954109
remove duplicate flags
aquariusjay Mar 15, 2018
0243f8d
Merge pull request #3604 from aquariusjay/master
YknZhu Mar 15, 2018
27cbd7f
Remove unused master flag. (#3616)
saeta Mar 15, 2018
b5ebedd
plot shown in vis_segmentation
yogesh-7t Mar 15, 2018
5a5ab0b
space removed
YogeshGK Mar 15, 2018
ae33dad
Merge pull request #3620 from YogeshGK/master
YknZhu Mar 15, 2018
d302e07
partition code between resnet_run_loop and resnet_model (#3621)
Mar 15, 2018
975f704
Make the input_fn return the dataset directly.
cshallue Mar 14, 2018
41c665c
Replace dict.iteritems() with dict.items() for Python3 compatibility
cshallue Mar 15, 2018
ad8cfd7
Wrap dict.keys() and dict.values() in list() for Python3 compatibility.
cshallue Mar 15, 2018
a924f0b
Replace itertools.izip() with zip() for Python3 compatibility.
cshallue Mar 15, 2018
de94954
Explicitly open .fits files in binary mode for Python3 compatibility.
cshallue Mar 15, 2018
396ee0c
Fix typo in README.md
cshallue Mar 15, 2018
528ff79
Add explicit bytes encoding for Python3 compatibility.
cshallue Mar 16, 2018
b33792e
Add pkulzc to object_detection owners.
pkulzc Mar 16, 2018
c1e8aac
Merge pull request #3623 from pkulzc/master
derekjchow Mar 16, 2018
35607c4
Basic end to end test of resnet. (#3598)
Mar 16, 2018
f4c9453
Remove the default None for data_path, which is a required param.
qlzh727 Mar 1, 2018
c9bae81
Make TFGAN tutorial Python 3 compatible.
joel-shor Mar 16, 2018
962b820
Merge pull request #3630 from joel-shor/master
joel-shor Mar 16, 2018
ac8d5c7
Revert the rebased change.
qlzh727 Mar 17, 2018
52337b5
Revert "Remove the default None for data_path, which is a required pa…
qlzh727 Mar 17, 2018
cf6cc5a
Update running_pets instructions to link to running locally.
aselle Mar 19, 2018
5c88f58
fix doc of func `learning_rate_with_decay` (#3634)
Mar 19, 2018
9c9dac4
samples/java: Link to Fiji/ImageJ integration.
asimshankar Mar 19, 2018
a89a6c1
Improve directory treatment in ResNet end-to-end tests. (#3651)
Mar 19, 2018
16dc024
Merge pull request #3622 from cshallue/py3
cshallue Mar 19, 2018
da26d39
Update logger value type and test
qlzh727 Mar 19, 2018
56ae0e1
Merge pull request #3652 from asimshankar/java-readme
MarkDaoust Mar 19, 2018
50e1c82
Move the official/benchmark files to offical/utils/logging.
qlzh727 Mar 19, 2018
70d72e8
Merge pull request #3619 from qlzh727/model_test
qlzh727 Mar 19, 2018
8b51a43
Merge branch 'master' of https://github.com/tensorflow/models
Mar 19, 2018
6929c8c
Added lexnet_nc model.
Mar 19, 2018
12b0659
syntax error : download_and_convert_VOC2012.sh
sm176357 Mar 20, 2018
8868caa
Use util functions hooks_helper and parser in mnist and wide_deep, an…
k-w-w Mar 20, 2018
9f9e56f
Glint everything (#3654)
karmel Mar 20, 2018
6135fdc
Set correct number of train_epochs for resnet on imagenet, and fix he…
Mar 20, 2018
5d75f33
Use reduce_mean instead of Average Pooling in Resnet (#3675)
karmel Mar 20, 2018
cb7da4f
Fixing linting for kokoro (#3676)
karmel Mar 21, 2018
eac755e
Merge pull request #3645 from tensorflow/aselle-patch-1
derekjchow Mar 21, 2018
eeeb693
Update Installation.md
harshuljain13 Mar 21, 2018
efb8647
Merge pull request #3683 from waterson/master
lukaszkaiser Mar 21, 2018
e46aa60
delete resnet_test.py, as it is numerically unstable. (#3685)
Mar 21, 2018
d9ca6e4
Fix DeprecationWarning
hsm207 Mar 21, 2018
dee860f
Add session hook for benchmark metric logging. (#3672)
qlzh727 Mar 21, 2018
c26b7a2
Add a tf.summary.scalar call for L2 loss in resnet
nealwu Mar 22, 2018
d4bf465
Updates to individual official/ README files to make sure users can r…
nealwu Mar 22, 2018
3a68eee
Fix the links
nealwu Mar 22, 2018
bd30066
Link to the folders rather than the README files directly
nealwu Mar 22, 2018
7c73a12
Add the error message the user will run into
nealwu Mar 22, 2018
a4232eb
fix bugs in Python 3.X
ewanlee Mar 22, 2018
2dd1c4e
Update comment on folder structure
hsm207 Mar 22, 2018
0b4be4b
Merge pull request #3692 from ewanlee/patch-1
ofirnachum Mar 22, 2018
9a9b719
from six.moves import xrange (en masse) YET AGAIN
Mar 22, 2018
cad9df3
Internal changes for object detection. (#3656)
pkulzc Mar 22, 2018
34d28ec
Merge pull request #3702 from cclauss/from-six.moves-import-xrange-ye…
nealwu Mar 22, 2018
9c28434
Merge pull request #3694 from tensorflow/resnet-l2-loss
nealwu Mar 22, 2018
db2ec57
Merge pull request #3691 from tensorflow/readme-run-instructions
nealwu Mar 22, 2018
68e4fec
PiperOrigin-RevId: 190154671
aquariusjay Mar 23, 2018
21de20a
Merge pull request #3693 from hsm207/patch-3
YknZhu Mar 23, 2018
ba3c52e
Merge pull request #3686 from hsm207/patch-2
YknZhu Mar 23, 2018
0dac2f4
Read image data as binary
rzumer Mar 23, 2018
40a6ddd
Read code file data as binary
rzumer Mar 23, 2018
a01282d
Merge pull request #3709 from YknZhu/master
YknZhu Mar 23, 2018
af2231a
Merge pull request #3669 from sm176357/patch-1
YknZhu Mar 23, 2018
efabd46
Arg parsing cleanup for MNIST and Wide-Deep (#3684)
Mar 23, 2018
2ff4bed
Add PNASNet model. (#3707)
maximneumann Mar 23, 2018
9bd52a5
Resnet benchmark logging (#3704)
qlzh727 Mar 23, 2018
d86e9b0
Fix random order problem in benchmark logging. (#3725)
qlzh727 Mar 23, 2018
0721fc4
MS-SSIM: Read image data as binary
rzumer Mar 24, 2018
a70b016
Update create_pascal_tf_record.py
liangxiao05 Mar 26, 2018
f4de797
Merge pull request #1 from liangxiao05/liangxiao05-patch-1
liangxiao05 Mar 26, 2018
f6d6bdb
deeplab_demo notebook py2 and py3 support
fmannan Mar 26, 2018
53038e4
Merge pull request #3756 from fmannan/deeplab_demo_notebook_py2and3
YknZhu Mar 26, 2018
a0df766
Fix typo.
hsm207 Mar 26, 2018
356a151
Merge pull request #3758 from hsm207/patch-2
YknZhu Mar 26, 2018
51af8b5
Benchmark run info logging (#3708)
qlzh727 Mar 26, 2018
5b8f171
Merge pull request #3679 from harshul1610/master
derekjchow Mar 27, 2018
cc4e8e3
vis.py: use basename of image when saving raw annotations to prevent …
walkerlala Mar 27, 2018
4354250
Add requirements.txt to official. (#3760)
Mar 27, 2018
7cf8017
Bug fix on flag name in wide_deep.py (#3777)
nkconnor Mar 27, 2018
c994d7e
Add reference data tests to official. (#3723)
Mar 27, 2018
c012512
(Lint) Fix line 187 (#3782)
k-w-w Mar 27, 2018
6caec80
Update the importing logic for cpuinfo and psutil. (#3781)
qlzh727 Mar 27, 2018
84d4aae
Add benchmark upload util to Bigquery. (#3776)
qlzh727 Mar 28, 2018
1d01625
PNasNet (#3736)
marksandler2 Mar 28, 2018
35cb3f1
Add SavedModel export to Resnet (#3759)
karmel Mar 28, 2018
a12eaa2
Add End-to-end tests for wide deep, and fix "wide" and "deep" configu…
Mar 29, 2018
c072ff8
Add eager execution demo.
akshayka Mar 29, 2018
d69830c
Merge pull request #3807 from akshayka/master
MarkDaoust Mar 29, 2018
4fb55ce
fixed dimension compatibility
ziyin-dl Mar 29, 2018
fadef63
Docs: Add eager notebook to Getting Started section.
lamberta Mar 29, 2018
41d0e58
Merge branch 'master' of github.com:tensorflow/models into getting-st…
lamberta Mar 29, 2018
5e1b496
clear the @title line.
MarkDaoust Mar 29, 2018
494331e
Fix autograph link.
MarkDaoust Mar 29, 2018
c010bb1
Merge pull request #3811 from akshayka/master
MarkDaoust Mar 29, 2018
ddd2ec7
Bold the colab link
MarkDaoust Mar 29, 2018
53510bd
Merge pull request #3812 from lamberta/getting-started
MarkDaoust Mar 29, 2018
ca5c0a7
Merge pull request #3810 from aaaasssddf/master
shlens Mar 29, 2018
c3e7752
Fix links that use nested elements.
lamberta Mar 29, 2018
dfdef3a
Merge pull request #3814 from lamberta/fix-notebook-links
MarkDaoust Mar 30, 2018
8c09da2
Eager colab: make the "not like numpy" statement slightly more useful.
allenlavoie Mar 30, 2018
9cc34dc
Merge pull request #3815 from allenlavoie/master
MarkDaoust Mar 30, 2018
cff0246
Adding scripts for TensorRT (#3808)
karmel Mar 30, 2018
472f249
Update title to match other beginner guides.
lamberta Mar 30, 2018
02572ab
Merge pull request #3816 from lamberta/fix-nb-title
MarkDaoust Mar 30, 2018
9d3f76a
Remove code formatted links that don't render in correctly.
lamberta Mar 30, 2018
fd03184
Merge pull request #3817 from lamberta/fix-notebook
MarkDaoust Mar 30, 2018
2b90866
Fix images for github notebook viewer
lamberta Mar 30, 2018
f3906e1
fix typo
lamberta Mar 30, 2018
7032f5c
Merge pull request #3766 from walkerlala/myrepo/master
YknZhu Mar 30, 2018
7fda10e
Project import generated by Copybara.
joel-shor Mar 5, 2018
dca0a78
Reset `tutorial.ipynb` to previous commit.
joel-shor Mar 30, 2018
4bfc6e3
Merge branch 'master' of github.com:tensorflow/models into fix-nb-eager
lamberta Mar 30, 2018
b819b1d
Merge pull request #3821 from lamberta/fix-nb-eager
MarkDaoust Mar 30, 2018
edc2127
Fix eager gpu cell
akshayka Apr 2, 2018
81819ac
minor fix
akshayka Apr 2, 2018
8de8efa
Adding new checkpoints for Resnets (#3813)
karmel Apr 2, 2018
550a49b
After-the-fact response to @k-w-w 's review (#3841)
karmel Apr 2, 2018
74c9b7a
Add testing script for local lint and python test. (#3797)
qlzh727 Apr 2, 2018
3637249
Enabling both train and eval image summaries. Note that eval summarie…
pkulzc Mar 19, 2018
328f433
Updating transform_input_data to resize original image. This is neces…
pkulzc Mar 20, 2018
e3522a4
Apply fix for image summary in eval metrics, so that eval on train wo…
pkulzc Mar 20, 2018
86acd46
Provide groundtruth masks and keypoints in the evaluator.
pkulzc Mar 21, 2018
188d7b1
Update running_pets instructions to link to running locally.
pkulzc Mar 21, 2018
cfad8b6
Minor change to remove redundant check for finetune_checkpoint_type.
pkulzc Mar 22, 2018
ffcf40a
Update submission check.
pkulzc Mar 22, 2018
3856d49
Correct the return value from ProcessBatch in the case of an exception.
pkulzc Mar 22, 2018
ffab8f2
Make box_list_ops_test.py work with the C API enabled.
pkulzc Mar 22, 2018
e9bf0d3
Remove unused leakr_badwords.dic
pkulzc Mar 22, 2018
b5408d4
Change to fit Python 3, where filter() works as generator.
pkulzc Mar 22, 2018
a1cef63
Expose read block length via input reader proto so it can be tuned.
pkulzc Mar 23, 2018
dd8f597
Switch line orders in trainer so that restore_map is called after mov…
pkulzc Mar 26, 2018
5feffe0
Use get_data_files_path to access test data.
pkulzc Mar 26, 2018
7e13758
Tfmini requires positive values for the dimensions. Therefore, we nee…
pkulzc Mar 26, 2018
33f958f
Update Installation.md
pkulzc Mar 27, 2018
cb5dc43
Write groundtruth weights from input pipeline into model.
pkulzc Mar 27, 2018
c6714ec
Improved shape inference for reshape
pkulzc Mar 27, 2018
d678359
Add warning if shuffle=false but num_readers > 1. The latter would ca…
pkulzc Mar 27, 2018
b6de9c8
Use mobilenet_v1_arg_scope to pass the weight_decay and batch norm pa…
pkulzc Mar 27, 2018
d06d343
Provide option to perform in-place batch norm updates for ssd feature…
pkulzc Mar 27, 2018
009d556
Add PNASNet-based Faster R-CNN object detection.
pkulzc Mar 28, 2018
8160601
Removing flag defaults for train steps and eval steps. If not provide…
pkulzc Mar 28, 2018
2154926
Internal code review config change.
pkulzc Mar 28, 2018
f9ceeff
Use keyword arguments in model builder for ssd feature extractor. Thi…
pkulzc Mar 29, 2018
72e84e1
Updating model to infer when labels are padded, rather than relying s…
pkulzc Mar 29, 2018
ea66825
Utility to write config files to disk.
pkulzc Mar 29, 2018
03b9b3d
Add support to single channel images in visualization tool.
pkulzc Mar 29, 2018
c6869a5
Add object detection gwsq to gwsq config.
pkulzc Mar 30, 2018
28c4928
Identity context manager to help setting up conditional with statements.
pkulzc Mar 30, 2018
cd0dfed
Mscoco download script minor fix.
pkulzc Apr 2, 2018
dcd22c8
Minor fixes to third party code.
pkulzc Apr 2, 2018
38fa6a9
Add ronnyvotel@ to maintainers list.
pkulzc Apr 2, 2018
8f58d6b
Release notes for Mobilenet V2 + SSDLite.
pkulzc Apr 2, 2018
4e9e063
Add ssd mobilenet v2 to model zoo.
pkulzc Apr 2, 2018
b82bf4f
Update MobilenetV2 SSDLite release note.
pkulzc Apr 3, 2018
b25aae6
Allow users passing master argument to avoid instantiating a TPUClust…
dlibenzi Apr 3, 2018
536d8e4
First commit of learning_unsupervised_learning
Mar 31, 2018
91f4d05
Merge remote-tracking branch 'upstream/master'
pkulzc Apr 3, 2018
19c24a4
Add input images, labels, and output semantic predictions to summary
dheera Apr 3, 2018
0ad1862
ignore datasets
Mar 29, 2018
33028d5
prepare data, train, and eval on py3
Mar 29, 2018
b3ca983
xception_test on py3
Apr 3, 2018
503b6df
add ADE20K dataset
walkerlala Apr 3, 2018
527b4d1
Fix momentum value flag from string to float
Apr 3, 2018
3867d67
Merge pull request #3712 from rzumer/fix-compression
nmjohn Apr 3, 2018
dbd3139
Merge pull request #3828 from lukemetz/master
lukaszkaiser Apr 3, 2018
63a9760
Fix the testing script exit code for python test. (#3858)
qlzh727 Apr 3, 2018
d1d2ada
Sync to latest.
pkulzc Apr 3, 2018
f3c0462
Merge pull request #3846 from pkulzc/master
pkulzc Apr 3, 2018
a6b2956
Added new model (differential_privacy/pate)
ilyamironov Apr 3, 2018
a0f9cf9
Merge pull request #3862 from ilyamironov/master
lukaszkaiser Apr 3, 2018
417069c
Rename logging directory (#3860)
karmel Apr 3, 2018
3b6438b
Merge pull request #3843 from akshayka/gpu_fix
MarkDaoust Apr 3, 2018
2e53fd2
Merge pull request #3855 from rerngvit/fix/attention_ocr_momentum_flag
alexgorban Apr 4, 2018
db994ca
delete research/deeplab/dataset/.gitignore
Apr 4, 2018
cab9742
Merge pull request #3852 from DefineFC/deeplab-py3
YknZhu Apr 4, 2018
97b749a
add flag for saving images to summary; strings moved to common.py'
dheera Apr 4, 2018
b1400c9
simplify names; bugfix for single-GPU training
dheera Apr 4, 2018
a283df7
fix: user input for data_format is ignored (#3871)
domschl Apr 4, 2018
4809005
Merge pull request #3850 from dheera/master
YknZhu Apr 4, 2018
ea05f9c
Merge pull request #3820 from joel-shor/master
joel-shor Apr 4, 2018
f662e09
Touch-ups to eager's getting started guide:
akshayka Apr 4, 2018
7f26b00
Delete equivalence between step and learning rate; the two are differ…
akshayka Apr 4, 2018
72d7c94
Fix typo
hsm207 Apr 5, 2018
33af6b9
Merge pull request #3888 from hsm207/patch-3
aquariusjay Apr 5, 2018
d21b727
Update eager.ipynb
MarkDaoust Apr 5, 2018
3fe8521
fix code style problem and add option "last_layers_contain_logits_only"
walkerlala Apr 6, 2018
9e30e51
Allow mnist data to be writen to remote file system. (#3890)
qlzh727 Apr 6, 2018
1aabc10
Adding the team to the CODEOWNERS (#3898)
karmel Apr 6, 2018
d228b2b
Merge pull request #3879 from akshayka/getting_started_with_eager
MarkDaoust Apr 6, 2018
c50aed8
Update data model download location to temp dir. (#3899)
qlzh727 Apr 6, 2018
daad3c2
fix typo
wonderit Apr 8, 2018
f989eaf
Merge pull request #3911 from wonderit/evaluation_typo
YknZhu Apr 8, 2018
6761096
Update evaluation_protocols.md
matiji66 Apr 9, 2018
b28b464
Merge pull request #1 from matiji66/update-evaluation_protocols
matiji66 Apr 9, 2018
17610bb
Adding cast to fp32 for TensorRT no image case (#3917)
karmel Apr 9, 2018
d9bb4e0
Merge pull request #3853 from walkerlala/add-ade20k
aquariusjay Apr 9, 2018
1166bae
Add fp16 support to official ResNet. (#3687)
Apr 9, 2018
4591e3b
Merge pull request #3914 from matiji66/master
pkulzc Apr 9, 2018
7fd883f
Merge pull request #3744 from liangxiao05/master
pkulzc Apr 9, 2018
43a8a86
Updating DELF README
Apr 9, 2018
2994448
Merge pull request #3918 from andrefaraujo/master
lukaszkaiser Apr 9, 2018
7f228f1
Adding stop threshold logic (#3863)
karmel Apr 10, 2018
162897b
Fix string to bytes conversion in deeplab data input. #3885
qlzh727 Apr 10, 2018
2a0bab4
official/mnist: Use tf.keras.Sequential to simplify network definition.
asimshankar Apr 10, 2018
f9e24bb
Merge branch 'master' into mnist_sequential_and_estimator
asimshankar Apr 10, 2018
2ba3cca
Merge pull request #3941 from qlzh727/3885-fix
YknZhu Apr 10, 2018
eaafedc
Add copyright header for testing script. (#3943)
qlzh727 Apr 10, 2018
164953d
official/mnist: Linter fixes
asimshankar Apr 10, 2018
4ebc7fa
official/mnist: Another formatting tweak
asimshankar Apr 10, 2018
0861f61
change reference_data.py to use tf.gfile (#3921)
Apr 10, 2018
350971d
official/mnist: Address comment in PR
asimshankar Apr 11, 2018
7eecd74
Fix order of variable update and moving average update
iganichev Apr 11, 2018
74ecfa0
Fix order of variable update and moving average update
iganichev Apr 11, 2018
eaa507e
Merge pull request #3942 from asimshankar/mnist_sequential_and_estimator
asimshankar Apr 11, 2018
b30bd53
Correct a small typo
franckverrot Apr 12, 2018
0738470
Merge pull request #3957 from franckverrot/patch-1
MarkDaoust Apr 12, 2018
a0d0db7
Add link to the paper and the Tratz dataset (#3745)
vered1986 Apr 12, 2018
3e3a69d
Evaluate multiple checkpoints.
Adrrei Apr 12, 2018
c0e24a7
Fixed an issue where variables to save were not passed in a dict/list.
Adrrei Apr 12, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@ ENV/

# Rope project settings
.ropeproject

# PyCharm
.idea/
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "tensorflow"]
path = syntaxnet/tensorflow
path = research/syntaxnet/tensorflow
url = https://github.com/tensorflow/tensorflow.git
52 changes: 52 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
* @tensorflow/tf-garden-team
/official/ @tensorflow/tf-garden-team @karmel
/research/adversarial_crypto/ @dave-andersen
/research/adversarial_text/ @rsepassi @a-dai
/research/adv_imagenet_models/ @AlexeyKurakin
/research/attention_ocr/ @alexgorban
/research/audioset/ @plakal @dpwe
/research/autoencoders/ @snurkabill
/research/brain_coder/ @danabo
/research/cognitive_mapping_and_planning/ @s-gupta
/research/compression/ @nmjohn
/research/deeplab/ @aquariusjay @yknzhu @gpapan
/research/delf/ @andrefaraujo
/research/differential_privacy/ @panyx0718 @mironov
/research/domain_adaptation/ @bousmalis @dmrd
/research/gan/ @joel-shor
/research/im2txt/ @cshallue
/research/inception/ @shlens @vincentvanhoucke
/research/learned_optimizer/ @olganw @nirum
/research/learning_to_remember_rare_events/ @lukaszkaiser @ofirnachum
/research/learning_unsupervised_learning/ @lukemetz @nirum
/research/lexnet_nc/ @vered1986 @waterson
/research/lfads/ @jazcollins @susillo
/research/lm_1b/ @oriolvinyals @panyx0718
/research/maskgan/ @a-dai
/research/namignizer/ @knathanieltucker
/research/neural_gpu/ @lukaszkaiser
/research/neural_programmer/ @arvind2505
/research/next_frame_prediction/ @panyx0718
/research/object_detection/ @jch1 @tombstone @derekjchow @jesu9 @dreamdragon @pkulzc
/research/pcl_rl/ @ofirnachum
/research/ptn/ @xcyan @arkanath @hellojas @honglaklee
/research/real_nvp/ @laurent-dinh
/research/rebar/ @gjtucker
/research/resnet/ @panyx0718
/research/skip_thoughts/ @cshallue
/research/slim/ @sguada @nathansilberman
/research/street/ @theraysmith
/research/swivel/ @waterson
/research/syntaxnet/ @calberti @andorardo @bogatyy @markomernick
/research/tcn/ @coreylynch @sermanet
/research/tensorrt/ @karmel
/research/textsum/ @panyx0718 @peterjliu
/research/transformer/ @daviddao
/research/video_prediction/ @cbfinn
/research/fivo/ @dieterichlawson
/samples/ @MarkDaoust
/samples/languages/java/ @asimshankar
/tutorials/embedding/ @zffchen78 @a-dai
/tutorials/image/ @sherrym @shlens
/tutorials/image/cifar10_estimator/ @tfboyd @protoget
/tutorials/rnn/ @lukaszkaiser @ebrevdo
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing guidelines

If you have created a model and would like to publish it here, please send us a
pull request. For those just getting started with pull reuests, GitHub has a
pull request. For those just getting started with pull requests, GitHub has a
[howto](https://help.github.com/articles/using-pull-requests/).

The code for any model in this repository is licensed under the Apache License
Expand Down
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ http://stackoverflow.com/questions/tagged/tensorflow

Also, please understand that many of the models included in this repository are experimental and research-style code. If you open a GitHub issue, here is our policy:

1. It must be a bug or a feature request.
1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
2. The form below must be filled out.

**Here's why we have that policy**: TensorFlow developers respond to issues. We want to focus on work that benefits the whole community, e.g., fixing bugs and adding features. Support only helps individuals. GitHub also notifies thousands of people when issues are filed. We want them to see you communicating an interesting problem, rather than being redirected to Stack Overflow.
Expand Down
41 changes: 6 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,11 @@
# TensorFlow Models

This repository contains machine learning models implemented in
[TensorFlow](https://tensorflow.org). The models are maintained by their
respective authors. To propose a model for inclusion, please submit a pull
request.
This repository contains a number of different models implemented in [TensorFlow](https://www.tensorflow.org):

Currently, the models are compatible with TensorFlow 1.0 or later. If you are
running TensorFlow 0.12 or earlier, please
[upgrade your installation](https://www.tensorflow.org/install).
The [official models](official) are a collection of example models that use TensorFlow's high-level APIs. They are intended to be well-maintained, tested, and kept up to date with the latest stable TensorFlow API. They should also be reasonably optimized for fast performance while still being easy to read. We especially recommend newer TensorFlow users to start here.

The [research models](https://github.com/tensorflow/models/tree/master/research) are a large collection of models implemented in TensorFlow by researchers. They are not officially supported or available in release branches; it is up to the individual researchers to maintain the models and/or provide support on issues and pull requests.

## Models
- [adversarial_crypto](adversarial_crypto): protecting communications with adversarial neural cryptography.
- [adversarial_text](adversarial_text): semi-supervised sequence learning with adversarial training.
- [attention_ocr](attention_ocr): a model for real-world image text extraction.
- [autoencoder](autoencoder): various autoencoders.
- [cognitive_mapping_and_planning](cognitive_mapping_and_planning): implementation of a spatial memory based mapping and planning architecture for visual navigation.
- [compression](compression): compressing and decompressing images using a pre-trained Residual GRU network.
- [differential_privacy](differential_privacy): privacy-preserving student models from multiple teachers.
- [domain_adaptation](domain_adaptation): domain separation networks.
- [im2txt](im2txt): image-to-text neural network for image captioning.
- [inception](inception): deep convolutional networks for computer vision.
- [learning_to_remember_rare_events](learning_to_remember_rare_events): a large-scale life-long memory module for use in deep learning.
- [lm_1b](lm_1b): language modeling on the one billion word benchmark.
- [namignizer](namignizer): recognize and generate names.
- [neural_gpu](neural_gpu): highly parallel neural computer.
- [neural_programmer](neural_programmer): neural network augmented with logic and mathematic operations.
- [next_frame_prediction](next_frame_prediction): probabilistic future frame synthesis via cross convolutional networks.
- [real_nvp](real_nvp): density estimation using real-valued non-volume preserving (real NVP) transformations.
- [resnet](resnet): deep and wide residual networks.
- [skip_thoughts](skip_thoughts): recurrent neural network sentence-to-vector encoder.
- [slim](slim): image classification models in TF-Slim.
- [street](street): identify the name of a street (in France) from an image using a Deep RNN.
- [swivel](swivel): the Swivel algorithm for generating word embeddings.
- [syntaxnet](syntaxnet): neural models of natural language syntax.
- [textsum](textsum): sequence-to-sequence with attention model for text summarization.
- [transformer](transformer): spatial transformer network, which allows the spatial manipulation of data within the network.
- [tutorials](tutorials): models described in the [TensorFlow tutorials](https://www.tensorflow.org/tutorials/).
- [video_prediction](video_prediction): predicting future video frames with neural advection.
The [samples folder](samples) contains code snippets and smaller models that demonstrate features of TensorFlow, including code presented in various blog posts.

The [tutorials folder](tutorials) is a collection of models described in the [TensorFlow tutorials](https://www.tensorflow.org/tutorials/).
58 changes: 0 additions & 58 deletions adversarial_crypto/README.md

This file was deleted.

76 changes: 0 additions & 76 deletions adversarial_text/BUILD

This file was deleted.

Loading