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

Isonet stops after a few iterations at time for refinement #47

Open
jake4844 opened this issue Apr 20, 2023 · 8 comments
Open

Isonet stops after a few iterations at time for refinement #47

jake4844 opened this issue Apr 20, 2023 · 8 comments

Comments

@jake4844
Copy link

Hi,

I have been having recent issues with isonet where it will run fine for a few iterations during refinement and at some during Noise level estimation it will just stop and quit with no errors. Is there something causing this to happen? Thanks!

@jake4844 jake4844 reopened this Apr 20, 2023
@jake4844 jake4844 changed the title Isonet stops after a few iterations Isonet stops after a few iterations at time for refinement Apr 21, 2023
@procyontao
Copy link
Collaborator

Could you tell whether it stopped only at 10 iter when noise volume are generated, or this could happen at any iteration. Could you share your log file?

@jake4844
Copy link
Author

log.txt
Here is the log file! Let me know what you find out:)

@XiaJia98
Copy link

XiaJia98 commented May 8, 2023

Could you tell whether it stopped only at 10 iter when noise volume are generated, or this could happen at any iteration. Could you share your log file?

hi, I have run in this problem, the refine step stopped only at 10 itr when noise volume are generated and reported error "TypeError: iradon() got an unexpected keyword argument 'filter_name'". Is there any solution? Thanks so many!

@procyontao
Copy link
Collaborator

Hi,

Sorry for late reply. I think you are using a old version of scikit-image package. "filter_name" parameter was introduced after skimage 0.17.x

@XiaJia98
Copy link

Hi,

Sorry for late reply. I think you are using a old version of scikit-image package. "filter_name" parameter was introduced after skimage 0.17.x

thanks,it has worked well now!

@KASochacki
Copy link

Hi, I believe I am having a similar problem where the refine step stops after iteration 10. The difference is that my error is local variable 'num_noise_volume' referenced before assignment.

skimage.version
'0.17.2'
numpy.version
'1.19.5'
Is there any chance you are familiar with this problem?
Thank you!

@KASochacki
Copy link

This ended up just being that an initial memory problem resulted in an empty training_noise directory. Further attempts to run the refinement ended with the num_noise_volume error. When the training_noise directory was removed, the error went away and the insufficient memory problem became more clear.

@richyjunior
Copy link

This ended up just being that an initial memory problem resulted in an empty training_noise directory. Further attempts to run the refinement ended with the num_noise_volume error. When the training_noise directory was removed, the error went away and the insufficient memory problem became more clear.

Hi, Do yo solve this problem? I’m facing a similar issue when running my code. The program stops with a num_noise_volume error when I try to run it using the continue_from command."

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

5 participants