フィルターのクリア

Does DeepNetworkDesigner support Transformer Layers?

12 ビュー (過去 30 日間)
Subhadip
Subhadip 2024 年 1 月 14 日
回答済み: David Ho 2024 年 1 月 18 日
I want to add Transofmrer Layers while designing the network for deep learning using MATLAB DeepNetworkDesigner, but it doesn't show me such option. How can I add Transofmer Layers to the network designed using DeepNetworkDesigner?

回答 (2 件)

Matt J
Matt J 2024 年 1 月 14 日
If the transformer layer is a custom layer that you have created for yourself, you would import it to deepNetworkDesigner from the workspace, as explained here,

David Ho
David Ho 2024 年 1 月 18 日
Hi Subhadip,
In R2023b, the following layers are supported in Deep Network Designer that are commonly used in transformers:
  • selfAttentionLayer
  • wordEmbeddingLayer (requires Text Analytics Toolbox)
  • sinusoidalPositionEncodingLayer
  • positionEmbeddingLayer
  • embeddingConcatenationLayer
  • indexing1dLayer
  • patchEmbeddingLayer (requires Computer Vision Toolbox)
For more information you can refer to the list of deep learning layers page and the links in it.
Best regards,
David

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by