open-mmlab / mmflow

OpenMMLab optical flow toolbox and benchmark
https://mmflow.readthedocs.io/en/latest/
Apache License 2.0
958 stars 115 forks source link

How can I replace conv2d with depthwise convolution? #82

Closed zhanghahah1993 closed 2 years ago

zhanghahah1993 commented 2 years ago

where file is about this part? thank you very much.

MeowZheng commented 2 years ago

which model did you want to modify?

All of model files are in mmflow/models/, like https://github.com/open-mmlab/mmflow/blob/master/mmflow/models/encoders/flownet_encoder.py

MeowZheng commented 2 years ago

No further discussion