Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Guaishou74851
/
AdcSR
like
1
Image-to-Image
arxiv:
2411.13383
Model card
Files
Files and versions
Community
1
refs/pr/1
AdcSR
/
train_debug.sh
Guaishou74851
Upload 66 files
34b61ae
verified
3 days ago
raw
Copy download link
history
blame
162 Bytes
HF_ENDPOINT=https://hf-mirror.com \
CUDA_VISIBLE_DEVICES=0 \
nohup
torchrun \
--nproc_per_node=1 \
--master_port=23333 \
train.py \
--batch_size=1 > g0.txt 2>&1 &