liangliang
liangliang
您看一下 GPU 利用率是否一致? 或者使用 `git diff commit_id1. commit_id2 ` 看一下主要代码差异。正常情况下不会出现这种问题的。
add `--master_port 30001` or other value in start command, for example: ``` python -m torch.distributed.launch --nproc_per_node 8 --master_port 30002 tools/train.py ... ```
Sorry, currently this project does not support multi directories, we will consider to add this funciton.
Are you resuming from a checkpoint which was already trained to the end? Currently, we will tail the checkpoint at the end of the training. However, the checkpoints saved at...
Ok, we will consider to add those functions as soon as possible.
Hi, if you want to get precision and recall at one specific confidence, you can filter out the detect boxes whose confidence are lower than your specific confidence. Second, put...
Ok, we will discuss about whether to add this function.
Hi, thank you for your advice. We will take it into consideration.
感谢您的建议,如果有可能,欢迎提供 PPQ 相关的代码,我们一起来共建此代码库。