PyCIL / load.sh
HungNP
New single commit message
cb80c28
Raw
History Blame Contribute Delete
121 Bytes
#! /bin/sh
for arg in $@; do
python ./load_model.py --config=$arg;
# Your commands to process each argument here
done