Skip to content

Commit

Permalink
change default batch size to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
muhanzhang committed Sep 5, 2019
1 parent a47e98c commit f943f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_DGCNN.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CONV_SIZE="32-32-32-1"
sortpooling_k=0.6 # If k <= 1, then k is set to an integer so that k% of graphs have nodes less than this integer
FP_LEN=0 # final dense layer's input dimension, decided by data
n_hidden=128 # final dense layer's hidden size
bsize=50 # batch size
bsize=1 # batch size, set to 50 or 100 to accelerate training
dropout=True

# dataset-specific settings
Expand Down

0 comments on commit f943f7e

Please sign in to comment.