Skip to content

Commit

Permalink
Public release announcement.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdadolf committed Sep 27, 2016
1 parent 62f6dbc commit 8950716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ $ ./fathom/seq2seq/seq2seq.py

Or as a library:
```
export PYTHONPATH=`pwd`/fathom
$ python
>>> from fathom import seq2seq.TF_SEQ2SEQ as Seq2seq
>>> from fathom import Seq2seq
>>> model = Seq2seq()
>>> model.setup()
>>> model.run()
Expand Down

0 comments on commit 8950716

Please sign in to comment.