photo

Runcong Kuang


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

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
35,037
of 300,176

声誉
1

贡献数
8 个提问
0 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,884

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,643

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Review

查看徽章

Feeds

排序方式:

提问


How to do activation quantization of EACH LAYER in lgraph or dlnetwork?
for activation of each layer in dlnetwork or lgraph, how to do quantization? My dlnetwork is just a piece of network, not a who...

2 years 前 | 1 个回答 | 1

1

个回答

提问


How to convert data from floating point to fixed point? Not function, only data.
I want to convert an array of single precision data into fixed point and I have proposed length of the data I want. How to conv...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to add breakpoints when I am pausing a running code
I add breakpoint in the debugging mode when pausing a running code. But it's grey. It gets ignored. Continue running the code w...

3 years 前 | 1 个回答 | 0

1

个回答

提问


mnrfit takes too long
It takes more than two weeks for a single run of mnrfit. It just reaches 43/100 iter/iterLim in 'nominalFit' after 1.5 weeks. ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


minibatchqueue or arrayDatastore drops my data precision from double to single
I get XTrain from MNIST by processImagesMNIST and put it on GPU, so its type is gpuArray dlarray. then I use these code to make...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Do matlab has build-in mnist dataset for CNN training? If I load it as dlarray, how do I train it with CNN?
This documentation shows the example to design CNN for digit image classification. Is the 'toolbox/nnet/nndemos/nndatasets/Digi...

3 years 前 | 1 个回答 | 0

1

个回答

提问


What's fid in "Training a Model from Scratch"?
For this DL example, What's the 'fid' in the first code block? rawImgDataTrain = uint8 (fread(fid, numImg * numRows * numCols,...

3 years 前 | 2 个回答 | 0

2

个回答

提问


processImagesMNIST doesn't give the right data format for trainNetwork
Loading mnist: According to the dataset for DL, I load MNIST by this: filenameImagesTrain = 'train-images-idx3-ubyte.gz'; f...

3 years 前 | 1 个回答 | 0

1

个回答