-
Notifications
You must be signed in to change notification settings - Fork 66
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
Missing output flag in Topaz gui to train denoise model #194
Comments
Maybe there is more at work here... as adding the output flag with gets rid of the following error, but no final model is written? Traceback (most recent call last): |
I experience the exact same issue. I also thought this should be an easy fix, but apparently there is more to it. This is annoying since it seems so minor and training runs through just the weights are not saved... |
I have just checked back on it. Turns out the models (.sav files) are still written despite the error thrown after the last epoch as been run through. Anyways, despite the errors, the models are written out and can be inputted for a subsequent denoising. Why there is no response within 3 weeks is unusual for the Topaz developers, as far as what I have seen, they are usually quite active over here... |
Can you share the exact command you ran and your python environment (e.g., |
Here is the command that I run that produces the error: !topaz denoise -a /Data/erc-3/ddannecker/noise_analysis/output/idpc/denoised_movies/topaz/even_set/ The command is run inside the jupyter notebook provided by you for the tutorial on denoising using n2n style. Output: The environment I am using is the one suggested in the installation instruction for the topaz environment. Here the output for conda list (after activating the respective topaz environment). packages in environment at /Data/erc-3/ddannecker/miniconda3/envs/topaz: Again, the models are ultimately saved and ready to use, but somehow the path variable is not defined. |
I believe this is already fixed on main, but we haven't pushed that out in a new version on conda/pip. Have you tried installing from source? |
Ah, okay. No I haven't but I can certainly try this. |
Hi - just a minor thing but the --output flag is missing in the Topaz GUI for training of new denoise models (there is only a --save_prefix flag). It's easy enough to fix, just a bit annoying as training runs through all epochs and only fails to save the output in the very end. BW Sven
The text was updated successfully, but these errors were encountered: