Transformer Network Layers Creation Problem- missing toolbox?

46 ビュー (過去 30 日間)
Karolina
Karolina 2023 年 5 月 3 日
回答済み: Debraj Maji 2023 年 11 月 17 日
Hi, I am struggling with creating layers for Deep Transformer Network as my error says there is unrecognized function or variable transformerEncoderLayer.How Can I get a toolbox including this layer or is there any other way to create layers for Deep Transformer Network?
  1 件のコメント
Sachin
Sachin 2023 年 5 月 11 日
Hi Karoline
Could you please provide some more information like code etc?

サインインしてコメントする。

回答 (1 件)

Debraj Maji
Debraj Maji 2023 年 11 月 17 日
I see that you are trying to create layers for a Deep Transformer Network and are getting an error that is related to an unrecognized function.
For using pre-built Transformer layers, you need to have Deep Learning Toolbox installed with MATLAB. For instructions on how to install, you can refer to the following answer: https://in.mathworks.com/support/search.html/answers/101885-how-do-i-install-additional-toolboxes-into-an-existing-installation-of-matlab.html?fq%5B%5D=asset_type_name:answer&fq%5B%5D=category:support/introduct1740&page=1
You can also create custom Transformer layers in MATLAB from scratch as well as using predefined templates, as stated in the following documentation: https://in.mathworks.com/help/deeplearning/ug/define-custom-deep-learning-layers.html
Hope that helps!

カテゴリ

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