add pauls config test (TMP)
This commit is contained in:
@@ -3,12 +3,19 @@ from keras.engine import Input, Model
|
||||
from keras.layers import Embedding, Conv1D, GlobalMaxPooling1D, Dense, Dropout, Activation, TimeDistributed
|
||||
|
||||
best_config = {
|
||||
"type": "paul",
|
||||
"batch_size": 64,
|
||||
"window_size": 10,
|
||||
"domain_length": 40,
|
||||
"flow_features": 3,
|
||||
#
|
||||
'dropout': 0.5,
|
||||
'domain_features': 32,
|
||||
'drop_out': 0.5,
|
||||
'embedding_size': 64,
|
||||
'filter_main': 512,
|
||||
'flow_features': 3,
|
||||
'hidden_dims': 32,
|
||||
'dense_main': 32,
|
||||
'filter_embedding': 32,
|
||||
'hidden_embedding': 32,
|
||||
'kernel_embedding': 8,
|
||||
|
Reference in New Issue
Block a user