-
Notifications
You must be signed in to change notification settings - Fork 537
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
data_size is NAN #18
Comments
First step, I run |
By the way,if I just want to validate your code,could I run |
maybe I solved above problem,but I met the follow problem :
maybe I solved above problem,but |
hello , I run Demo_test_DnCNN.m , But PSNR and SSIM both are NAN.so,could you figure the problem? |
I dont have this problem. It seems like you might have some problem with your training. How bout your training error? it should reduce around 1.0. |
what is difference for 1.0 and 1.1? l run the 1.0 also have error. |
l first run Demo_test_DnCNN3.m, the result is -----------------------------------------------
|
For the NAN problem in version 1.1, you should (1) add the path to 'train400' data, then (2) run 'data\GenerateTrainingPatches.m', so that it will generate the training data for you. The training data is storaged in 'data\TrainingPatches\imdb_40_128.mat'. And please check your training data size 'imdb_40_128.mat' whether you really have the data or not. |
thank you very much |
wait , what is (1), 1.1 add or 1.0 add? |
You should add it for TrainingCodes_v1.1 since it doesn't have 'Train400' images in their 'data' folder. The 'Train400' images path is located in 'TrainingCodes_v1.0' folder. |
OK, thank you |
Hi, I don't understand how the mat files in model are created. Can you please tell in what sequence the code should run? |
hello. first, you should run Demo_test_DnCNN3. if you use GPU, ni should remove "%net = vl_simplenn_tidy(net);" "%", and if have error, in Demo_test_DnCNN3 add your vl_setupnn path. then run GenerateData_model_64_25_Res_Bnorm_Adam. |
I am actually new to deep learning. I didn't get how the models are created as .mat files. We need to run some code and then save it as mat file. Where is this code to create model? Thank you. |
|
I am new to deep learning. how did u you resolve the data_size and data_meme NaN issue? @goonder . |
您好,我现在也遇到了同样的问题,请问您是怎么解决的。 |
I am new to deep learning. how did you resolve the data_size and data_meme NaN issue? @goonder @allenkate12 |
First, please check your CUDN and cudnn is downloaded.
Second, check your GPU memory.
-----Original Message-----
From: "15230127713"<notifications@github.com>
To: "cszn/DnCNN"<DnCNN@noreply.github.com>;
Cc: "chenjian123321"<chenjian105@naver.com>; "Comment"<comment@noreply.github.com>;
Sent: 2019-05-10 (금) 10:09:39 (GMT+09:00)
Subject: Re: [cszn/DnCNN] data_size is NAN (#18)
I am new to deep learning. how did you resolve the data_size and data_meme NaN issue? @goonder @allenkate12
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
How can you solve this problem,could you tell me? I have met the same problem,my datasiaze is also NAN. |
你好,你的信件我已收到,谢谢,薛亚楠。
|
I met some difficuties after use vl_compilenn().
The text was updated successfully, but these errors were encountered: