Open wenquanlu opened 1 month ago
Hi, thanks for your great work. I used the command
python train_b2u.py --noisetype gauss25 --data_dir ./data/train/Imagenet_val --val_dirs ./data/validation --save_model_path ../experiments/results --log_name b2u_unet_gauss25_112rf20 --Lambda1 1.0 --Lambda2 2.0 --increase_ratio 20.0
on imagenet validation dataset for training, with all hyperparameters set as default value provided in the README. After 100 epochs, I only get PSNR of 24.75 for PSNR_EXP on Kodak dataset.
What could possibly go wrong?
Thank you
Hi, thanks for the great work, I got the same problem during training.
Hi, thanks for your great work. I used the command
python train_b2u.py --noisetype gauss25 --data_dir ./data/train/Imagenet_val --val_dirs ./data/validation --save_model_path ../experiments/results --log_name b2u_unet_gauss25_112rf20 --Lambda1 1.0 --Lambda2 2.0 --increase_ratio 20.0
on imagenet validation dataset for training, with all hyperparameters set as default value provided in the README. After 100 epochs, I only get PSNR of 24.75 for PSNR_EXP on Kodak dataset.
What could possibly go wrong?
Thank you