Skip to content
New issue

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

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

Already on GitHub? # to your account

Possibly a mistake? #9

Open
alex-golts opened this issue Apr 10, 2018 · 3 comments
Open

Possibly a mistake? #9

alex-golts opened this issue Apr 10, 2018 · 3 comments

Comments

@alex-golts
Copy link

Shouldn't this line

res = res - output

be res = res0 - output, where res0 = patches - 0.5?

Rather than res = res - output ?

The residual at each iteration should be with respect to the original image, no?

@1zb
Copy link
Owner

1zb commented Apr 11, 2018

I think what you are talking about is one-shot reconstruction which is mentioned in section 2.2 of this paper.

@alex-golts
Copy link
Author

@1zb I get it now, thanks!

@HeavvyRain
Copy link

@1zb I get it now, thanks!

hi alex,sorry to bother you,but i have been confused by a qustion for long time.The question is that if i trained this network with 300 epochs,and then i need to encode and decode with one checkpoint model, how do i choose the best checkpoint model from 300 checkpoint models?Is the 300th definitely best?

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

No branches or pull requests

3 participants