Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Cyril666
/
ContourNet
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
09cfd17
ContourNet
/
train_contour.sh
Cyril666
First model version
6250360
over 2 years ago
raw
Copy download link
history
blame
Safe
208 Bytes
# export NCCL_P2P_DISABLE=1
export
NGPUS=1
CUDA_VISIBLE_DEVICES=1 python -m torch.distributed.launch --nproc_per_node=
$NGPUS
tools/train_net.py \
--config-file
"configs/ic/r50_baseline.yaml"
\
--skip-test