Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DevSecOpAI
/
PyCIL
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PyCIL
/
train.sh
HungNP
New single commit message
cb80c28
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
#!/bin/sh
for
arg
in
$@
;
do
python ./main.py --config=
$arg
# Your commands to process each argument here
done
./upload_s3.sh