NavyZeng / Diff-Unmix

Unmixing Diffusion for Self-Supervised Hyperspectral Image Denoising
2 stars 0 forks source link

Help for code #2

Open Monday0423 opened 3 weeks ago

Monday0423 commented 3 weeks ago

May I ask what the FeaDownSample function in the Dim_autoencoder.py file is like? The currently provided code is incomplete. Will you consider open sourcing it?

NavyZeng commented 3 weeks ago

Hi Monday, I checked the issue you mentioned and found that FeaDownSample is already defined as nn.Conv2d within the init section. Additionally, the entire code was successfully tested multiple times locally before release.

Monday0423 commented 1 week ago

Thank you! Can you give me the code for the training phase...