Simplify autoshape() post-process (#1653)
* Simplify autoshape() post-process
* cleanup
* cleanup
正在显示
... | @@ -9,8 +9,8 @@ Pillow | ... | @@ -9,8 +9,8 @@ Pillow |
PyYAML>=5.3 | PyYAML>=5.3 | ||
scipy>=1.4.1 | scipy>=1.4.1 | ||
tensorboard>=2.2 | tensorboard>=2.2 | ||
torch>=1.6.0 | torch>=1.7.0 | ||
torchvision>=0.7.0 | torchvision>=0.8.1 | ||
tqdm>=4.41.0 | tqdm>=4.41.0 | ||
# logging ------------------------------------- | # logging ------------------------------------- | ||
... | @@ -26,5 +26,5 @@ pandas | ... | @@ -26,5 +26,5 @@ pandas |
# scikit-learn==0.19.2 # for coreml quantization | # scikit-learn==0.19.2 # for coreml quantization | ||
# extras -------------------------------------- | # extras -------------------------------------- | ||
# thop # FLOPS computation | thop # FLOPS computation | ||
# pycocotools>=2.0 # COCO mAP | pycocotools>=2.0 # COCO mAP |
请
注册
或者
登录
后发表评论