deepspeedai / deepspeedai/DeepSpeed

[BUG] deepspeed get_model_profile custom module zero MACs

Open
#3,431 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Python
Stars
43.1k
Forks
5k
Avg merge
4d 15h
Merged PRs (30d)
112

Description

Describe the bug
When i use deepspeed get_model_profile, I got custom module "global filter" zero MACs which is not correct.
截屏2023-05-03 15 18 35

"global filter" module is implemented by⬇️
截屏2023-05-03 15 21 22
https://github.com/raoyongming/GFNet/blob/master/gfnet.py

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the get_model_profile entry point and inspect the custom module implementation linked in gfnet.py. Reproduce the profile for the “global filter” module, trace why its MAC count is reported as zero, and verify that profiling reports a nonzero count for this module.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
machine-learning, performance
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.