You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/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 2>/dev/null
|
|
|