1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-12-15 17:06:44 +00:00

add files

This commit is contained in:
2020-04-29 18:43:23 +08:00
parent 97c839d344
commit 9d7c30d36c
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ def train(config, train_X, train_Y, valid_X, valid_Y):
def predict(config, test_X):
config.dropout_rate = 1
config.dropout_rate = 0.1
with tf.variable_scope("stock_predict", reuse=tf.AUTO_REUSE):
model = Model(config)