You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I am a student trying to train the denoiser following the steps at tutorial (4).
There was no error for the training process.
However, when I try to apply the trained denoiser on my data using the 'topaz denoise -m ...... -o ......' command, an error popped up:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I am a student trying to train the denoiser following the steps at tutorial (4).
There was no error for the training process.
However, when I try to apply the trained denoiser on my data using the 'topaz denoise -m ...... -o ......' command, an error popped up:
using device=0 with cuda=True
Loading model: /topaz_denoise_training/saved_denoising_model_hp12/model_epoch100.sav
Traceback (most recent call last):
File "/home/chris/.local/lib/python3.8/site-packages/PIL/Image.py", line 2992, in fromarray
mode, rawmode = _fromarray_typemap[typekey]
KeyError: ((1, 1, 4092), '<f4')
......
......
TypeError: Cannot handle this data type: (1, 1, 4092), <f4
Would anyone advise me how could I solve the problem?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions