Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
mccaly
/
test2
like
1
Image Segmentation
Transformers
PyTorch
EduardoPacheco/FoodSeg103
upernet
Inference Endpoints
arxiv:
7 papers
License:
apache-2.0
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
403d069
test2
/
tools
/
dist_train.sh
mccaly
Upload 660 files
b13b124
over 1 year ago
raw
Copy download link
history
blame
230 Bytes
#!/usr/bin/env bash
GPUS=
$1
PORT=
${PORT:-29500}
PYTHONPATH=
"
$(dirname $0)
/.."
:
$PYTHONPATH
\
python -m torch.distributed.launch --nproc_per_node=
$GPUS
--master_port=
$PORT
\
$(
dirname
"
$0
"
)/train.py --launcher pytorch
${@:2}