-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QAT programm killed everytime #38
Comments
Is there any error log when the program is killed? |
Namespace(cmd='quantize', weight='yolov5s.pt', cocodir='datasets/coco', device='cuda:0', ignore_policy='None', ptq='ptq.pt', qat='qat.pt', supervision_stride=1, iters=200, eval_origin=True, eval_ptq=True, all_node_with_qdq=True)
0 -1 1 3520 models.common.Conv [3, 32, 6, 2, 2] Fusing layers... Evaluating pycocotools mAP... saving _predictions.json... This is all i got |
When ever i am running this command
python scripts/qat.py quantize yolov5s.pt --ptq=ptq.pt --qat=qat.pt --cocodir=datasets/coco --eval-ptq --eval-origin --all-node-with-qdq
program get killed after 5 epochs.
system conf:
CUDA12.2
python 3.10
torch2.3.
The text was updated successfully, but these errors were encountered: