This commit is contained in:
Joseph Redmon 2016-06-06 13:33:08 -07:00
parent 3ff88375a5
commit e4a2e02443
2 changed files with 6 additions and 0 deletions

3
data/goal.txt Normal file
View File

@ -0,0 +1,3 @@
+++++
val_eq (Val.add (Val.add (r3 PC) Vone) Vone) (Val.add (x2 PC) Vone)
*****

View File

@ -1,2 +1,5 @@
#!/bin/bash
# Usage:
# wget http://pjreddie.com/media/files/peek.weights
# scripts/gen_tactic.sh data/goal.txt
./darknet rnn generatetactic cfg/gru.cfg peek.weights < $1 2>/dev/null