TAN HOR YAN
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
89 504
of 295 467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
1 Public Channel
AVERAGE RATING
30
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Error using trainNetwork (line 183) Invalid network. Caused by: Layer 'fc7': Input size mismatch. Size of input to this layer is different from the expected input size
clc clear all; close all; outputFolder=fullfile('recycle101'); rootFolder=fullfile(outputFolder,'recycle'); categories={'Alu...
nästan 3 år ago | 1 answer | 0
1
answerQuestion
Error using layerGraph (line 48) The value of 'Layers' is invalid. Layers must be an array of layers.
clc clear all outputFolder=fullfile('recycle101'); rootFolder=fullfile(outputFolder,'recycle'); categories={'Aluminium Can',...
nästan 3 år ago | 1 answer | 0
1
answerQuestion
Error using nnet.cnn.LayerGraph>iValidateLayerName (line 654) Layer 'ClassificationLayer_predictions' does not exist. Error in nnet.cnn.LayerGraph/replaceLayer (line 397)
clc clear all outputFolder=fullfile('recycle101'); rootFolder=fullfile(outputFolder,'recycle'); categories={'Aluminium Can',...
nästan 3 år ago | 1 answer | 0
1
answerQuestion
why resnet-18 has 71x1 layers?
Resnet-18 suppose has 18 later but why run in MATLAB it shows the DAGNetworks: Layers: 71x1 layers Connection: 78 x 2 tables ...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 1-by-3. How to solve this?
clc; clear all; outputFolder=fullfile('recycle101'); rootFolder=fullfile(outputFolder,'recycle'); categories={'can','plastic...
ungefär 3 år ago | 0 answers | 0
0
answersQuestion
Accuracy between from the equation and the validation accuracy
What is the different between the accuracy by using the Accuracy = sum ( diag (C)) / sum (C (:)) ×100 and the validation accurac...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
Simulation or Simulink?
To perform image processing and image classification, simulation and simulink which one is better? And why?
ungefär 3 år ago | 2 answers | 0
2
answersQuestion
Image processing toolbox vs computer vision toolbox
what is the different between image processing toolbox and computer vision toolbox?
ungefär 3 år ago | 1 answer | 0