Community Profile

photo

Tan


Last seen: 5 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Edit training process graph
Can I drag the legend under the graph? If yes, how should i do?

5 months ago | 2 answers | 0

2

answers

Question


Error using nnet.cnn.LayerGraph>iThrowErrorIfLayerHasMultipleInputs Layer 'inception_3a-output' has multiple inputs. Specify which input of layer 'inception_3a-output' to use.
clc clear all; close all; %Open file in MATLAB outputFolder=fullfile('recycle101'); rootFolder=fullfile(outputFolder,'proj...

12 months ago | 1 answer | 0

1

answer

Question


Image classification based on transfer learning using Alexnet
Below is my full coding. Did the coding to perform transfer learning using alexnet correct? clc clear all; close all; out...

12 months ago | 1 answer | 0

1

answer

Question


Getting error while running alexnet
net =alexnet('Weights','none'); lys = net.Layers(); lys(end-3:end) getting error: Unrecognized method, property, or field ...

12 months ago | 1 answer | 0

1

answer

Question


Error using trainNetwork. Invalid network.
net = googlenet('Weights','none'); lys = net.Layers; lys(end-3:end) numClasses = numel(categories(imdsTrain.Labels)); lgraph...

12 months ago | 1 answer | 0

1

answer

Question


error while running graph=layerGraph(net)
graph = layerGraph(net); Error using layerGraph lgraph = layerGraph(net); ↑ Invalid argument at positi...

12 months ago | 1 answer | 0

1

answer

Question


when run net=googlenet get error
>> net = googlenet; Execution of script googlenet as a function is not supported: D:\recycle101\googlenet.m

12 months ago | 1 answer | 0

1

answer

Question


Cannot find files or folders matching: 'recycle101\project\aluminiumcan'.
clc clear all; close all; outputFolder=fullfile('recycle101'); rootFolder=fullfile(outputFolder,'project'); categories={'alu...

12 months ago | 1 answer | 0

1

answer