Skip to content

Commit

Permalink
Ignore rope dotfiles; No GPU in network3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vkanade committed Dec 3, 2015
1 parent 358ec59 commit 815b9b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
.DS_Store
loc.py
src/ec2
src/.ropeproject/*
2 changes: 1 addition & 1 deletion src/network3.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def ReLU(z): return T.maximum(0.0, z)


#### Constants
GPU = True
GPU = False
if GPU:
print "Trying to run under a GPU. If this is not desired, then modify "+\
"network3.py\nto set the GPU flag to False."
Expand Down

0 comments on commit 815b9b6

Please sign in to comment.