Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about: self.highway_forward(c, [hs[3],hs[6],hs[9],hs[12]]) ? #74

Closed
heikeyuhuajia opened this issue Apr 4, 2023 · 4 comments
Closed

Comments

@heikeyuhuajia
Copy link
Contributor

Hi, I found this line "uemb, cal = self.highway_forward(c, [hs[3],hs[6],hs[9],hs[12]])" in unet.py, but there is no "hs[12]". Our dataset images are binary 256256 in size and the labels are 1256*256.

@WuJunde
Copy link
Collaborator

WuJunde commented Apr 5, 2023

use the default parameters first, it will work under default setting. these hyper-parameters should be changed with the different model settings, but I haven't fixed it yet.

@WuJunde
Copy link
Collaborator

WuJunde commented Apr 5, 2023

check this issue: #8

@heikeyuhuajia
Copy link
Contributor Author

Thank you very much for your answer. The code is already running!

@WuJunde WuJunde closed this as completed Apr 6, 2023
@QijingGJ
Copy link

Thank you very much for your answer. The code is already running!

hello, I have been confused for a long time, could you help me? Why is one of the output called ‘cal’ of self.highway_forward calculate mse with the target mode? What exactly is the function of self.highway_forward ?

Thank you very much for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants