Runcong Kuang
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
35.037
of 295.638
REPUTATION
1
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20.255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.207
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan een jaar ago | 1 answer | 1
1
answerQuestion
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...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
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. ...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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,...
meer dan 2 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 2 jaar ago | 1 answer | 0