Skip to content

Commit d790f21

Browse files
committed
damnit alex
1 parent e4a2e02 commit d790f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/gen_tactic.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
# Usage:
33
# 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
4+
# scripts/gen_tactic.sh < data/goal.txt
5+
./darknet rnn generatetactic cfg/gru.cfg peek.weights 2>/dev/null

0 commit comments

Comments
 (0)