Skip to content

Commit

Permalink
change block size
Browse files Browse the repository at this point in the history
tensorboard log-dir: log_data/May_19/May_19_23_05_13/
  • Loading branch information
PeterMitrano committed May 20, 2017
1 parent 86d84e7 commit 942f6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def main():
stride_h = max(int((1 - block_overlap) * block_h), 1)
w_steps = range(block_w, info.IMAGE_W + 1, stride_w)
h_steps = range(block_h, info.IMAGE_H + 1, stride_h)
print(w_steps, h_steps)
num_blocks = len(h_steps) * len(w_steps)

hyperparams = {
Expand Down

0 comments on commit 942f6fb

Please sign in to comment.