
Amir Ebrahimi
School of Electrical Engineering and Computing, The University of Newcastle
Followers: 0 Following: 0
Statistics
All
RANK
7,756
of 298,292
REPUTATION
6
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
2,809 of 20,560
REPUTATION
595
AVERAGE RATING
5.00
CONTRIBUTIONS
10 Files
DOWNLOADS
76
ALL TIME DOWNLOADS
5205
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
layerGraph in a 3D Convolution Network
Hi Esra, The output argument of ResNET-18 3d function is a layergraph itself. so you do not need to use layerGraph function. Us...
layerGraph in a 3D Convolution Network
Hi Esra, The output argument of ResNET-18 3d function is a layergraph itself. so you do not need to use layerGraph function. Us...
4 years ago | 0
| accepted
Answered
TrainNetwork bug for 3D CNN
As it seems, "crossChannelNormalizationLayer" does not work in 3D workflow in MATLAB 2019b. You may train your model with "MiniB...
TrainNetwork bug for 3D CNN
As it seems, "crossChannelNormalizationLayer" does not work in 3D workflow in MATLAB 2019b. You may train your model with "MiniB...
5 years ago | 0
Answered
training alexnet from scratch (i.e. reset weight)
Well, I got what you have asked.Simply, go to Deep Network Designer and click on Export. You can export it with or without pre-t...
training alexnet from scratch (i.e. reset weight)
Well, I got what you have asked.Simply, go to Deep Network Designer and click on Export. You can export it with or without pre-t...
5 years ago | 1
Answered
training alexnet from scratch (i.e. reset weight)
I used this sample code on "lgraph". tmp_net = lgraph.saveobj; for i=1:length(lgraph.Layers) if isa(lgraph.Layers(i,1...
training alexnet from scratch (i.e. reset weight)
I used this sample code on "lgraph". tmp_net = lgraph.saveobj; for i=1:length(lgraph.Layers) if isa(lgraph.Layers(i,1...
6 years ago | 0