Community Profile

photo

Davide Fantin

MathWorks

Last seen: 2 years ago Active since 2021

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
How to achieve transfer learning process for YOLOv3 in matlab r2021a ?
In order to "freeze" layers, i.e. not update the learnable parameters, you need to set the learn rate factor for those layers to...

3 years ago | 0

Answered
Missing declaration of "valSetSize" in Example "Develop Raw Camera Processing Pipeline Using Deep Learning"
Please use the variable numValImages instead of valSetSize. The variable name valSetSize used in the example is not correct. H...

3 years ago | 0

Answered
Add a custom layer in the model while writing the custom loop
From the doc page of custom layers: (https://www.mathworks.com/help/deeplearning/ug/define-custom-deep-learning-layers.html): D...

3 years ago | 1

Answered
how do i define a convolution layer for time series data matlab
As of MATLAB R2021a, defining a convolution layer for time series data is not directly supported in Deep Network Designer. Curr...

3 years ago | 1

| accepted