Commit Graph

4 Commits

Author SHA1 Message Date
Lixing Xiao
b66e1ad13e
Update loss_utils.py
Updated the function ssim(), the optimized version of ssim() is ssim_optimized(), which reduce the computational complexity. After modified, the function create_window() just need to be called once in the main function in train.py, no need to be called in ssim() in every iteration.
2024-07-12 16:56:48 +08:00
Lixing Xiao
3a3220c1fe
Update loss_utils.py
Updated the function ssim(), the optimized version of ssim() is ssim_optimized(), which reduce the computational complexity. After modified, the function create_window() just need to be called once in the main function in train.py, no need to be called in ssim() in every iteration.
2024-07-12 16:43:00 +08:00
Bernhard Kerbl
26942586b1 Added licenses, bumped submodule versions 2023-07-05 12:22:16 +02:00
bkerbl
15d64e6781 Initial commit 2023-07-04 10:00:48 +02:00