mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
6 lines
179 B
Bash
Executable File
6 lines
179 B
Bash
Executable File
#!/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
|