Skip to content

Commit

Permalink
Renamed code to src
Browse files Browse the repository at this point in the history
  • Loading branch information
mnielsen committed Nov 27, 2014
1 parent 9d4b787 commit 8037bb5
Show file tree
Hide file tree
Showing 27 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fig/generate_gradient.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import random
import shutil
import sys
sys.path.append("../code/")
sys.path.append("../src/")

# My library
import mnist_loader
Expand Down
2 changes: 1 addition & 1 deletion fig/mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import sys

# My library
sys.path.append('../code/')
sys.path.append('../src/')
import mnist_loader

# Third-party libraries
Expand Down
2 changes: 1 addition & 1 deletion fig/more_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import sys

# My library
sys.path.append('../code/')
sys.path.append('../src/')
import mnist_loader
import network2

Expand Down
2 changes: 1 addition & 1 deletion fig/multiple_eta.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import sys

# My library
sys.path.append('../code/')
sys.path.append('../src/')
import mnist_loader
import network2

Expand Down
2 changes: 1 addition & 1 deletion fig/overfitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import sys

# My library
sys.path.append('../code/')
sys.path.append('../src/')
import mnist_loader
import network2

Expand Down
2 changes: 1 addition & 1 deletion fig/serialize_images_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import sys

# My library
sys.path.append('../code/')
sys.path.append('../src/')
import mnist_loader

# Third-party libraries
Expand Down
2 changes: 1 addition & 1 deletion fig/weight_initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import sys

# My library
sys.path.append('../code/')
sys.path.append('../src/')
import mnist_loader
import network2

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8037bb5

Please sign in to comment.