alibaba / EasyCV

An all-in-one toolkit for computer vision
Apache License 2.0
1.76k stars 199 forks source link

fix for inception DDP training #343

Closed lostkevin closed 2 months ago

lostkevin commented 2 months ago

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

inceptionv3 imagenet config cannot run in single-node multi-card machine

Modification

add empty clshead

Pull-Request Todo List

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  3. The documentation has been modified accordingly, like docstring or example tutorials.
CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.