mirror of https://github.com/AlexeyAB/darknet.git
damnit alex
This commit is contained in:
parent
e4a2e02443
commit
d790f21c9a
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Usage:
|
# Usage:
|
||||||
# wget http://pjreddie.com/media/files/peek.weights
|
# wget http://pjreddie.com/media/files/peek.weights
|
||||||
# scripts/gen_tactic.sh data/goal.txt
|
# scripts/gen_tactic.sh < data/goal.txt
|
||||||
./darknet rnn generatetactic cfg/gru.cfg peek.weights < $1 2>/dev/null
|
./darknet rnn generatetactic cfg/gru.cfg peek.weights 2>/dev/null
|
||||||
|
|
Loading…
Reference in New Issue