Megvii-BaseDetection / Megvii-BaseDetection/cvpods
[Usage] TEST.EVAL_PERIOD doesn't seem to properly working
Open
@poodarchu is already working on this.
Since Jan 2, 2023.
- Dominant language
- Python
- Stars
- 663
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
Please use this template to submit your problem or your question will NOT be properly tackled.
Describe what you want to do, including:
- what inputs you will provide, if any:
- what outputs you are expecting:
❓ What does an API do and how to use it?
Hi I currently use TEST.EVAL_PERIOD config for online evaluation and I put it in my command line (e.g, pods_train --num-gpus 8 TEST.EVAL_PERIOD 50). But what I found was it doesn't work and it works when I change the config file to TEST=dict(EVAL_PERIOD=50). Do you know why this problem happens? Im worriying that this phenomenon can make me unreliable in my argument setting.
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.