Minor changes to workbench

This commit is contained in:
2017-08-19 09:55:25 +02:00
parent a2fce7c1ae
commit 68271eebcb
2 changed files with 6 additions and 9 deletions
+2 -1
View File
@@ -82,7 +82,8 @@ history = model.fit_generator(data.generator('train', batch_size, content_name='
epochs=actual_epoch*num_fake_epoch,
validation_data=data.generator('test', batch_size, content_name='SlovarIJS_BESEDE_utf8.lex', content_location=''),
validation_steps=data.x_test.shape[0]/(batch_size * num_fake_epoch),
verbose=2
verbose=2,
workers=4
)
name = '60_epoch'