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_fulluRNN512_lr0-0001_lrng0-000001_permuted_patience5_natGradRMS.yaml
%YAML 1.2
---
batch_size: 50
clipnorm: 0
hidden_units: 512
learning_rate: 0.0001
learning_rate_natGrad : 0.000001
model_impl: complex_RNN
unitary_impl : full_natGradRMS
nb_epochs: 200
patience : 5
histfile : exp/history_mnist_fulluRNN512_lr0-0001_lrng0-000001_permuted_patience5_natGradRMS
savefile : exp/model_mnist_fulluRNN512_lr0-0001_lrng0-000001_permuted_patience5_natGradRMS.hdf5
flag_permute : True

back to top