vierundvi / VISAM /tools /copy_back.sh
mart9992's picture
m
2cd560a
raw
history blame
No virus
286 Bytes
# ------------------------------------------------------------------------
# Copyright (c) 2022 megvii-research. All Rights Reserved.
# ------------------------------------------------------------------------
set -x
cp $1/*.py .
cp $1/models/*.py models
cp $1/datasets/*.py datasets