photo

sungho Kang


Last seen: 2 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

13 个提问
0 个回答

排名
23,355
of 301,040

声誉
2

贡献数
13 个提问
0 个回答

回答接受率
30.77%

收到投票数
2

排名
 of 21,154

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,505

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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

1

个回答