Skip to content

Commit

Permalink
Merge pull request #100 from SRombauts/enable-execution-of-python-scr…
Browse files Browse the repository at this point in the history
…ipts

Enable execution of main Python scripts train.py and sample.py
  • Loading branch information
sherjilozair committed May 3, 2018
2 parents bf7cd7f + b3f3e4b commit 7454ae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample.py 100644 → 100755
@@ -1,3 +1,5 @@
#!/usr/bin/env python

from __future__ import print_function
import tensorflow as tf

Expand Down
2 changes: 2 additions & 0 deletions train.py 100644 → 100755
@@ -1,3 +1,5 @@
#!/usr/bin/env python

from __future__ import print_function
import tensorflow as tf

Expand Down

0 comments on commit 7454ae8

Please sign in to comment.