New Images

This commit is contained in:
Steffen Illium
2022-02-15 14:52:01 +01:00
parent 28b5e85697
commit 4f99251e68
11 changed files with 5 additions and 5 deletions

View File

@ -203,7 +203,7 @@ if __name__ == '__main__':
batch_train_beta = 1
weight_hidden_size = 5
residual_skip = True
dropout = 0.1
dropout = 0
data_path = Path('data')
data_path.mkdir(exist_ok=True, parents=True)