フィルターのクリア

深度网络设计器的音频网络文件解压后安装到哪里

2 ビュー (過去 30 日間)
小海
小海 2024 年 3 月 29 日
回答済み: Nicholas Zhou 2024 年 4 月 2 日
深度网络设计器的音频网络文件解压后安装到哪里

回答 (1 件)

Nicholas Zhou
Nicholas Zhou 2024 年 4 月 2 日
以openl3为例,在R2024a上,你在deepNetworkDesigner的起始页面点“安装”,MATLAB只是启动一个浏览器下载,下载的文件在你默认的下载目录里,文件名为openl3.zip,你需要手动解压这个文件到你自己的项目目录中,并把openl3子目录添加到path里。如此,你就可以用net = openl3加载这个网络了。
which openl3 % find where the openl3.m is
edit openl3 % edit openl3.m, find out the name of mat file
which openl3_linear_env_512.mat

カテゴリ

Help Center および File Exchange安装和许可简介 についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!