I don't have function "deeplabv3plusLayer" in Matlab 2019a

3 visualizaciones (últimos 30 días)
Duc Hoang
Duc Hoang el 18 de Oct. de 2019
Comentada: Duc Hoang el 11 de Jun. de 2020
deeplabv3plusLayer(imageSize, numClasses, net)
Undefined function or variable 'deeplabv3plusLayer'.

Respuesta aceptada

Steven Lord
Steven Lord el 18 de Oct. de 2019
At the end of its documentation page, the documentation states that it was introduced in release R2019b. You're using the release one prior to its introduction.

Más respuestas (2)

Walter Roberson
Walter Roberson el 18 de Oct. de 2019
It was introduced in R2019b
  3 comentarios
fatima zohra
fatima zohra el 11 de Jun. de 2020
please , I don't find this function "deeplabv3plusLayer I have matlab 2017
Duc Hoang
Duc Hoang el 11 de Jun. de 2020
Function “deeplabv3plusLayer” was introduced in Matlab 2019b. If you use it, you should install Matlab version 2019b or higher.

Iniciar sesión para comentar.


Ashwanth Ramesh
Ashwanth Ramesh el 20 de Oct. de 2019
I dont have splitData function for Audio dataset in 2019a, neither did i find any documentation related to it.. can some one help me? This function has been used in an example in the Matlab site
Please help me find out what the issue is? Is it because the function was released in 2019b?
The error message that pops us is -
"Undefined function 'splitData' for input arguments of type 'audioDatastore'.
Error in Audio Processing 1 (line 18)
[adsTrain,adsValidation,adsTest] = splitData(ads,datafolder);"

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by