Skip to content

Commit

Permalink
minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
hma02 committed Aug 12, 2017
1 parent 56e93ae commit 4bf0ebc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions theanompi/gosgd_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ def run(self, model):
recorder.start_epoch()

# train

print(model.data.n_batch_train)

for batch_i in range(model.data.n_batch_train):

Expand Down
2 changes: 1 addition & 1 deletion theanompi/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from theanompi.models.alex_net import AlexNet
from theanompi.models.alex_net_sc import AlexNet_sc
# from theanompi.models.alex_net_sc import AlexNet_sc
from theanompi.models.cifar10 import Cifar10_model
from theanompi.models.googlenet import GoogLeNet

0 comments on commit 4bf0ebc

Please sign in to comment.