Amshaker / unetr_plus_plus

[IEEE TMI-2024] UNETR++: Delving into Efficient and Accurate 3D Medical Image Segmentation
Apache License 2.0
360 stars 34 forks source link

Unsupported operator #21

Closed qiaoqiangPro closed 1 year ago

qiaoqiangPro commented 1 year ago

Hi, In my windows 10 , I use pytroch 1.13.0 run code, warn this message, but can run the code,I want to know how to solve it, change the version? Unsupported operator aten::add_ encountered 68 time(s) Unsupported operator aten::leakyrelu encountered 48 time(s) Unsupported operator aten::max_pool3d encountered 2 time(s) Unsupported operator aten::mul encountered 108 time(s) Unsupported operator aten::add encountered 88 time(s) Unsupported operator aten::norm encountered 42 time(s) Unsupported operator aten::clamp_min encountered 42 time(s) Unsupported operator aten::expand_as encountered 42 time(s) Unsupported operator aten::div encountered 42 time(s)

Amshaker commented 1 year ago

Hi,

I guess they are just warnings and will not affect the performance. If your results are not comparable with our results, please let me know.