Views
No views yet
1MODEL_FLAGS="--attention_resolutions 32,16,8 --class_cond True --diffusion_steps 1000 --large_size 256 --small_size 64 --learn_sigma True --noise_schedule linear --num_channels 192 --num_heads 4 --num_res_blocks 2 --resblock_updown True --use_fp16 True --use_scale_shift_norm True"
2export PYTHONPATH=$PYTHONPATH:$(pwd)
3CUDA_VISIBLE_DEVICES=0 python scripts/sarddpm_train.py $MODEL_FLAGS@ARTICLE{perera2022sar,
author={Perera, Malsha V. and Nair, Nithin Gopalakrishnan and Bandara, Wele Gedara Chaminda and Patel, Vishal M.},
journal={IEEE Geoscience and Remote Sensing Letters},
title={SAR Despeckling using a Denoising Diffusion Probabilistic Model},
year={2023}}