photo

sungho Kang


Last seen: mehr als 2 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

Statistik

MATLAB Answers

13 Fragen
0 Antworten

RANG
16.747
of 301.344

REPUTATION
2

BEITRÄGE
13 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
30.77%

ERHALTENE STIMMEN
2

RANG
 of 21.238

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.044

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 8 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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...

fast 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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, ...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Does Matlab support GTX1080, 1070, 1060?
I am buying Nvidia graphic card. Does Matlab support GTX1080, 1070, 1060? If not, when is it possbile?

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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. ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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. ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I use pagefun?
function gputest() % pagefun function res = ttt_gpu(bb) res = bb + 1; end b = gpuArray(repm...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 9 Jahre vor | 1 Antwort | 1

1

Antwort