I want to make hybrid cnn3d_ 2D, how can I connect conv3d and conv2d

1 回表示 (過去 30 日間)
le chang
le chang 2021 年 11 月 15 日
回答済み: Srivardhan Gadila 2021 年 11 月 17 日
混合CNN3D-2D,我怎么才能使conv3D和conv2D连接起来

回答 (1 件)

Srivardhan Gadila
Srivardhan Gadila 2021 年 11 月 17 日
Refer to the following page to see if any of the available layers would help you: List of Deep Learning Layers.
Alternatively you can create your own custom layer, refer to Define Custom Deep Learning Layers and List of Functions with dlarray Support. Or you can also create and train a deep learning network by using functions rather than a layer graph or a dlnetwork, you can refer to the following example Train Network Using Model Function.

カテゴリ

Help Center および File Exchange图像深度学习 についてさらに検索

Community Treasure Hunt

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

Start Hunting!