add pauls config test (TMP)

This commit is contained in:
2017-07-08 11:53:03 +02:00
parent be56112b33
commit 36cdba3fdf
2 changed files with 51 additions and 8 deletions

View File

@@ -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,