Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
08140e8c
Commit
08140e8c
authored
Jan 10, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix linting
parent
e1edc9a4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
examples/PennTreebank/READER.md
examples/PennTreebank/READER.md
+8
-0
examples/PennTreebank/reader.py
examples/PennTreebank/reader.py
+1
-0
No files found.
examples/PennTreebank/READER.md
0 → 100644
View file @
08140e8c
# LSTM language modeling on Penn Treebank dataset
This example is mainly to demonstrate:
1.
How to train an RNN with persistent state between iterations.
2.
How to use a TF reader pipeline instead of a DataFlow for training & inference.
More information to come.
examples/PennTreebank/reader.py
View file @
08140e8c
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# ==============================================================================
# ==============================================================================
# flake8: noqa
"""Utilities for parsing PTB text files."""
"""Utilities for parsing PTB text files."""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment