Skip to content

Add depthwise separable convolution problem (ID 189)#584

Open
syed-nazmus-sakib wants to merge 1 commit intoOpen-Deep-ML:mainfrom
syed-nazmus-sakib:add-depthwise-separable-conv
Open

Add depthwise separable convolution problem (ID 189)#584
syed-nazmus-sakib wants to merge 1 commit intoOpen-Deep-ML:mainfrom
syed-nazmus-sakib:add-depthwise-separable-conv

Conversation

@syed-nazmus-sakib
Copy link

Description

This PR implements Problem 189: Depthwise Separable Convolution, which is a key component of efficient architectures like Xception and MobileNet.

Changes

  • Added questions/189_implement-depthwise-separable-convolution/ with all required files (meta, learn, description, solution, tests).
  • Fixed utils/build_bundle.py to use utf-8 encoding to prevent UnicodeEncodeError on Windows systems.
  • Validated using utils/validate_questions.py.

Checklist

  • Question follows template structure
  • Solution passes all tests
  • Build script runs successfully

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments