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
run_mnist.sh
#!/bin/bash

THEANO_FLAGS="device=gpu0" python2.7 mnist.py -c config_mnist_fulluRNN512_lr0-0001_lrng0-000001_permuted_patience5_natGradRMS.yaml

THEANO_FLAGS="device=gpu0" python2.7 mnist.py -c config_mnist_restricteduRNNfast_lr0-0001_permuted_patience5.yaml

back to top