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_04_55/
  • Loading branch information
PeterMitrano committed May 20, 2017
1 parent 440ec9b commit 86d84e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pcanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ def main():
k2 = 7
l1 = 8
l2 = 8
block_w = 7
block_h = 7
block_overlap = 0.5
block_w = 8
block_h = 8
block_overlap = 0
num_hist_bins = 2 ** l2
stride_w = max(int((1 - block_overlap) * block_w), 1)
stride_h = max(int((1 - block_overlap) * block_h), 1)
Expand Down

0 comments on commit 86d84e7

Please sign in to comment.