Skip to content

Commit

Permalink
Trenovacie a testovacie skripty
Browse files Browse the repository at this point in the history
  • Loading branch information
mhozza committed May 27, 2012
1 parent cd2825b commit aef32d6
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 20 deletions.
20 changes: 0 additions & 20 deletions NeuralNet/blabla

This file was deleted.

3 changes: 3 additions & 0 deletions NeuralNet/test_nn.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "n $1 $2" | ./NeuralNet c 1 1 3 ../hand_images/test/hands_r ../hand_images/test/other_r train_nni_$1_$2.weights

3 changes: 3 additions & 0 deletions NeuralNet/test_nn2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "n $1" | ./NeuralNet2 c 1 1 3 ../hand_images/test/hands_r ../hand_images/test/other_r train_nn2i_$1.weights

3 changes: 3 additions & 0 deletions NeuralNet/test_nn_fft2_tr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "n $1" | ./NeuralNet2 c 1 1 0 ../hand_images/hands_r_fft ../hand_images/other_r_fft train_nn_$1.weights

3 changes: 3 additions & 0 deletions NeuralNet/test_nn_fft2u.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "n $1" | ./NeuralNet2u c 1 1 0 ../hand_images/test/hands_r_fft ../hand_images/test/other_r_fft train_nn2u_$1.weights

3 changes: 3 additions & 0 deletions NeuralNet/test_nn_fft2u_tr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "n $1" | ./NeuralNet2u c 1 1 0 ../hand_images/hands_r_fft ../hand_images/other_r_fft train_nn2u_$1.weights

4 changes: 4 additions & 0 deletions NeuralNet/test_nn_fft_tr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
echo "n $1 $2"
echo "n $1 $2" | ./NeuralNet c 1 1 0 ../hand_images/hands_r_fft ../hand_images/other_r_fft train_nn_$1_$2.weights

3 changes: 3 additions & 0 deletions NeuralNet/test_nn_img.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "n $1 $2" | ./NeuralNet c 1 1 3 ../hand_images/test/hands_r ../hand_images/test/other_r train_img_big/train_nn_$1_$2.weights

3 changes: 3 additions & 0 deletions NeuralNet/test_nn_tr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "n $1 $2" | ./NeuralNet c 1 1 3 ../hand_images/hands_r ../hand_images/other_r train_nni_$1_$2.weights

3 changes: 3 additions & 0 deletions NeuralNet/test_rnn2_fft.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "r $1 $2" | ./NeuralNetR2 c 1 1 0 ../hand_images/test/hands_r_fft ../hand_images/test/other_r_fft train_rnn_$1_$2.weights

3 changes: 3 additions & 0 deletions NeuralNet/test_rnn_fft_tr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "r $1 $2" | ./NeuralNet c 1 1 0 ../hand_images/hands_r_fft ../hand_images/other_r_fft train_rnn_$1_$2.weights

4 changes: 4 additions & 0 deletions NeuralNet/train_nn.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
echo "n $1 $2"
echo "n $1 $2" | ./NeuralNet c 0 1 3 ../hand_images/hands_r ../hand_images/other_r train_nni_$1_$2.weights

3 changes: 3 additions & 0 deletions NeuralNet/train_nn2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "n $1" | ./NeuralNet2 c 0 1 3 ../hand_images/hands_r ../hand_images/other_r train_nn2i_$1.weights

3 changes: 3 additions & 0 deletions NeuralNet/train_nn_fft2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "n $1" | ./NeuralNet2 c 0 1 0 ../hand_images/hands_r_fft ../hand_images/other_r_fft train_nn_$1.weights

3 changes: 3 additions & 0 deletions NeuralNet/train_nn_fft2u.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "n $1" | ./NeuralNet2u c 0 1 0 ../hand_images/hands_r_fft ../hand_images/other_r_fft train_nn2u_$1.weights

4 changes: 4 additions & 0 deletions NeuralNet/train_nn_fft_n3.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
echo "n $1 $2"
echo "n $1 $2" | ./NeuralNet3 c 0 1 0 ../hand_images/hands_r_fft ../hand_images/other_r_fft train_nn3_$1_$2.weights

4 changes: 4 additions & 0 deletions NeuralNet/train_rnn_fft.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
#echo "r $1 $2" | ./NeuralNet c 0 1 0 ../hand_images/hands_r_fft ../hand_images/other_r_fft train_rnn_$1_$2.weights
echo "r $1" | ./NeuralNet c 0 1 0 ../hand_images/hands_r_fft ../hand_images/other_r_fft train_rnn_$1.weights

0 comments on commit aef32d6

Please sign in to comment.