• pytorch yolov5两块gpu训练日志


    pytorch yolov5两块gpu训练日志:

    python train_2022051802.py --img-size 640 --batch-size 4 --epochs 300 --data ./data/myvoc.yaml --cfg ./models/yolov5m.yaml --workers 0  --device  0,1

    (wind_torch_2022) bim@bim-$ 
    (wind_torch_2022) bim@bim-$ 
    (wind_torch_2022) bim@bim-$ 
    (wind_torch_2022) bim@bim-$ 
    (wind_torch_2022) bim@bim-$ 
    (wind_torch_2022) bim@bim-$ python train_2022051802.py --img-size 640 --batch-size 4 --epochs 300 --data ./data/myvoc.yaml --cfg ./models/yolov5m.yaml --workers 0  --device  0,1
    Using torch 1.7.1 CUDA:0 (Tesla P100-PCIE-12GB, 12198.375MB)
                      CUDA:1 (Tesla P100-PCIE-12GB, 12198.375MB)
    
    
    Namespace(adam=False, batch_size=4, bucket='', cache_images=False, cfg='./models/yolov5m.yaml', data='./data/myvoc.yaml', device='0,1', epochs=300, evolve=False, exist_ok=False, global_rank=-1, hyp='data/hyp.scratch.yaml', image_weights=False, img_size=[640, 640], local_rank=-1, log_artifacts=False, log_imgs=16, multi_scale=False, name='exp', noautoanchor=False, nosave=False, notest=False, project='runs/train', quad=False, rect=False, resume=False, save_dir='runs/train/exp8', single_cls=False, sync_bn=False, total_batch_size=4, weights='yolov5s.pt', workers=0, world_size=1)
    Start Tensorboard with "tensorboard --logdir runs/train", view at http://localhost:6006/
    Hyperparameters {'lr0': 0.01, 'lrf': 0.2, 'momentum': 0.937, 'weight_decay': 0.0005, 'warmup_epochs': 3.0, 'warmup_momentum': 0.8, 'warmup_bias_lr': 0.1, 'box': 0.05, 'cls': 0.5, 'cls_pw': 1.0, 'obj': 1.0, 'obj_pw': 1.0, 'iou_t': 0.2, 'anchor_t': 4.0, 'fl_gamma': 0.0, 'hsv_h': 0.015, 'hsv_s': 0.7, 'hsv_v': 0.4, 'degrees': 0.0, 'translate': 0.1, 'scale': 0.5, 'shear': 0.0, 'perspective': 0.0, 'flipud': 0.0, 'fliplr': 0.5, 'mosaic': 1.0, 'mixup': 0.0}
    Overriding model.yaml nc=80 with nc=1
    
                     from  n    params  module                                  arguments                     
      0                -1  1      5280  models.common.Focus                     [3, 48, 3]                    
      1                -1  1     41664  models.common.Conv                      [48, 96, 3, 2]                
      2                -1  1     65280  models.common.C3                        [96, 96, 2]                   
      3                -1  1    166272  models.common.Conv                      [96, 192, 3, 2]               
      4                -1  1    629760  models.common.C3                        [192, 192, 6]                 
      5                -1  1    664320  models.common.Conv                      [192, 384, 3, 2]              
      6                -1  1   2512896  models.common.C3                        [384, 384, 6]                 
      7                -1  1   2655744  models.common.Conv                      [384, 768, 3, 2]              
      8                -1  1   1476864  models.common.SPP                       [768, 768, [5, 9, 13]]        
      9                -1  1   4134912  models.common.C3                        [768, 768, 2, False]          
     10                -1  1    295680  models.common.Conv                      [768, 384, 1, 1]              
     11                -1  1         0  torch.nn.modules.upsampling.Upsample    [None, 2, 'nearest']          
     12           [-1, 6]  1         0  models.common.Concat                    [1]                           
     13                -1  1   1182720  models.common.C3                        [768, 384, 2, False]          
     14                -1  1     74112  models.common.Conv                      [384, 192, 1, 1]              
     15                -1  1         0  torch.nn.modules.upsampling.Upsample    [None, 2, 'nearest']          
     16           [-1, 4]  1         0  models.common.Concat                    [1]                           
     17                -1  1    296448  models.common.C3                        [384, 192, 2, False]          
     18                -1  1    332160  models.common.Conv                      [192, 192, 3, 2]              
     19          [-1, 14]  1         0  models.common.Concat                    [1]                           
     20                -1  1   1035264  models.common.C3                        [384, 384, 2, False]          
     21                -1  1   1327872  models.common.Conv                      [384, 384, 3, 2]              
     22          [-1, 10]  1         0  models.common.Concat                    [1]                           
     23                -1  1   4134912  models.common.C3                        [768, 768, 2, False]          
     24      [17, 20, 23]  1     24246  models.yolo.Detect                      [1, [[10, 13, 16, 30, 33, 23], [30, 61, 62, 45, 59, 119], [116, 90, 156, 198, 373, 326]], [192, 384, 768]]
    Model Summary: 391 layers, 21056406 parameters, 21056406 gradients, 50.4 GFLOPS
    
    Transferred 59/506 items from yolov5s.pt
    Scaled weight_decay = 0.0005
    Optimizer groups: 86 .bias, 86 conv.weight, 83 other
    Scanning 'VOC_2022050201/labels' for images and labels... 238 found, 0 missing, 0 empty, 0 corrupted: 100%|██████████| 238/238 [00:00<00:00, 2580.94it/s]
    New cache created: VOC_2022050201/labels.cache
    Scanning 'VOC_2022050201/labels.cache' for images and labels... 238 found, 0 missing, 0 empty, 0 corrupted: 100%|██████████████| 238/238 [00:00<?, ?it/s]
    Scanning 'VOC_2022050201/labels' for images and labels... 42 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████| 42/42 [00:00<00:00, 2669.59it/s]
    New cache created: VOC_2022050201/labels.cache
    Scanning 'VOC_2022050201/labels.cache' for images and labels... 42 found, 0 missing, 0 empty, 0 corrupted: 100%|█████████████████| 42/42 [00:00<?, ?it/s]
    Plotting labels... 
    
    Analyzing anchors... anchors/target = 4.79, Best Possible Recall (BPR) = 1.0000
    Image sizes 640 train, 640 test
    Using 0 dataloader workers
    Logging results to runs/train/exp8
    Starting training for 300 epochs...
    
         Epoch   gpu_mem       box       obj       cls     total   targets  img_size
         0/299     1.17G     0.106   0.03609         0    0.1421         4       640: 100%|██████████████████████████████████| 60/60 [00:45<00:00,  1.32it/s]
                   Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|██████████████████████| 11/11 [00:11<00:00,  1.00s/it]
                     all          42          75           0           0     0.00155    0.000203

    Epoch gpu_mem box obj cls total targets img_size
    2/299 1.44G 0.08547 0.03626 0 0.1217 10 640: 100%|██████████████████████████████████| 60/60 [00:32<00:00, 1.87it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████| 11/11 [00:01<00:00, 6.28it/s]
    all 42 75 0.00413 0.16 0.00589 0.00101

    Epoch gpu_mem box obj cls total targets img_size
    3/299 1.44G 0.0817 0.04046 0 0.1222 7 640: 100%|██████████████████████████████████| 60/60 [00:31<00:00, 1.88it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████| 11/11 [00:01<00:00, 6.29it/s]
    all 42 75 0.0201 0.0533 0.0191 0.00664

    Epoch gpu_mem box obj cls total targets img_size
    4/299 1.44G 0.08048 0.04197 0 0.1224 5 640: 100%|██████████████████████████████████| 60/60 [00:31<00:00, 1.88it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████| 11/11 [00:01<00:00, 6.36it/s]
    all 42 75 0.0433 0.0133 0.00483 0.000994

    Epoch gpu_mem box obj cls total targets img_size
    5/299 1.44G 0.08012 0.03799 0 0.1181 10 640: 100%|██████████████████████████████████| 60/60 [00:32<00:00, 1.87it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████| 11/11 [00:01<00:00, 6.25it/s]
    all 42 75 0 0 0.00609 0.00126

    Epoch gpu_mem box obj cls total targets img_size
    6/299 1.44G 0.07644 0.03973 0 0.1162 3 640: 100%|██████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████| 11/11 [00:01<00:00, 6.44it/s]
    all 42 75 0.598 0.0133 0.0206 0.00247

    Epoch gpu_mem box obj cls total targets img_size
    7/299 1.44G 0.07772 0.03886 0 0.1166 7 640: 100%|██████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|██████████████████████| 11/11 [00:01<00:00, 6.45it/s]
    all 42 75 0 0 0.00551 0.0011
    Epoch gpu_mem box obj cls total targets img_size
    8/299 1.44G 0.0773 0.03949 0 0.1168 4 640: 100%|??????????????????????????????????| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|??????????????????????| 11/11 [00:01<00:00, 6.41it/s]
    all 42 75 0 0 0.0055 0.00106

    Epoch gpu_mem box obj cls total targets img_size
    9/299 1.44G 0.07695 0.03977 0 0.1167 8 640: 100%|??????????????????????????????????| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|??????????????????????| 11/11 [00:01<00:00, 6.43it/s]
    all 42 75 0 0 0.00603 0.000988

    Epoch gpu_mem box obj cls total targets img_size
    10/299 1.44G 0.07734 0.04053 0 0.1179 5 640: 100%|??????????????????????????????????| 60/60 [00:31<00:00, 1.89it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|??????????????????????| 11/11 [00:01<00:00, 6.36it/s]
    all 42 75 0 0 0.00411 0.000749

    Epoch gpu_mem box obj cls total targets img_size
    11/299 1.44G 0.07714 0.03718 0 0.1143 7 640: 100%|??????????????????????????????????| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|??????????????????????| 11/11 [00:01<00:00, 6.45it/s]
    all 42 75 0 0 0.00539 0.00137

    Epoch gpu_mem box obj cls total targets img_size
    12/299 1.44G 0.0774 0.03525 0 0.1127 3 640: 100%|??????????????????????????????????| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|??????????????????????| 11/11 [00:01<00:00, 6.42it/s]
    all 42 75 0 0 0.00995 0.00152

    Epoch gpu_mem box obj cls total targets img_size
    13/299 1.44G 0.07627 0.04002 0 0.1163 4 640: 100%|??????????????????????????????????| 60/60 [00:31<00:00, 1.89it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|??????????????????????| 11/11 [00:01<00:00, 6.45it/s]
    all 42 75 0 0 0.0115 0.00206

    Epoch gpu_mem box obj cls total targets img_size
    14/299 1.44G 0.07508 0.04103 0 0.1161 2 640: 100%|??????????????????????????????????| 60/60 [00:31<00:00, 1.88it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|??????????????????????| 11/11 [00:01<00:00, 6.44it/s]
    all 42 75 0 0 0.0128 0.00199

    Epoch gpu_mem box obj cls total targets img_size
    15/299 1.44G 0.07304 0.03705 0 0.1101 5 640: 100%|??????????????????????????????????| 60/60 [00:30<00:00, 1.96it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|??????????????????????| 11/11 [00:01<00:00, 6.33it/s]
    all 42 75 0 0 0.0204 0.00381

    Epoch gpu_mem box obj cls total targets img_size
    16/299 1.44G 0.07249 0.04392 0 0.1164 12 640: 100%|??????????????????????????????????| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|??????????????????????| 11/11 [00:01<00:00, 6.34it/s]
    all 42 75 0 0 0.0309 0.00434
    Epoch gpu_mem box obj cls total targets img_size
    17/299 1.44G 0.06912 0.04265 0 0.1118 5 640: 100%|██████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.42it/s]
    all 42 75 0 0 0.0307 0.00696

    Epoch gpu_mem box obj cls total targets img_size
    18/299 1.44G 0.07276 0.03809 0 0.1108 6 640: 100%|████████████████████████████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.43it/s]
    all 42 75 1 0.0133 0.0406 0.00907

    Epoch gpu_mem box obj cls total targets img_size
    19/299 1.44G 0.07105 0.04027 0 0.1113 10 640: 100%|████████████████████████████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.42it/s]
    all 42 75 0 0 0.0677 0.0159

    Epoch gpu_mem box obj cls total targets img_size
    20/299 1.44G 0.06748 0.04213 0 0.1096 8 640: 100%|████████████████████████████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.98it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.40it/s]
    all 42 75 1 0.0133 0.193 0.0554

    Epoch gpu_mem box obj cls total targets img_size
    21/299 1.44G 0.06783 0.03826 0 0.1061 2 640: 100%|████████████████████████████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.44it/s]
    all 42 75 0.0399 0.387 0.0831 0.0166

    Epoch gpu_mem box obj cls total targets img_size
    22/299 1.44G 0.06558 0.03933 0 0.1049 5 640: 100%|████████████████████████████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.09it/s]
    all 42 75 0.0317 0.573 0.17 0.0511


    Epoch gpu_mem box obj cls total targets img_size
    44/299 1.44G 0.04688 0.0305 0 0.07738 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.95it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.62it/s]
    all 42 75 0.266 0.92 0.553 0.297

    Epoch gpu_mem box obj cls total targets img_size
    45/299 1.44G 0.04223 0.02729 0 0.06952 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.58it/s]
    all 42 75 0.281 0.933 0.827 0.463

    Epoch gpu_mem box obj cls total targets img_size
    46/299 1.44G 0.04043 0.02566 0 0.06609 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.60it/s]
    all 42 75 0.311 0.947 0.865 0.317

    Epoch gpu_mem box obj cls total targets img_size
    47/299 1.44G 0.03982 0.02551 0 0.06533 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:32<00:00, 1.87it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.319 0.92 0.852 0.478

    Epoch gpu_mem box obj cls total targets img_size
    48/299 1.44G 0.03986 0.02714 0 0.067 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.62it/s]
    all 42 75 0.376 0.933 0.868 0.521

    Epoch gpu_mem box obj cls total targets img_size
    49/299 1.44G 0.03749 0.02442 0 0.06191 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.88it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.58it/s]
    all 42 75 0.394 0.933 0.892 0.523

    Epoch gpu_mem box obj cls total targets img_size
    50/299 1.44G 0.04048 0.02368 0 0.06416 11 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.88it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.58it/s]
    all 42 75 0.415 0.92 0.863 0.385

    Epoch gpu_mem box obj cls total targets img_size
    51/299 1.44G 0.03929 0.02347 0 0.06275 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.89it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.60it/s]
    all 42 75 0.269 0.947 0.464 0.231

    Epoch gpu_mem box obj cls total targets img_size
    52/299 1.44G 0.0407 0.02554 0 0.06624 9 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.362 0.947 0.86 0.462

    Epoch gpu_mem box obj cls total targets img_size
    53/299 1.44G 0.03883 0.02448 0 0.0633 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.58it/s]
    all 42 75 0.381 0.933 0.672 0.353

    Epoch gpu_mem box obj cls total targets img_size
    54/299 1.44G 0.03492 0.02258 0 0.0575 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.28it/s]
    all 42 75 0.454 0.92 0.807 0.394

    Epoch gpu_mem box obj cls total targets img_size
    55/299 1.44G 0.03875 0.0238 0 0.06255 14 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.88it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.31it/s]
    all 42 75 0.389 0.92 0.591 0.338
    Epoch gpu_mem box obj cls total targets img_size
    56/299 1.44G 0.03734 0.02356 0 0.0609 3 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.484 0.96 0.804 0.45

    Epoch gpu_mem box obj cls total targets img_size
    57/299 1.44G 0.03762 0.02274 0 0.06035 11 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.95it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.62it/s]
    all 42 75 0.371 0.947 0.709 0.294

    Epoch gpu_mem box obj cls total targets img_size
    58/299 1.44G 0.03791 0.02256 0 0.06047 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.96it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.57it/s]
    all 42 75 0.467 0.947 0.869 0.557

    Epoch gpu_mem box obj cls total targets img_size
    59/299 1.44G 0.03456 0.0231 0 0.05766 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.60it/s]
    all 42 75 0.499 0.92 0.874 0.481

    Epoch gpu_mem box obj cls total targets img_size
    60/299 1.44G 0.03797 0.02348 0 0.06145 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.96it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.511 0.933 0.906 0.625

    Epoch gpu_mem box obj cls total targets img_size
    61/299 1.44G 0.03602 0.02309 0 0.05911 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.44it/s]
    all 42 75 0.518 0.987 0.927 0.567

    Epoch gpu_mem box obj cls total targets img_size
    62/299 1.44G 0.03229 0.02201 0 0.05431 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.59it/s]
    all 42 75 0.276 0.933 0.884 0.553

    Epoch gpu_mem box obj cls total targets img_size
    63/299 1.44G 0.033 0.02206 0 0.05507 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.491 0.933 0.922 0.576

    Epoch gpu_mem box obj cls total targets img_size
    64/299 1.44G 0.03572 0.02247 0 0.05819 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.60it/s]
    all 42 75 0.539 0.933 0.936 0.575

    Epoch gpu_mem box obj cls total targets img_size
    65/299 1.44G 0.03518 0.02059 0 0.05577 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.55it/s]
    all 42 75 0.525 0.973 0.925 0.607

    Epoch gpu_mem box obj cls total targets img_size
    66/299 1.44G 0.03179 0.02193 0 0.05372 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.58it/s]
    all 42 75 0.594 0.947 0.944 0.61

    Epoch gpu_mem box obj cls total targets img_size
    67/299 1.44G 0.03107 0.02091 0 0.05198 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.65it/s]
    all 42 75 0.521 0.973 0.942 0.658

    Epoch gpu_mem box obj cls total targets img_size
    68/299 1.44G 0.03122 0.02286 0 0.05408 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.66it/s]
    all 42 75 0.563 0.96 0.859 0.468

    Epoch gpu_mem box obj cls total targets img_size
    69/299 1.44G 0.03256 0.02195 0 0.05451 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.535 0.96 0.876 0.529

    Epoch gpu_mem box obj cls total targets img_size
    70/299 1.44G 0.0332 0.02167 0 0.05486 15 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.89it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.30it/s]
    all 42 75 0.508 0.96 0.928 0.32

    Epoch gpu_mem box obj cls total targets img_size
    71/299 1.44G 0.03193 0.02124 0 0.05317 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.585 0.979 0.953 0.651

    Epoch gpu_mem box obj cls total targets img_size
    84/299 1.44G 0.02841 0.01804 0 0.04646 2 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.96it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.67it/s]
    all 42 75 0.631 0.96 0.952 0.624

    Epoch gpu_mem box obj cls total targets img_size
    85/299 1.44G 0.02838 0.01951 0 0.04789 10 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.88it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.31it/s]
    all 42 75 0.54 0.947 0.932 0.636

    Epoch gpu_mem box obj cls total targets img_size
    86/299 1.44G 0.02794 0.01831 0 0.04625 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.89it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.64it/s]
    all 42 75 0.604 1 0.978 0.593

    Epoch gpu_mem box obj cls total targets img_size
    87/299 1.44G 0.02747 0.01866 0 0.04613 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.67it/s]
    all 42 75 0.584 1 0.973 0.602

    Epoch gpu_mem box obj cls total targets img_size
    88/299 1.44G 0.02741 0.01896 0 0.04637 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.64it/s]
    all 42 75 0.679 1 0.98 0.592

    Epoch gpu_mem box obj cls total targets img_size
    94/299 1.44G 0.02579 0.01782 0 0.04361 11 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.98it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.30it/s]
    all 42 75 0.657 1 0.971 0.571

    Epoch gpu_mem box obj cls total targets img_size
    95/299 1.44G 0.0289 0.01892 0 0.04782 2 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.95it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.705 0.96 0.969 0.673

    Epoch gpu_mem box obj cls total targets img_size
    96/299 1.44G 0.02793 0.01823 0 0.04616 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.56it/s]
    all 42 75 0.556 0.987 0.951 0.677

    Epoch gpu_mem box obj cls total targets img_size
    97/299 1.44G 0.02726 0.019 0 0.04626 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.67it/s]
    all 42 75 0.44 0.96 0.893 0.565

    Epoch gpu_mem box obj cls total targets img_size
    98/299 1.44G 0.02445 0.01763 0 0.04207 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.65it/s]
    all 42 75 0.647 0.96 0.96 0.628

    Epoch gpu_mem box obj cls total targets img_size
    99/299 1.44G 0.02635 0.01712 0 0.04347 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.66it/s]
    all 42 75 0.646 0.933 0.943 0.692

    Epoch gpu_mem box obj cls total targets img_size
    100/299 1.44G 0.02708 0.0167 0 0.04379 9 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.67it/s]
    all 42 75 0.742 0.96 0.966 0.659

    Epoch gpu_mem box obj cls total targets img_size
    101/299 1.44G 0.0256 0.01797 0 0.04357 3 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.639 0.973 0.969 0.663

    Epoch gpu_mem box obj cls total targets img_size
    102/299 1.44G 0.02487 0.01755 0 0.04242 10 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.31it/s]
    all 42 75 0.675 0.987 0.978 0.649

    Epoch gpu_mem box obj cls total targets img_size
    103/299 1.44G 0.02632 0.01719 0 0.04351 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.66it/s]
    all 42 75 0.692 0.973 0.978 0.656

    Epoch gpu_mem box obj cls total targets img_size
    104/299 1.44G 0.02576 0.01751 0 0.04327 3 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.64it/s]
    all 42 75 0.643 0.973 0.963 0.674

    Epoch gpu_mem box obj cls total targets img_size
    105/299 1.44G 0.02396 0.01793 0 0.04189 10 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.66it/s]
    all 42 75 0.638 0.987 0.971 0.709

    Epoch gpu_mem box obj cls total targets img_size
    135/299 1.44G 0.02075 0.01572 0 0.03647 11 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.95it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.873 0.987 0.983 0.754

    Epoch gpu_mem box obj cls total targets img_size
    136/299 1.44G 0.0223 0.01527 0 0.03757 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.772 0.987 0.985 0.729

    Epoch gpu_mem box obj cls total targets img_size
    137/299 1.44G 0.02214 0.01376 0 0.0359 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.64it/s]
    all 42 75 0.836 0.987 0.986 0.711

    Epoch gpu_mem box obj cls total targets img_size
    138/299 1.44G 0.02056 0.01496 0 0.03552 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.693 0.973 0.971 0.753

    Epoch gpu_mem box obj cls total targets img_size
    139/299 1.44G 0.02013 0.01517 0 0.03531 2 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.32it/s]
    all 42 75 0.839 0.973 0.986 0.769

    Epoch gpu_mem box obj cls total targets img_size
    140/299 1.44G 0.02046 0.01559 0 0.03605 2 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:32<00:00, 1.86it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.28it/s]
    all 42 75 0.84 0.984 0.982 0.757

    Epoch gpu_mem box obj cls total targets img_size
    141/299 1.44G 0.0209 0.01517 0 0.03607 3 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.65it/s]
    all 42 75 0.791 0.973 0.982 0.758

    Epoch gpu_mem box obj cls total targets img_size
    142/299 1.44G 0.02063 0.01375 0 0.03439 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.88it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.875 0.987 0.983 0.724

    Epoch gpu_mem box obj cls total targets img_size
    143/299 1.44G 0.02222 0.01471 0 0.03693 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.62it/s]
    all 42 75 0.833 0.987 0.986 0.766

    Epoch gpu_mem box obj cls total targets img_size
    144/299 1.44G 0.02148 0.01585 0 0.03733 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.64it/s]
    all 42 75 0.823 0.987 0.984 0.753

    Epoch gpu_mem box obj cls total targets img_size
    145/299 1.44G 0.02102 0.01494 0 0.03596 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.89it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.30it/s]
    all 42 75 0.83 0.987 0.986 0.746

    Epoch gpu_mem box obj cls total targets img_size
    146/299 1.44G 0.01996 0.01388 0 0.03383 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.876 0.987 0.99 0.745

    Epoch gpu_mem box obj cls total targets img_size
    147/299 1.44G 0.02042 0.01431 0 0.03474 2 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.95it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.65it/s]
    all 42 75 0.869 0.987 0.99 0.764

    Epoch gpu_mem box obj cls total targets img_size
    148/299 1.44G 0.02201 0.01499 0 0.037 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.65it/s]
    all 42 75 0.873 0.973 0.989 0.744

    Epoch gpu_mem box obj cls total targets img_size
    149/299 1.44G 0.02213 0.01482 0 0.03695 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.808 0.954 0.976 0.737

    Epoch gpu_mem box obj cls total targets img_size
    195/299 1.44G 0.01698 0.01161 0 0.02859 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.29it/s]
    all 42 75 0.879 0.987 0.985 0.783

    Epoch gpu_mem box obj cls total targets img_size
    196/299 1.44G 0.0175 0.0117 0 0.0292 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.887 0.987 0.985 0.793

    Epoch gpu_mem box obj cls total targets img_size
    197/299 1.44G 0.01732 0.01281 0 0.03013 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.97it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.62it/s]
    all 42 75 0.845 0.987 0.984 0.77

    Epoch gpu_mem box obj cls total targets img_size
    198/299 1.44G 0.01825 0.0133 0 0.03155 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.88 0.987 0.988 0.777

    Epoch gpu_mem box obj cls total targets img_size
    199/299 1.44G 0.01678 0.01237 0 0.02915 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.849 0.987 0.986 0.783

    Epoch gpu_mem box obj cls total targets img_size
    200/299 1.44G 0.01785 0.01251 0 0.03036 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.59it/s]
    all 42 75 0.829 0.987 0.987 0.78

    Epoch gpu_mem box obj cls total targets img_size
    201/299 1.44G 0.01761 0.01277 0 0.03038 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.29it/s]
    all 42 75 0.861 0.987 0.987 0.787

    Epoch gpu_mem box obj cls total targets img_size
    202/299 1.44G 0.01596 0.01272 0 0.02868 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.89it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.895 0.987 0.985 0.791

    Epoch gpu_mem box obj cls total targets img_size
    210/299 1.44G 0.01563 0.01271 0 0.02834 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.88it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.854 0.973 0.983 0.788

    Epoch gpu_mem box obj cls total targets img_size
    211/299 1.44G 0.01622 0.01314 0 0.02936 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.59it/s]
    all 42 75 0.879 0.973 0.982 0.786

    Epoch gpu_mem box obj cls total targets img_size
    212/299 1.44G 0.01712 0.01255 0 0.02967 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.902 0.986 0.984 0.782

    Epoch gpu_mem box obj cls total targets img_size
    213/299 1.44G 0.01605 0.0125 0 0.02855 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.29it/s]
    all 42 75 0.937 0.987 0.985 0.793

    Epoch gpu_mem box obj cls total targets img_size
    214/299 1.44G 0.01543 0.01193 0 0.02735 2 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.881 0.987 0.985 0.778

    Epoch gpu_mem box obj cls total targets img_size
    215/299 1.44G 0.01648 0.01182 0 0.0283 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.882 0.987 0.985 0.771

    Epoch gpu_mem box obj cls total targets img_size
    216/299 1.44G 0.01596 0.01186 0 0.02782 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.88it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.864 0.987 0.984 0.787

    Epoch gpu_mem box obj cls total targets img_size
    217/299 1.44G 0.01574 0.01239 0 0.02813 11 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.57it/s]
    all 42 75 0.902 0.96 0.982 0.791

    Epoch gpu_mem box obj cls total targets img_size
    218/299 1.44G 0.01545 0.01259 0 0.02804 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.65it/s]
    all 42 75 0.943 0.973 0.983 0.797

    Epoch gpu_mem box obj cls total targets img_size
    221/299 1.44G 0.01514 0.011 0 0.02614 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.28it/s]
    all 42 75 0.902 0.987 0.985 0.794

    Epoch gpu_mem box obj cls total targets img_size
    222/299 1.44G 0.01563 0.01174 0 0.02738 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.62it/s]
    all 42 75 0.923 0.987 0.986 0.805

    Epoch gpu_mem box obj cls total targets img_size
    223/299 1.44G 0.01495 0.01218 0 0.02713 2 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.64it/s]
    all 42 75 0.87 0.987 0.986 0.808

    Epoch gpu_mem box obj cls total targets img_size
    224/299 1.44G 0.01526 0.01219 0 0.02746 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.89it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.885 0.973 0.981 0.809

    Epoch gpu_mem box obj cls total targets img_size
    225/299 1.44G 0.01559 0.0124 0 0.02799 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.862 0.973 0.981 0.804

    Epoch gpu_mem box obj cls total targets img_size
    229/299 1.44G 0.01642 0.01257 0 0.029 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.88it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.64it/s]
    all 42 75 0.907 0.987 0.985 0.804

    Epoch gpu_mem box obj cls total targets img_size
    230/299 1.44G 0.01426 0.01133 0 0.02559 24 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.62it/s]
    all 42 75 0.903 0.987 0.986 0.809

    Epoch gpu_mem box obj cls total targets img_size
    261/299 1.44G 0.01416 0.01183 0 0.02599 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.89it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.65it/s]
    all 42 75 0.908 0.987 0.986 0.799

    Epoch gpu_mem box obj cls total targets img_size
    262/299 1.44G 0.0138 0.01099 0 0.0248 10 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.60it/s]
    all 42 75 0.91 0.987 0.986 0.802

    Epoch gpu_mem box obj cls total targets img_size
    263/299 1.44G 0.01412 0.01116 0 0.02528 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.62it/s]
    all 42 75 0.902 0.979 0.985 0.802

    Epoch gpu_mem box obj cls total targets img_size
    264/299 1.44G 0.01483 0.0118 0 0.02663 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.52it/s]
    all 42 75 0.915 0.973 0.985 0.803

    Epoch gpu_mem box obj cls total targets img_size
    265/299 1.44G 0.01449 0.01261 0 0.0271 9 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.62it/s]
    all 42 75 0.912 0.987 0.986 0.812

    Epoch gpu_mem box obj cls total targets img_size
    266/299 1.44G 0.01502 0.01092 0 0.02594 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.95it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.908 0.987 0.985 0.806

    Epoch gpu_mem box obj cls total targets img_size
    267/299 1.44G 0.01417 0.01129 0 0.02546 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.88 0.987 0.984 0.802

    Epoch gpu_mem box obj cls total targets img_size
    268/299 1.44G 0.01512 0.01225 0 0.02737 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.95it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.53it/s]
    all 42 75 0.887 0.987 0.984 0.802

    Epoch gpu_mem box obj cls total targets img_size
    269/299 1.44G 0.0147 0.01183 0 0.02653 12 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.59it/s]
    all 42 75 0.909 0.987 0.985 0.785

    Epoch gpu_mem box obj cls total targets img_size
    270/299 1.44G 0.0137 0.01124 0 0.02493 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.65it/s]
    all 42 75 0.905 0.987 0.986 0.792

    Epoch gpu_mem box obj cls total targets img_size
    271/299 1.44G 0.01381 0.01104 0 0.02484 3 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.62it/s]
    all 42 75 0.911 0.987 0.986 0.801

    Epoch gpu_mem box obj cls total targets img_size
    272/299 1.44G 0.01406 0.01037 0 0.02443 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.57it/s]
    all 42 75 0.914 0.987 0.986 0.799

    Epoch gpu_mem box obj cls total targets img_size
    273/299 1.44G 0.01413 0.01051 0 0.02465 1 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.908 0.987 0.985 0.798

    Epoch gpu_mem box obj cls total targets img_size
    274/299 1.44G 0.01394 0.01089 0 0.02482 3 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.65it/s]
    all 42 75 0.933 0.987 0.984 0.801

    Epoch gpu_mem box obj cls total targets img_size
    275/299 1.44G 0.01337 0.01101 0 0.02438 3 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.95it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.943 0.987 0.985 0.811

    Epoch gpu_mem box obj cls total targets img_size
    276/299 1.44G 0.01431 0.01131 0 0.02562 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.56it/s]
    all 42 75 0.932 0.987 0.985 0.801

    Epoch gpu_mem box obj cls total targets img_size
    277/299 1.44G 0.01392 0.0118 0 0.02573 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.96it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.62it/s]
    all 42 75 0.93 0.987 0.986 0.801

    Epoch gpu_mem box obj cls total targets img_size
    278/299 1.44G 0.01407 0.009856 0 0.02393 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.928 0.987 0.986 0.802

    Epoch gpu_mem box obj cls total targets img_size
    279/299 1.44G 0.01412 0.01043 0 0.02454 1 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.933 0.987 0.986 0.808

    Epoch gpu_mem box obj cls total targets img_size
    280/299 1.44G 0.01409 0.01039 0 0.02448 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.97it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.65it/s]
    all 42 75 0.946 0.987 0.986 0.789

    Epoch gpu_mem box obj cls total targets img_size
    281/299 1.44G 0.01392 0.01129 0 0.02521 9 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.956 0.987 0.986 0.806

    Epoch gpu_mem box obj cls total targets img_size
    282/299 1.44G 0.01383 0.01148 0 0.02531 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.962 0.987 0.986 0.803

    Epoch gpu_mem box obj cls total targets img_size
    283/299 1.44G 0.01408 0.01126 0 0.02534 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.94it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.60it/s]
    all 42 75 0.933 0.987 0.986 0.795

    Epoch gpu_mem box obj cls total targets img_size
    284/299 1.44G 0.01393 0.01035 0 0.02428 3 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.929 0.987 0.986 0.782

    Epoch gpu_mem box obj cls total targets img_size
    285/299 1.44G 0.01416 0.01117 0 0.02533 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.95it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.65it/s]
    all 42 75 0.931 0.987 0.985 0.788

    Epoch gpu_mem box obj cls total targets img_size
    286/299 1.44G 0.01442 0.01126 0 0.02568 3 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.31it/s]
    all 42 75 0.946 0.987 0.985 0.792

    Epoch gpu_mem box obj cls total targets img_size
    287/299 1.44G 0.01433 0.01135 0 0.02568 9 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.66it/s]
    all 42 75 0.968 0.987 0.986 0.799

    Epoch gpu_mem box obj cls total targets img_size
    288/299 1.44G 0.01436 0.01021 0 0.02457 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.92it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.932 0.987 0.985 0.8

    Epoch gpu_mem box obj cls total targets img_size
    289/299 1.44G 0.01447 0.01118 0 0.02566 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.64it/s]
    all 42 75 0.944 0.987 0.985 0.811

    Epoch gpu_mem box obj cls total targets img_size
    290/299 1.44G 0.0143 0.01057 0 0.02487 7 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.96it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.928 0.987 0.986 0.792

    Epoch gpu_mem box obj cls total targets img_size
    291/299 1.44G 0.01352 0.009996 0 0.02351 5 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.88it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.943 0.987 0.985 0.809

    Epoch gpu_mem box obj cls total targets img_size
    292/299 1.44G 0.01434 0.01096 0 0.0253 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.29it/s]
    all 42 75 0.937 0.973 0.985 0.806

    Epoch gpu_mem box obj cls total targets img_size
    293/299 1.44G 0.01344 0.01086 0 0.0243 10 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.60it/s]
    all 42 75 0.935 0.987 0.985 0.799

    Epoch gpu_mem box obj cls total targets img_size
    294/299 1.44G 0.01376 0.01033 0 0.0241 3 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.90it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.63it/s]
    all 42 75 0.94 0.987 0.986 0.805

    Epoch gpu_mem box obj cls total targets img_size
    295/299 1.44G 0.0139 0.01178 0 0.02568 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.89it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.61it/s]
    all 42 75 0.94 0.987 0.986 0.804

    Epoch gpu_mem box obj cls total targets img_size
    296/299 1.44G 0.01417 0.01133 0 0.0255 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.91it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.64it/s]
    all 42 75 0.973 0.979 0.986 0.801

    Epoch gpu_mem box obj cls total targets img_size
    297/299 1.44G 0.01448 0.01047 0 0.02496 8 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.64it/s]
    all 42 75 0.954 0.987 0.986 0.799

    Epoch gpu_mem box obj cls total targets img_size
    298/299 1.44G 0.01382 0.01136 0 0.02518 4 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:30<00:00, 1.98it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.66it/s]
    all 42 75 0.94 0.987 0.986 0.788

    Epoch gpu_mem box obj cls total targets img_size
    299/299 1.44G 0.01344 0.01059 0 0.02403 6 640: 100%|████████████████████████████████████████████████████████████████████| 60/60 [00:31<00:00, 1.93it/s]
    Class Images Targets P R mAP@.5 mAP@.5:.95: 100%|████████████████████████████████████████████████████████| 11/11 [00:01<00:00, 6.33it/s]
    all 42 75 0.964 0.987 0.986 0.798
    Optimizer stripped from runs/train/exp8/weights/last.pt, 42.5MB
    Optimizer stripped from runs/train/exp8/weights/best.pt, 42.5MB
    300 epochs completed in 2.839 hours.

    (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$
    (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$
    (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$
    (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$
    (wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$

    显存占有率:

    bim@bim-PowerEdge-R730:~$ 
    bim@bim-PowerEdge-R730:~$ nvidia-smi
    Wed May 18 20:21:20 2022       
    +-----------------------------------------------------------------------------+
    | NVIDIA-SMI 470.103.01   Driver Version: 470.103.01   CUDA Version: 11.4     |
    |-------------------------------+----------------------+----------------------+
    | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
    | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
    |                               |                      |               MIG M. |
    |===============================+======================+======================|
    |   0  Tesla P100-PCIE...  Off  | 00000000:04:00.0 Off |                    0 |
    | N/A   57C    P0    39W / 250W |   2218MiB / 12198MiB |     45%      Default |
    |                               |                      |                  N/A |
    +-------------------------------+----------------------+----------------------+
    |   1  Tesla P100-PCIE...  Off  | 00000000:82:00.0 Off |                    0 |
    | N/A   48C    P0    40W / 250W |   1962MiB / 12198MiB |     68%      Default |
    |                               |                      |                  N/A |
    +-------------------------------+----------------------+----------------------+
                                                                                   
    +-----------------------------------------------------------------------------+
    | Processes:                                                                  |
    |  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
    |        ID   ID                                                   Usage      |
    |=============================================================================|
    |    0   N/A  N/A      1141      G   /usr/lib/xorg/Xorg                  4MiB |
    |    0   N/A  N/A      1880      G   /usr/lib/xorg/Xorg                  4MiB |
    |    0   N/A  N/A     21402      C   python                           2207MiB |
    |    1   N/A  N/A      1141      G   /usr/lib/xorg/Xorg                  4MiB |
    |    1   N/A  N/A      1880      G   /usr/lib/xorg/Xorg                  4MiB |
    |    1   N/A  N/A     21402      C   python                           1951MiB |
    +-----------------------------------------------------------------------------+
    bim@bim-PowerEdge-R730:~$ 
    bim@bim-PowerEdge-R730:~$ 
    bim@bim-PowerEdge-R730:~$ 
    bim@bim-PowerEdge-R730:~$ 
    bim@bim-PowerEdge-R730:~$ 
    bim@bim-PowerEdge-R730:~$ 
    bim@bim-PowerEdge-R730:~$ 
    bim@bim-PowerEdge-R730:~$ 
    bim@bim-PowerEdge-R730:~$ 
    bim@bim-PowerEdge-R730:~$ nvidia-smi
    Wed May 18 20:23:36 2022       
    +-----------------------------------------------------------------------------+
    | NVIDIA-SMI 470.103.01   Driver Version: 470.103.01   CUDA Version: 11.4     |
    |-------------------------------+----------------------+----------------------+
    | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
    | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
    |                               |                      |               MIG M. |
    |===============================+======================+======================|
    |   0  Tesla P100-PCIE...  Off  | 00000000:04:00.0 Off |                    0 |
    | N/A   61C    P0    41W / 250W |   2220MiB / 12198MiB |     62%      Default |
    |                               |                      |                  N/A |
    +-------------------------------+----------------------+----------------------+
    |   1  Tesla P100-PCIE...  Off  | 00000000:82:00.0 Off |                    0 |
    | N/A   51C    P0    42W / 250W |   1962MiB / 12198MiB |     36%      Default |
    |                               |                      |                  N/A |
    +-------------------------------+----------------------+----------------------+
                                                                                   
    +-----------------------------------------------------------------------------+
    | Processes:                                                                  |
    |  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
    |        ID   ID                                                   Usage      |
    |=============================================================================|
    |    0   N/A  N/A      1141      G   /usr/lib/xorg/Xorg                  4MiB |
    |    0   N/A  N/A      1880      G   /usr/lib/xorg/Xorg                  4MiB |
    |    0   N/A  N/A     21402      C   python                           2209MiB |
    |    1   N/A  N/A      1141      G   /usr/lib/xorg/Xorg                  4MiB |
    |    1   N/A  N/A      1880      G   /usr/lib/xorg/Xorg                  4MiB |
    |    1   N/A  N/A     21402      C   python                           1951MiB |
    +-----------------------------------------------------------------------------+
    bim@bim-PowerEdge-R730:~$ 
    bim@bim-PowerEdge-R730:~$ 
    bim@bim-PowerEdge-R730:~$ 

    ########################

  • 相关阅读:
    centos7 & ubuntu14.02安装sublime 3
    flask之flask-restful
    ubuntu14.04安装python3.7.1
    vim中多行注释和多行删除命令
    python3之scrapy安装使用
    python3 之 linux命令实现
    ubuntu14.04安装pyspider
    升级3.4成3.6 ubuntu14.04 和miniconda虚拟环境
    python3 之初学者常犯的5个错误
    python3 之 格式化json
  • 原文地址:https://www.cnblogs.com/herd/p/16286183.html
Copyright © 2020-2023  润新知