Sequence-to-Sequence Classification Using 1-D Convolutions
    6 ビュー (過去 30 日間)
  
       古いコメントを表示
    
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 件のコメント
回答 (1 件)
  Neha
      
 2024 年 5 月 16 日
        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 件のコメント
参考
カテゴリ
				Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!