I========================================= for MoaXterm =============================
start MobaXterm
start proj48
% to get some tools e.g.
git clone https://github.com/HadoopIt/rnn-nlu.git
--------------------------------------------------------------------
example 1
git clone https://github.com/HadoopIt/rnn-nlu.git
after the above git process
cd rnn-nlu
subli README.md
CUDA_VISIBLE_DEVICES=5 tfpy2 run_multi-task_rnn.py --data_dir data/ATIS_samples --train_dir model_tmp --max_sequence_length 50 --task joint --bidirectional_rnn True --use_attention True
---------------------------------------------------------------
example 2: speech rec by rnn
https://svds.com/tensorflow-rnn-tutorial/
CUDA_VISIBLE_DEVICES=5 tfpy2 number_classifier_tflearn.py
-----------------------------------------------------------------