https://github.com/stwisdom/urnn
Raw File
Tip revision: 9f8b679c03683d0edd3f9a38d5a7cd0eef25a1c5 authored by Scott T Wisdom on 28 April 2017, 20:34:56 UTC
Update README.md
Tip revision: 9f8b679
config_mnist_restricteduRNNfast_lr0-0001_permuted_patience5.yaml
%YAML 1.2
---
batch_size: 50
clipnorm: 0
hidden_units: 512
learning_rate: 0.0001
model_impl: complex_RNN
unitary_impl: ASB2016_fast
nb_epochs: 200
patience : 5
histfile : exp/history_mnist_restricteduRNNfast512_permuted_patience5
savefile : exp/model_mnist_restricteduRNNfast512_permuted_patience5.hdf5
flag_permute : True

back to top