import autoEncoder from workspace into Deep Network Designer APP

Hi everybody,
Using the Deep Learning toolbox, I've created and trained an AUTOENCODER from AUTOENCODER CLASS.
I can view the result using "view(autoenc)".
In order to "tweek" it, I've tried to transfer it to the "DEEP NETWORK DESIGNER APP" by using a conversion "net = network(autoenc)" => it does not work and I got a panel info that I cannot understand.
Is it possible to transfer the AUTOENCODER from workspace to the APP ?
If not how, is it possible to recover the exact definition of my AUTOENCODER (layers types, sizes,...) in order to recreate it in the APP ?
have a nice Day
Juliette

 채택된 답변

David Willingham
David Willingham 2021년 11월 11일

1 개 추천

Hi,
The autoencoder function was built using MATLAB's neural network legacy functionality, I.e. prior to when we released an updated deep learning framework in R2018b. As such it won't worh with the Deep Network designer.
If you created an autoencoder using the updated framework, these can be imported into Deep Network Designer.
This autoencoder page lists examples that use the newer framework.

댓글 수: 1

Hi David,
thanks for feedback, I got the "legacy" point and wont spend more time trying to transfer what is already achieved with the old function into the new framework.
let's start again from beginning
BR
juliette

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2021b

질문:

2021년 11월 11일

댓글:

2021년 11월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by