Skip to content

Commit

Permalink
initialize hw3
Browse files Browse the repository at this point in the history
  • Loading branch information
orbxball committed Apr 6, 2017
1 parent e76fcc1 commit 0e8d562
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hw3/hw3_test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

python3.6 test.py $1 $2
3 changes: 3 additions & 0 deletions hw3/hw3_train.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

python3.6 train.py $1
1 change: 1 addition & 0 deletions hw3/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#!/usr/bin/env python
1 change: 1 addition & 0 deletions hw3/train.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#!/usr/bin/env python

0 comments on commit 0e8d562

Please sign in to comment.