Feeds
提问
Invalid training data. The output size (2) of the last layer doesn't match the number of classes (9)
Hi. I tested LSTM model using example Japanese vowel. After copying the codes into my Matlab, I ran the code and checked it wo...
7 years 前 | 0 个回答 | 0
0
个回答提问
What functions does pagefun support?
In Matlab help, you said there are many functions that pagefun supports. But I check it and found not so many functions are s...
8 years 前 | 2 个回答 | 1
2
个回答提问
How can I do dynamic calculation?
How can I update the following variable? a = 1; b = a + 2; then I changed a = 2, but b is still 3. How can I change or...
8 years 前 | 2 个回答 | 0
2
个回答提问
How can I set a proper matrix size on GPU?
I have 750Ti with 1GB gpu, the exact availablemem of gpu is 941,846,528 byte. a = repmat(rand(92760 , 1, 'gpuArray'), 1, ...
9 years 前 | 0 个回答 | 0
0
个回答提问
Does Matlab support GTX1080, 1070, 1060?
I am buying Nvidia graphic card. Does Matlab support GTX1080, 1070, 1060? If not, when is it possbile?
9 years 前 | 2 个回答 | 0
2
个回答提问
I dont understand free memory of GPU... Help~!
I got an error message, "Maximum variable size allowed on the device is exceeded." But I dont understand it. Size of Argum...
9 years 前 | 0 个回答 | 0
0
个回答提问
Free Space of GPU
I created a matrix on gpu as following code and checked free space of GPU. But I found more memory of gpu is used to store th...
9 years 前 | 1 个回答 | 0
1
个回答提问
Which version of Visual Studio is fully supported by Matlab with Cuda Coding?
As you can read the title, which version of Visual Studio is good for coding cuda mex? Some version, VS2008, VS2010 made an e...
9 years 前 | 1 个回答 | 0
1
个回答提问
Many function evaluation with GPU
Hi, I ask a gpu usage several times. But I am still curious about that. In the following figure, I have two function. ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Apply different Functions on same data using GPU simultaneously
Hi, guys. I want to use my GPU for calc. For example, I want to get sin, cos, plus on same data using GPU simultaneously. ...
9 years 前 | 1 个回答 | 0
1
个回答提问
How can I use pagefun?
function gputest() % pagefun function res = ttt_gpu(bb) res = bb + 1; end b = gpuArray(repm...
9 years 前 | 1 个回答 | 0
1
个回答提问
pagefun makes an error
The following code makes an error. How can I solve it? b = gpuArray(repmat([1 2 ; 2 2; 4 3], 1, 1, 3)); pagefun(@norm, b...
9 years 前 | 2 个回答 | 0
2
个回答提问
how can i use max funtion in arrayfun on GPU
The following code makes an error. Error using gpuArray/max. Too few arguments into max... blabla.. In Matlab manual, max...
9 years 前 | 1 个回答 | 1
