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

CNN & NN regressor #16

Merged
merged 11 commits into from
Jul 2, 2019
Merged

CNN & NN regressor #16

merged 11 commits into from
Jul 2, 2019

Conversation

li-li-github
Copy link
Collaborator

CNN & NN regressor as well as their demo programs have been implemented.

@li-li-github li-li-github reopened this Jul 1, 2019
@li-li-github
Copy link
Collaborator Author

I cleaned up some files.

@li-li-github li-li-github marked this pull request as ready for review July 1, 2019 23:18

# viewer.add_image(rescale_intensity(denoised, in_range='image', out_range=(0, 1)), name='denoised%d' % param)
# viewer.add_image(rescale_intensity(denoised_predict, in_range='image', out_range=(0, 1)), name='denoised_predict%d' % param)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all looks good except these commented out lines


# viewer.add_image(rescale_intensity(denoised, in_range='image', out_range=(0, 1)), name='denoised%d' % param)
# viewer.add_image(rescale_intensity(denoised_predict, in_range='image', out_range=(0, 1)), name='denoised_predict%d' % param)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here again commented out lines

Added mkdir for saving output images.
Copy link
Collaborator

@AhmetCanSolak AhmetCanSolak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now it is looking better. Thanks @li-li-github

@AhmetCanSolak AhmetCanSolak merged commit 83a9b64 into royerlab:master Jul 2, 2019
@li-li-github li-li-github deleted the cnn_reg branch July 2, 2019 00:29
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

Successfully merging this pull request may close these issues.

None yet

2 participants