Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Audiosep #1332

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Implement Audiosep #1332

wants to merge 12 commits into from

Conversation

kobakos
Copy link
Contributor

@kobakos kobakos commented Dec 6, 2023

@kobakos kobakos requested a review from kyakuno December 6, 2023 07:37
@kyakuno
Copy link
Collaborator

kyakuno commented Jan 29, 2024

モデルを下記にアップロードしました。
https://storage.googleapis.com/ailia-models/audiosep/audiosep_resunet.onnx.prototxt

@kyakuno
Copy link
Collaborator

kyakuno commented Jan 29, 2024

ailia SDK 1.2.15と16だとSEGVになる。CPUモードでも同じ問題が発生する。

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libailia.dylib                	       0x12f636834 ailia::Layer::PadLayer::padConst(ailia::Tensor&, ailia::Tensor const&, ailia::TensorUtil::Shape const&, ailia::TensorUtil::Shape const&, float)::$_2::operator()(unsigned int, unsigned int) const + 3796
1   libailia.dylib                	       0x12f6329b0 ailia::Layer::PadLayer::padConst(ailia::Tensor&, ailia::Tensor const&, ailia::TensorUtil::Shape const&, ailia::TensorUtil::Shape const&, float) + 864
2   libailia.dylib                	       0x12f634130 ailia::Layer::PadLayer::_computeCpu() + 2192
3   libailia.dylib                	       0x12f51241f ailia::Layer::DNNLayerBase::_compute() + 1295
4   libailia.dylib                	       0x12f50d250 ailia::Layer::LayerBase::compute() + 112
5   libailia.dylib                	       0x12f4e5db8 ailia::Layer::Graph::inferCore(AILIAGraphicsInteropDesc*, unsigned int) + 1128

@kyakuno
Copy link
Collaborator

kyakuno commented Jan 29, 2024

@kobakos こちら、実行に成功した環境を教えていただければと思います。

@kobakos
Copy link
Contributor Author

kobakos commented Jan 30, 2024

すみませんこれ送るファイル(audiosep_resunet.onnx)を間違えてしまっていたみたいです。
googleストレージの方ではsegmentation faultが出たのですが自前の環境にある正しいファイルを使うとCPUでもGPUでも(どちらもAMD)サンプルは実行できました。ただそちらの方でも入力のサイズを大きくするとsegmentation faultが出てしまうようです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants