Error using dlnetwork and dlfeval
Mostrar comentarios más antiguos
Hi,
I am only trying to recreate this example: https://www.mathworks.com/help/images/unsupervised-medical-image-denoising-using-unit.html
I get this error :

Respuestas (1)
Abolfazl Chaman Motlagh
el 15 de Sept. de 2022
0 votos
the image or images you're forwarding through dl network is colored ( has 3 channels - RGB most probably). try rgb2gray function on your dataset for set channel dimension to 1.
8 comentarios
Abu Yusuf
el 20 de Sept. de 2022
Abolfazl Chaman Motlagh
el 20 de Sept. de 2022
there are 6 supporting functions at the end of the page. including 'modelGradientGen' (https://www.mathworks.com/help/images/unsupervised-medical-image-denoising-using-unit.html)
copy all of them at the end of your script and run it again.
(or for each one create a .m file with it's name to use it as function.)
these functions are used inside the scripts but apparently you didn't include them, that's why you get this error.
Abu Yusuf
el 20 de Sept. de 2022
Abolfazl Chaman Motlagh
el 20 de Sept. de 2022
if you can ,attach your script. maybe i could help.
Abu Yusuf
el 21 de Sept. de 2022
Abolfazl Chaman Motlagh
el 21 de Sept. de 2022
you miss modelGradientGen function in supporting functions. Try attached code.
Abu Yusuf
el 22 de Sept. de 2022
Abolfazl Chaman Motlagh
el 22 de Sept. de 2022
that shouldn't be possible :) (because the error is "there is no modelGradientGen value or function but we just add it!)
ok. fix your own code by adding modelGradientGen to supporting functions yourself. and run it.
Categorías
Más información sobre Data Import and Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
