https://github.com/tensorflow/tensor2tensor

sort by:
Revision Author Date Message Commit Date
e1e0194 Merge pull request #593 from rsepassi/push v1.5.2 17 February 2018, 01:03:29 UTC
c2ae3dc Add hparams for img2img transformer for current best and dilated PiperOrigin-RevId: 186061724 17 February 2018, 00:26:24 UTC
d6b80dd Travis test changes PiperOrigin-RevId: 186061524 17 February 2018, 00:26:15 UTC
2239ad0 Add CIFAR-100 dataset and generator PiperOrigin-RevId: 186042711 17 February 2018, 00:12:45 UTC
c471341 v1.5.2 PiperOrigin-RevId: 186040135 16 February 2018, 21:40:31 UTC
a31d68c Tutorial for training transformer for ASR. PiperOrigin-RevId: 186011568 16 February 2018, 21:09:51 UTC
46f518c Hparam specification for solving Librispeech with Transformer PiperOrigin-RevId: 185972342 16 February 2018, 21:09:45 UTC
8548dab Support TF 1.5 launching an ML Engine job (which only supports 1.4) PiperOrigin-RevId: 185954947 16 February 2018, 21:09:33 UTC
5654701 Editing some hparam docstrings. PiperOrigin-RevId: 185925377 16 February 2018, 21:09:25 UTC
29dd6b9 internal merge PiperOrigin-RevId: 185917997 16 February 2018, 21:09:16 UTC
f67cdd8 Hook up dilated self attention and hparams for CIFAR10. PiperOrigin-RevId: 185910914 16 February 2018, 21:09:09 UTC
765d33b Base classes for text problems - Text2Text, Text2Class, Text2Self PiperOrigin-RevId: 185885669 16 February 2018, 21:08:57 UTC
9451e5f Make image transformer models open source PiperOrigin-RevId: 185749604 16 February 2018, 21:08:36 UTC
4cfceea Speed improvement for Librispeech on TPU. PiperOrigin-RevId: 185747194 16 February 2018, 21:08:24 UTC
4bd7065 Fix decoding bug where space are lost between pixels for images PiperOrigin-RevId: 185745241 16 February 2018, 21:08:17 UTC
860a2c5 Fix error resulting from make_image_summary during decoding for image models PiperOrigin-RevId: 185739332 16 February 2018, 21:08:10 UTC
27b767f separate function for within block attention PiperOrigin-RevId: 185736100 16 February 2018, 21:08:00 UTC
a05cbac Add support for dictionary outputs from T2TModel.body PiperOrigin-RevId: 185628706 16 February 2018, 21:07:49 UTC
4f39428 Change initializer on the projection tensors to get it working. PiperOrigin-RevId: 185580419 16 February 2018, 21:07:35 UTC
dc70ad1 Add LSTMEncoder. PiperOrigin-RevId: 185580352 16 February 2018, 21:07:27 UTC
98736bf Change in order of hparams creation to allow overriding problem specific hparams. PiperOrigin-RevId: 185558610 16 February 2018, 21:07:19 UTC
cfb69f7 Add LSTMSeq2seqBidirectionalEncoder and LSTMSeq2seqAttentionBidirectionalEncoder models which are LSTMSeq2seq and LSTMSeq2seqAttention with a bidirectional lstm as the encoder. PiperOrigin-RevId: 185525630 16 February 2018, 21:07:11 UTC
9a55fa6 Separation of inputs and targets batch padding for TPU. PiperOrigin-RevId: 185506797 16 February 2018, 21:07:03 UTC
1205f5b Fix Revnet-38 CIFAR convergence. PiperOrigin-RevId: 185458354 16 February 2018, 21:06:56 UTC
42129d2 Add new problem for CelebA PiperOrigin-RevId: 185454380 16 February 2018, 21:06:49 UTC
a60f4ce Fix a wrong function call for prepend_mode == "prepend_inputs_full_attention". PiperOrigin-RevId: 185451209 16 February 2018, 21:06:31 UTC
de38fde hparam configs for transformer_vae. Also, some adding and removing hparams. PiperOrigin-RevId: 185440934 16 February 2018, 21:06:16 UTC
f0a469e Skip random fraction of records in input pipeline if training PiperOrigin-RevId: 185438761 16 February 2018, 21:06:08 UTC
27c660d Fix Travis serving tests PiperOrigin-RevId: 185436820 16 February 2018, 21:05:59 UTC
f795629 Reduce model logging in Eager mode PiperOrigin-RevId: 185430604 16 February 2018, 21:05:47 UTC
59cda9b Move Travis export test into if block PiperOrigin-RevId: 185331592 16 February 2018, 21:05:35 UTC
85c5cb9 Add tests against TensorFlow versions PiperOrigin-RevId: 185330705 16 February 2018, 21:05:26 UTC
4624641 Merge pull request #586 from deepsense-ai/eval_implemantation Further improvements to rl 15 February 2018, 22:34:32 UTC
0878242 Merge pull request #584 from bbarnes52/master update invalid tf.gfile.Move to tf.gfile.Copy followed by tf.gfile.Remove 15 February 2018, 22:33:44 UTC
37ced7c Merge pull request #585 from dimitry12/master make cia compatible with Python 3 15 February 2018, 22:31:53 UTC
08b15e1 Adjustment for envs with semantics.autoreset. 15 February 2018, 12:17:09 UTC
6633d9c Introducing video_during_eval hparam. 14 February 2018, 13:45:48 UTC
1f4d661 Improved handling of Xvfb server. 14 February 2018, 12:11:54 UTC
f3ef24c make cia compatible with Python 3 14 February 2018, 04:00:11 UTC
e8456d4 updating invalid tf.gfile.Move to tf.gfile.Copy followed by tf.gfile.Remove 13 February 2018, 21:57:23 UTC
3cf9c38 Merge branch 'stop_hejt_and_gradients' into eval_implemantation 13 February 2018, 15:00:27 UTC
e97ce1b Improving readability. 13 February 2018, 14:49:15 UTC
b1da810 stylistic fixes 13 February 2018, 14:40:36 UTC
3c2af07 Export score summary only when it is meaningful. 13 February 2018, 14:03:51 UTC
256833d Introducing EvalVideoWrapper. This version will work with any number of num_eval_agents. 13 February 2018, 13:45:24 UTC
d59fa26 Allowing lambda's in the environment specification 13 February 2018, 09:08:18 UTC
8e02ef2 multidimentional observations bugfix 13 February 2018, 09:07:48 UTC
f1660a2 Simple cnn network 13 February 2018, 09:07:18 UTC
fb3bc86 Enabling movie recordings. So far will work only with num_eval_agents = 1. 12 February 2018, 17:53:36 UTC
3bb1249 Initial version of evaluation. 12 February 2018, 16:02:06 UTC
bf40ffc Renaming summaries to conform with tf 12 February 2018, 14:50:31 UTC
5a4e9b9 Fix of a major bag in value loss. Added gradeint summaries 12 February 2018, 14:48:13 UTC
3740caa Renaming parameters sets. 12 February 2018, 11:38:16 UTC
64d1f96 Merge pull request #577 from rsepassi/push v1.5.1 12 February 2018, 05:29:39 UTC
50f38d5 Bump back json printing to support TF 1.4 and make a small release. PiperOrigin-RevId: 185328910 12 February 2018, 04:17:40 UTC
0d464ff Merge pull request #576 from rsepassi/push v1.5.0 12 February 2018, 03:18:28 UTC
88a3c9b Extend Cloud TPU docs. PiperOrigin-RevId: 185318516 12 February 2018, 02:59:25 UTC
30a79e8 Add models/research/__init__.py PiperOrigin-RevId: 185314217 11 February 2018, 21:48:08 UTC
08f0742 Add a quick MNIST model for README, comments and documentation, bump back version. PiperOrigin-RevId: 185311943 11 February 2018, 20:50:30 UTC
70a0464 Move more researchy models under models/research. PiperOrigin-RevId: 185311067 11 February 2018, 20:17:17 UTC
57a27fe Increase release number. PiperOrigin-RevId: 185267399 10 February 2018, 23:21:46 UTC
d23d241 internal merge PiperOrigin-RevId: 185267339 10 February 2018, 23:21:40 UTC
9d4c00f Shorten the feature name for expected_attentions, too verbose. PiperOrigin-RevId: 185208468 10 February 2018, 21:20:58 UTC
61906cc Fix hyperparameter prefixing for ML Engine autotuning PiperOrigin-RevId: 185190665 10 February 2018, 21:20:51 UTC
4cdbc09 Small var name changes PiperOrigin-RevId: 185172558 10 February 2018, 21:20:40 UTC
944cfbe Update jobId for Cloud ML Engine PiperOrigin-RevId: 185162214 10 February 2018, 21:20:27 UTC
85c60db Correct latent predicton input in transformer ae. PiperOrigin-RevId: 185079318 10 February 2018, 21:20:21 UTC
a7fbd2e Fix demo VanillaGan model PiperOrigin-RevId: 185078802 10 February 2018, 21:20:16 UTC
52509fb Fix call order for rouge (issue #541) PiperOrigin-RevId: 185070260 10 February 2018, 21:20:10 UTC
73f034d Update License year PiperOrigin-RevId: 185063168 10 February 2018, 21:20:03 UTC
eaefc32 Merge pull request #568 from deepsense-ai/gae_support RL Improvements 10 February 2018, 04:39:40 UTC
28d1841 Merge pull request #572 from nadavb/master Pretty print and sort Hparams 10 February 2018, 04:24:12 UTC
ad30518 Cleaning old imports. 09 February 2018, 23:20:16 UTC
1bb6fb4 Renaming config for hparams. 09 February 2018, 23:17:07 UTC
5eb0f96 Integrating networks into models/rl. 09 February 2018, 23:10:08 UTC
32783a2 Masking unused argument. 09 February 2018, 16:22:24 UTC
f1c837f Update location of t2t_rl_trainer, everywhere. 09 February 2018, 16:15:23 UTC
16b3d2b Update location of t2t_rl_trainer. 09 February 2018, 16:13:03 UTC
7b59450 Adding Cartpole environment with discrete actions. 09 February 2018, 16:01:22 UTC
93abff7 Reintroducing t2t-rl-trainer. 09 February 2018, 15:13:17 UTC
4a1ffac Pretty print and sort Hparams 09 February 2018, 13:29:30 UTC
80ed41e RL test should be run separately on Travis. 09 February 2018, 12:55:04 UTC
58915a4 Fixing merge. 09 February 2018, 12:11:08 UTC
cae75b7 Merge branch 'master' into gae_support 09 February 2018, 12:08:06 UTC
8f76880 Fixing rl test. 09 February 2018, 11:52:59 UTC
80b2f73 Merge pull request #570 from rsepassi/push v1.4.4 08 February 2018, 23:02:37 UTC
290a12a v1.4.4 PiperOrigin-RevId: 185046879 08 February 2018, 22:27:47 UTC
7778149 Revert "noam" learning-rate-scheme to use linear warmup. Add learning_rate_schedule hparam to specify a schedule that does not have separate warmup and decay phases. PiperOrigin-RevId: 185042750 08 February 2018, 21:38:26 UTC
5e8bc75 Shake-shake config for TPU. PiperOrigin-RevId: 185026739 08 February 2018, 21:38:19 UTC
c03fd19 Support hyperparameter tuning on Cloud ML Engine (reapply) PiperOrigin-RevId: 185022560 08 February 2018, 21:37:51 UTC
ec364a1 internal merge PiperOrigin-RevId: 185022378 08 February 2018, 21:37:39 UTC
bbee177 Changes to make Librispeech TPU friendly. PiperOrigin-RevId: 185006656 08 February 2018, 21:37:31 UTC
6ae03f7 Support hyperparameter tuning on Cloud ML Engine PiperOrigin-RevId: 185001360 08 February 2018, 21:37:19 UTC
424d4ac Add documentation for Cloud ML Engine PiperOrigin-RevId: 184932319 08 February 2018, 21:37:12 UTC
3b1f70f Fix hello_t2t.ipynb PiperOrigin-RevId: 184926720 08 February 2018, 21:37:01 UTC
dd3322c Add Travis test for export and serve PiperOrigin-RevId: 184922812 08 February 2018, 21:36:53 UTC
b86ed58 Support hyperparameter tuning on Cloud ML Engine PiperOrigin-RevId: 184921645 08 February 2018, 21:36:44 UTC
0c3218d The most basic version of the "supervised" attention experiment. PiperOrigin-RevId: 184906398 08 February 2018, 21:36:37 UTC
62bc2e7 Add a test for the t2t_trainer script PiperOrigin-RevId: 184877423 08 February 2018, 21:36:23 UTC
963f44c Support --t2t_usr_dir on Cloud ML Engine PiperOrigin-RevId: 184871178 08 February 2018, 21:36:17 UTC
back to top