You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
295 B
14 lines
295 B
GenWeightPath = 'GenCurvedModel.h5'
|
|
DisWeightPath = 'DisCurvedModel.h5'
|
|
CurvedMatPath = 'CNN-quad2D/data/curved_mat/'
|
|
CurvedAnsPath = 'CNN-quad2D/data/curved_ans/'
|
|
|
|
net_input_size = 32 #256
|
|
row_size = 10
|
|
col_size = 32
|
|
|
|
train_amount = 400
|
|
test_amount = 100
|
|
|
|
Epochs = 10 #6000
|
|
BatchSize = 200 #20
|
|
|