Lianqiang Li

Results 5 comments of Lianqiang Li
trafficstars

Sorry, I got it. It seems that you employed the 8-bit as the baseline

> So, I tried the following steps: > > ``` > git clone https://github.com/dkurt/ssd.pytorch --branch opencv_support --depth 1 > cd ssd.pytorch > wget https://s3.amazonaws.com/amdegroot-models/ssd300_mAP_77.43_v2.pth > python3 export_to_onnx.py --model ssd300_mAP_77.43_v2.pth >...

> Hello @AlanStark, > I have changed some lines in train_ssd.py to make all GPUs available and it worked. > You can manipulate the train and testing functions as: >...