You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interpolation mode is not set, and defaults to 'linear'. Setting mode='trilinear' gives better results (because it uses the 3 spatial dimensions instead of 1) and gets rid of some of the artifacts that I see in the results. Cheers!
The text was updated successfully, but these errors were encountered:
Oh... It is really nice for you to find out that as we used to consider this a design decision! We might test it out later to provide an updated model!
Hello, thank you for sharing your code!
I'd like to bring your attention to how F.interpolate is being used for training the detail predictor, in line:
https://github.com/edward1997104/Wavelet-Generation/blob/main/trainer/trainer.py#L260C33-L260C46
The interpolation mode is not set, and defaults to 'linear'. Setting mode='trilinear' gives better results (because it uses the 3 spatial dimensions instead of 1) and gets rid of some of the artifacts that I see in the results. Cheers!
The text was updated successfully, but these errors were encountered: