mirror of
https://github.com/wassname/DeepTime.git
synced 2026-06-27 18:40:49 +08:00
8 lines
177 B
Bash
Executable File
8 lines
177 B
Bash
Executable File
set -x
|
|
for dataset in Stocks; do
|
|
for instance in `/bin/ls -d storage/experiments/$dataset/*/*`; do
|
|
echo $instance
|
|
make run command=${instance}/command
|
|
done
|
|
done
|