We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a2e02 commit d790f21Copy full SHA for d790f21
scripts/gen_tactic.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
# Usage:
3
# wget http://pjreddie.com/media/files/peek.weights
4
-# scripts/gen_tactic.sh data/goal.txt
5
-./darknet rnn generatetactic cfg/gru.cfg peek.weights < $1 2>/dev/null
+# scripts/gen_tactic.sh < data/goal.txt
+./darknet rnn generatetactic cfg/gru.cfg peek.weights 2>/dev/null
0 commit comments