mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
example
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user