Skip to content

Commit

Permalink
Add more files
Browse files Browse the repository at this point in the history
  • Loading branch information
lilianweng committed Oct 22, 2018
1 parent 8c2786a commit 6f85abd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# WIP
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# python==3.6.1

-e [email protected]:openai/baselines.git@34ae3194b4a15c57a8e5f2ae4d70191703a68f5a#egg=baselines
-e [email protected]:lilianweng/datasets.git@021da8aa51a3741ea56ed84e9e110f3ff2a273f9#egg=tensorflow_datasets

click
nltk
numpy
tensorflow==1.9.0
4 changes: 4 additions & 0 deletions transformer_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import tensorflow as tf

class TransformerTest(tf.test.TestCase):
pass

0 comments on commit 6f85abd

Please sign in to comment.