You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Test Env:
Chromium Version: nightly build 75.0.3739.0 (1a2331d)
Platform: Windows
Expected Result:
Tests should pass.
Actual Result:
DML doesn't support depthwise_multiplier >1:
[8520:3640:0529/092532.962:ERROR:compilation_delegate_dml.cc(735)] depthwise_multiplier 2 is not supported.
[8520:3640:0529/092532.962:ERROR:compilation_delegate_dml.cc(505)] Failed compiling model.
Emotion Analysis examples( SSD MobileNet v1/ SSD MobileNet v2/SSDLite MobileNet v2) don't work since this:
[8520:3640:0529/093359.157:ERROR:compilation_delegate_dml.cc(735)] depthwise_multiplier 32 is not supported.
[8520:3640:0529/093359.157:ERROR:compilation_delegate_dml.cc(505)] Failed compiling model.
Test Env:
Chromium Version: nightly build 75.0.3739.0 (1a2331d)
Platform: Windows
Expected Result:
Tests should pass.
Actual Result:
DML doesn't support depthwise_multiplier >1:
Emotion Analysis examples( SSD MobileNet v1/ SSD MobileNet v2/SSDLite MobileNet v2) don't work since this:
How to Reproduce:
Launch chromium with
chrome.exe --use-dml
Visit
The text was updated successfully, but these errors were encountered: