Community Profile

photo

Amir Ebrahimi


School of Electrical Engineering and Computing, The University of Newcastle

Last seen: meer dan een jaar ago Active since 2019

Statistics

All
  • Personal Best Downloads Level 3
  • 5-Star Galaxy Level 2
  • GitHub Submissions Level 1
  • Knowledgeable Level 1
  • First Review
  • First Submission
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Solver
  • First Answer

View badges

Content Feed

View by

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...

ongeveer 3 jaar 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...

meer dan 4 jaar 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...

meer dan 4 jaar 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...

ongeveer 5 jaar ago | 0