This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
TF-Seq2Seq via Docker #258
Open
ReDeiPirati
wants to merge
14
commits into
google:master
Choose a base branch
from
ReDeiPirati:Add-Docker
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jun 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a31c1fd - Browse repository at this point
Copy the full SHA a31c1fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8053094 - Browse repository at this point
Copy the full SHA 8053094View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4448976 - Browse repository at this point
Copy the full SHA 4448976View commit details -
Fix hooks_test.py on Python 3.
Fixes the following error when running the tests on Python 3. Traceback (most recent call last): File "seq2seq/seq2seq/test/hooks_test.py", line 55, in test_begin self.assertEqual(file_contents.decode(), ...) AttributeError: 'str' object has no attribute 'decode'
Configuration menu - View commit details
-
Copy full SHA for f85d026 - Browse repository at this point
Copy the full SHA f85d026View commit details -
Another go at fixing hooks_test.py.
distutils.version isn't available on the CI versions, so change the test to not rely explicitly on the version of TensorFlow installed.
Configuration menu - View commit details
-
Copy full SHA for 83d592f - Browse repository at this point
Copy the full SHA 83d592fView commit details
Commits on Jun 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 52c0704 - Browse repository at this point
Copy the full SHA 52c0704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b5bc71 - Browse repository at this point
Copy the full SHA 6b5bc71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14e63d4 - Browse repository at this point
Copy the full SHA 14e63d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f409d3d - Browse repository at this point
Copy the full SHA f409d3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b8f3f2 - Browse repository at this point
Copy the full SHA 8b8f3f2View commit details
Commits on Jun 18, 2017
-
Tell pylint about the tf contextmanager.
Use of `tf.name_scope` and `tf.variable_scope` cause pylint errors on TF1.2 due to pylint not fully understanding the `tf_contextlib.contextmanager` decorators.
Configuration menu - View commit details
-
Copy full SHA for ffb1505 - Browse repository at this point
Copy the full SHA ffb1505View commit details -
Work around no-name-in-module pylint errors.
Following some changes in TF to the `LazyLoader` [1], pylint complains about not being able to find some imports under `tf.contrib`. This looks like a pylint issue, emitting errors like: ************* Module seq2seq.encoders.rnn_encoder E: 24, 0: No name 'rnn' in module 'LazyLoader' (no-name-in-module) ************* Module seq2seq.data.input_pipeline E: 32, 0: No name 'slim' in module 'LazyLoader' (no-name-in-module) [1] tensorflow/tensorflow@95c5d7e
Configuration menu - View commit details
-
Copy full SHA for 0c20ee4 - Browse repository at this point
Copy the full SHA 0c20ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 514861c - Browse repository at this point
Copy the full SHA 514861cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aabe47 - Browse repository at this point
Copy the full SHA 3aabe47View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.