Sequence-to-Sequence Classification Using 1-D Convolutions
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
in version 2024a
line spatialDropoutLayer(dropoutFactor) gives error to include probibility with namevalue pair. What is the relation of probibility and dropoutFactor. How to get rid of this error
0 comentarios
Respuestas (1)
Neha
el 16 de Mayo de 2024
Hi,
The example errors out in R2024a due to a syntax error in the attributes of "spatialDropoutLayer". You can change the lines 47 and 51 to "spatialDropoutLayer(Probability=dropoutFactor)" to resolve the issue.
Hope it helps!
0 comentarios
Ver también
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!