IsoNet icon indicating copy to clipboard operation
IsoNet copied to clipboard

Isonet stops after a few iterations at time for refinement

Open jake4844 opened this issue 2 years ago • 8 comments

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 avatar Apr 20 '23 17:04 jake4844

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?

procyontao avatar Apr 22 '23 00:04 procyontao

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

jake4844 avatar Apr 22 '23 15:04 jake4844

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!

XiaJia98 avatar May 08 '23 01:05 XiaJia98

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

procyontao avatar May 10 '23 21:05 procyontao

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!

XiaJia98 avatar May 12 '23 02:05 XiaJia98

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 avatar Dec 13 '23 20:12 KASochacki

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.

KASochacki avatar Dec 14 '23 17:12 KASochacki

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."

richyjunior avatar Sep 28 '24 21:09 richyjunior