mirror of https://github.com/AlexeyAB/darknet.git
3 lines
83 B
Bash
3 lines
83 B
Bash
|
#!/bin/bash
|
||
|
./darknet rnn generatetactic cfg/gru.cfg peek.weights < $1 2>/dev/null
|