mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
example
This commit is contained in:
parent
3ff88375a5
commit
e4a2e02443
3
data/goal.txt
Normal file
3
data/goal.txt
Normal file
@ -0,0 +1,3 @@
|
||||
+++++
|
||||
val_eq (Val.add (Val.add (r3 PC) Vone) Vone) (Val.add (x2 PC) Vone)
|
||||
*****
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user