HungNP
New single commit message
cb80c28
#! /bin/sh
for arg in $@; do
python ./load_model.py --config=$arg;
# Your commands to process each argument here
done