ImageSmoothing
ImageSmoothing copied to clipboard
Batch size 1 and value of Flattening Criterion
Great work! I have few questions, can you explain a bit for me please?
- Why batch size set to 1?
- I try implement it in pytorch and found that the value of Flattening Criterion is pretty big, is that normal?
- I don't understand either.
- Maybe you don't use mean() instead of sum() when you calculate the final loss (Flattening Criterion), which in paper loss divided by total pixel number N. During my pytorch training, Flattening Criterion is converged around 1e-3~1e-2,but I don't get pleasant results yet and still adjust paramaters.