fast-reid/.github/ISSUE_TEMPLATE/unexpected-problems-bugs.md
2020-07-15 14:56:08 +08:00

1.1 KiB

name, about, title
name about title
Unexpected behaviors Run into unexpected behaviors when using fastreid Please read & provide the following

If you do not know the root cause of the problem, and wish someone to help you, please post according to this template:

Instructions To Reproduce the Issue:

Check https://stackoverflow.com/help/minimal-reproducible-example for how to ask good questions. Simplify the steps to reproduce the issue using suggestions from the above link, and provide them below:

  1. full code you wrote or full changes you made (git diff)
<put code or diff here>
  1. what exact command you run:
  2. full logs you observed:
<put logs here>

Expected behavior:

If there are no obvious error in "what you observed" provided above, please tell us the expected behavior.

If you expect the model to converge / work better, note that we do not give suggestions on how to train a new model. Only in one of the two conditions we will help with it: (1) You're unable to reproduce the results in fastreid model zoo. (2) It indicates a fastreid bug.