Skip to content

Commit

Permalink
Update testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
vysarge committed Dec 10, 2017
1 parent 4d18336 commit 094de9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions os_arch/tb.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ def one_layer(image_size, filter_size, in_chn, out_chn, block_size, ifmap, weigh
out_chn = [16, 16, 8, None]
block_size = [8, 8, 8, None]
num_nonzeros = [[8, 8, 8, None], [4, 4, 4, None], [2, 2, 2, None], [1, 1, 1, None]]
#pruner_name = "NaivePruner"
pruner_name = "ClusteredPruner"
pruner_name = "NaivePruner"
print("Outputs may take a long time to start appearing (~5 mins); be patient!")
#pruner_name = "ClusteredPruner"

# Load weights and biases from file
saved_weights = np.load("../cnn/98.npy")
Expand Down

0 comments on commit 094de9c

Please sign in to comment.