parent
1bc4b5ef29
commit
fffa5c54ae
@ -0,0 +1,124 @@
|
||||
[2022/04/18 10:25:05] root INFO:
|
||||
===========================================================
|
||||
== PaddleClas is powered by PaddlePaddle ! ==
|
||||
===========================================================
|
||||
== ==
|
||||
== For more info please go to the following website. ==
|
||||
== ==
|
||||
== https://github.com/PaddlePaddle/PaddleClas ==
|
||||
===========================================================
|
||||
|
||||
[2022/04/18 10:25:05] root INFO: Arch :
|
||||
[2022/04/18 10:25:05] root INFO: class_num : 102
|
||||
[2022/04/18 10:25:05] root INFO: name : ResNet50_vd
|
||||
[2022/04/18 10:25:05] root INFO: DataLoader :
|
||||
[2022/04/18 10:25:05] root INFO: Eval :
|
||||
[2022/04/18 10:25:05] root INFO: dataset :
|
||||
[2022/04/18 10:25:05] root INFO: cls_label_path : ./dataset/flowers102/val_list.txt
|
||||
[2022/04/18 10:25:05] root INFO: image_root : ./dataset/flowers102/
|
||||
[2022/04/18 10:25:05] root INFO: name : ImageNetDataset
|
||||
[2022/04/18 10:25:05] root INFO: transform_ops :
|
||||
[2022/04/18 10:25:05] root INFO: DecodeImage :
|
||||
[2022/04/18 10:25:05] root INFO: channel_first : False
|
||||
[2022/04/18 10:25:05] root INFO: to_rgb : True
|
||||
[2022/04/18 10:25:05] root INFO: ResizeImage :
|
||||
[2022/04/18 10:25:05] root INFO: resize_short : 256
|
||||
[2022/04/18 10:25:05] root INFO: CropImage :
|
||||
[2022/04/18 10:25:05] root INFO: size : 224
|
||||
[2022/04/18 10:25:05] root INFO: NormalizeImage :
|
||||
[2022/04/18 10:25:05] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 10:25:05] root INFO: order :
|
||||
[2022/04/18 10:25:05] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 10:25:05] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 10:25:05] root INFO: loader :
|
||||
[2022/04/18 10:25:05] root INFO: num_workers : 4
|
||||
[2022/04/18 10:25:05] root INFO: use_shared_memory : True
|
||||
[2022/04/18 10:25:05] root INFO: sampler :
|
||||
[2022/04/18 10:25:05] root INFO: batch_size : 64
|
||||
[2022/04/18 10:25:05] root INFO: drop_last : False
|
||||
[2022/04/18 10:25:05] root INFO: name : DistributedBatchSampler
|
||||
[2022/04/18 10:25:05] root INFO: shuffle : False
|
||||
[2022/04/18 10:25:05] root INFO: Train :
|
||||
[2022/04/18 10:25:05] root INFO: dataset :
|
||||
[2022/04/18 10:25:05] root INFO: cls_label_path : ./dataset/flowers102/train_list.txt
|
||||
[2022/04/18 10:25:05] root INFO: image_root : ./dataset/flowers102/
|
||||
[2022/04/18 10:25:05] root INFO: name : ImageNetDataset
|
||||
[2022/04/18 10:25:05] root INFO: transform_ops :
|
||||
[2022/04/18 10:25:05] root INFO: DecodeImage :
|
||||
[2022/04/18 10:25:05] root INFO: channel_first : False
|
||||
[2022/04/18 10:25:05] root INFO: to_rgb : True
|
||||
[2022/04/18 10:25:05] root INFO: RandCropImage :
|
||||
[2022/04/18 10:25:05] root INFO: size : 224
|
||||
[2022/04/18 10:25:05] root INFO: RandFlipImage :
|
||||
[2022/04/18 10:25:05] root INFO: flip_code : 1
|
||||
[2022/04/18 10:25:05] root INFO: NormalizeImage :
|
||||
[2022/04/18 10:25:05] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 10:25:05] root INFO: order :
|
||||
[2022/04/18 10:25:05] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 10:25:05] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 10:25:05] root INFO: loader :
|
||||
[2022/04/18 10:25:05] root INFO: num_workers : 4
|
||||
[2022/04/18 10:25:05] root INFO: use_shared_memory : True
|
||||
[2022/04/18 10:25:05] root INFO: sampler :
|
||||
[2022/04/18 10:25:05] root INFO: batch_size : 32
|
||||
[2022/04/18 10:25:05] root INFO: drop_last : False
|
||||
[2022/04/18 10:25:05] root INFO: name : DistributedBatchSampler
|
||||
[2022/04/18 10:25:05] root INFO: shuffle : True
|
||||
[2022/04/18 10:25:05] root INFO: Global :
|
||||
[2022/04/18 10:25:05] root INFO: checkpoints : None
|
||||
[2022/04/18 10:25:05] root INFO: device : gpu
|
||||
[2022/04/18 10:25:05] root INFO: epochs : 20
|
||||
[2022/04/18 10:25:05] root INFO: eval_during_train : True
|
||||
[2022/04/18 10:25:05] root INFO: eval_interval : 1
|
||||
[2022/04/18 10:25:05] root INFO: image_shape : [3, 224, 224]
|
||||
[2022/04/18 10:25:05] root INFO: output_dir : ./output/
|
||||
[2022/04/18 10:25:05] root INFO: pretrained_model : output/ResNet50_vd/best_model
|
||||
[2022/04/18 10:25:05] root INFO: print_batch_step : 10
|
||||
[2022/04/18 10:25:05] root INFO: save_inference_dir : ./inference
|
||||
[2022/04/18 10:25:05] root INFO: save_interval : 1
|
||||
[2022/04/18 10:25:05] root INFO: use_visualdl : False
|
||||
[2022/04/18 10:25:05] root INFO: Infer :
|
||||
[2022/04/18 10:25:05] root INFO: PostProcess :
|
||||
[2022/04/18 10:25:05] root INFO: class_id_map_file : ./dataset/flowers102/flowers102_label_list.txt
|
||||
[2022/04/18 10:25:05] root INFO: name : Topk
|
||||
[2022/04/18 10:25:05] root INFO: topk : 5
|
||||
[2022/04/18 10:25:05] root INFO: batch_size : 10
|
||||
[2022/04/18 10:25:05] root INFO: infer_imgs : dataset/flowers102/jpg/image_00001.jpg
|
||||
[2022/04/18 10:25:05] root INFO: transforms :
|
||||
[2022/04/18 10:25:05] root INFO: DecodeImage :
|
||||
[2022/04/18 10:25:05] root INFO: channel_first : False
|
||||
[2022/04/18 10:25:05] root INFO: to_rgb : True
|
||||
[2022/04/18 10:25:05] root INFO: ResizeImage :
|
||||
[2022/04/18 10:25:05] root INFO: resize_short : 256
|
||||
[2022/04/18 10:25:05] root INFO: CropImage :
|
||||
[2022/04/18 10:25:05] root INFO: size : 224
|
||||
[2022/04/18 10:25:05] root INFO: NormalizeImage :
|
||||
[2022/04/18 10:25:05] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 10:25:05] root INFO: order :
|
||||
[2022/04/18 10:25:05] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 10:25:05] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 10:25:05] root INFO: ToCHWImage : None
|
||||
[2022/04/18 10:25:05] root INFO: Loss :
|
||||
[2022/04/18 10:25:05] root INFO: Eval :
|
||||
[2022/04/18 10:25:05] root INFO: CELoss :
|
||||
[2022/04/18 10:25:05] root INFO: weight : 1.0
|
||||
[2022/04/18 10:25:05] root INFO: Train :
|
||||
[2022/04/18 10:25:05] root INFO: CELoss :
|
||||
[2022/04/18 10:25:05] root INFO: weight : 1.0
|
||||
[2022/04/18 10:25:05] root INFO: Metric :
|
||||
[2022/04/18 10:25:05] root INFO: Eval :
|
||||
[2022/04/18 10:25:05] root INFO: TopkAcc :
|
||||
[2022/04/18 10:25:05] root INFO: topk : [1, 5]
|
||||
[2022/04/18 10:25:05] root INFO: Train :
|
||||
[2022/04/18 10:25:05] root INFO: TopkAcc :
|
||||
[2022/04/18 10:25:05] root INFO: topk : [1, 5]
|
||||
[2022/04/18 10:25:05] root INFO: Optimizer :
|
||||
[2022/04/18 10:25:05] root INFO: lr :
|
||||
[2022/04/18 10:25:05] root INFO: learning_rate : 0.0125
|
||||
[2022/04/18 10:25:05] root INFO: name : Cosine
|
||||
[2022/04/18 10:25:05] root INFO: warmup_epoch : 5
|
||||
[2022/04/18 10:25:05] root INFO: momentum : 0.9
|
||||
[2022/04/18 10:25:05] root INFO: name : Momentum
|
||||
[2022/04/18 10:25:05] root INFO: regularizer :
|
||||
[2022/04/18 10:25:05] root INFO: coeff : 1e-05
|
||||
[2022/04/18 10:25:05] root INFO: name : L2
|
@ -0,0 +1,380 @@
|
||||
[2022/04/18 10:10:57] root INFO:
|
||||
===========================================================
|
||||
== PaddleClas is powered by PaddlePaddle ! ==
|
||||
===========================================================
|
||||
== ==
|
||||
== For more info please go to the following website. ==
|
||||
== ==
|
||||
== https://github.com/PaddlePaddle/PaddleClas ==
|
||||
===========================================================
|
||||
|
||||
[2022/04/18 10:10:57] root INFO: Arch :
|
||||
[2022/04/18 10:10:57] root INFO: class_num : 102
|
||||
[2022/04/18 10:10:57] root INFO: name : ResNet50_vd
|
||||
[2022/04/18 10:10:57] root INFO: DataLoader :
|
||||
[2022/04/18 10:10:57] root INFO: Eval :
|
||||
[2022/04/18 10:10:57] root INFO: dataset :
|
||||
[2022/04/18 10:10:57] root INFO: cls_label_path : ./dataset/flowers102/val_list.txt
|
||||
[2022/04/18 10:10:57] root INFO: image_root : ./dataset/flowers102/
|
||||
[2022/04/18 10:10:57] root INFO: name : ImageNetDataset
|
||||
[2022/04/18 10:10:57] root INFO: transform_ops :
|
||||
[2022/04/18 10:10:58] root INFO: DecodeImage :
|
||||
[2022/04/18 10:10:58] root INFO: channel_first : False
|
||||
[2022/04/18 10:10:58] root INFO: to_rgb : True
|
||||
[2022/04/18 10:10:58] root INFO: ResizeImage :
|
||||
[2022/04/18 10:10:58] root INFO: resize_short : 256
|
||||
[2022/04/18 10:10:58] root INFO: CropImage :
|
||||
[2022/04/18 10:10:58] root INFO: size : 224
|
||||
[2022/04/18 10:10:58] root INFO: NormalizeImage :
|
||||
[2022/04/18 10:10:58] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 10:10:58] root INFO: order :
|
||||
[2022/04/18 10:10:58] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 10:10:58] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 10:10:58] root INFO: loader :
|
||||
[2022/04/18 10:10:58] root INFO: num_workers : 4
|
||||
[2022/04/18 10:10:58] root INFO: use_shared_memory : True
|
||||
[2022/04/18 10:10:58] root INFO: sampler :
|
||||
[2022/04/18 10:10:58] root INFO: batch_size : 64
|
||||
[2022/04/18 10:10:58] root INFO: drop_last : False
|
||||
[2022/04/18 10:10:58] root INFO: name : DistributedBatchSampler
|
||||
[2022/04/18 10:10:58] root INFO: shuffle : False
|
||||
[2022/04/18 10:10:58] root INFO: Train :
|
||||
[2022/04/18 10:10:58] root INFO: dataset :
|
||||
[2022/04/18 10:10:58] root INFO: cls_label_path : ./dataset/flowers102/train_list.txt
|
||||
[2022/04/18 10:10:58] root INFO: image_root : ./dataset/flowers102/
|
||||
[2022/04/18 10:10:58] root INFO: name : ImageNetDataset
|
||||
[2022/04/18 10:10:58] root INFO: transform_ops :
|
||||
[2022/04/18 10:10:58] root INFO: DecodeImage :
|
||||
[2022/04/18 10:10:58] root INFO: channel_first : False
|
||||
[2022/04/18 10:10:58] root INFO: to_rgb : True
|
||||
[2022/04/18 10:10:58] root INFO: RandCropImage :
|
||||
[2022/04/18 10:10:58] root INFO: size : 224
|
||||
[2022/04/18 10:10:58] root INFO: RandFlipImage :
|
||||
[2022/04/18 10:10:58] root INFO: flip_code : 1
|
||||
[2022/04/18 10:10:58] root INFO: NormalizeImage :
|
||||
[2022/04/18 10:10:58] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 10:10:58] root INFO: order :
|
||||
[2022/04/18 10:10:58] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 10:10:58] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 10:10:58] root INFO: loader :
|
||||
[2022/04/18 10:10:58] root INFO: num_workers : 4
|
||||
[2022/04/18 10:10:58] root INFO: use_shared_memory : True
|
||||
[2022/04/18 10:10:58] root INFO: sampler :
|
||||
[2022/04/18 10:10:58] root INFO: batch_size : 32
|
||||
[2022/04/18 10:10:58] root INFO: drop_last : False
|
||||
[2022/04/18 10:10:58] root INFO: name : DistributedBatchSampler
|
||||
[2022/04/18 10:10:58] root INFO: shuffle : True
|
||||
[2022/04/18 10:10:58] root INFO: Global :
|
||||
[2022/04/18 10:10:58] root INFO: checkpoints : None
|
||||
[2022/04/18 10:10:58] root INFO: device : gpu
|
||||
[2022/04/18 10:10:58] root INFO: epochs : 20
|
||||
[2022/04/18 10:10:58] root INFO: eval_during_train : True
|
||||
[2022/04/18 10:10:58] root INFO: eval_interval : 1
|
||||
[2022/04/18 10:10:58] root INFO: image_shape : [3, 224, 224]
|
||||
[2022/04/18 10:10:58] root INFO: output_dir : ./output/
|
||||
[2022/04/18 10:10:58] root INFO: pretrained_model : None
|
||||
[2022/04/18 10:10:58] root INFO: print_batch_step : 10
|
||||
[2022/04/18 10:10:58] root INFO: save_inference_dir : ./inference
|
||||
[2022/04/18 10:10:58] root INFO: save_interval : 1
|
||||
[2022/04/18 10:10:58] root INFO: use_visualdl : False
|
||||
[2022/04/18 10:10:58] root INFO: Infer :
|
||||
[2022/04/18 10:10:58] root INFO: PostProcess :
|
||||
[2022/04/18 10:10:58] root INFO: class_id_map_file : ./dataset/flowers102/flowers102_label_list.txt
|
||||
[2022/04/18 10:10:58] root INFO: name : Topk
|
||||
[2022/04/18 10:10:58] root INFO: topk : 5
|
||||
[2022/04/18 10:10:58] root INFO: batch_size : 10
|
||||
[2022/04/18 10:10:58] root INFO: infer_imgs : docs/images/inference_deployment/whl_demo.jpg
|
||||
[2022/04/18 10:10:58] root INFO: transforms :
|
||||
[2022/04/18 10:10:58] root INFO: DecodeImage :
|
||||
[2022/04/18 10:10:58] root INFO: channel_first : False
|
||||
[2022/04/18 10:10:58] root INFO: to_rgb : True
|
||||
[2022/04/18 10:10:58] root INFO: ResizeImage :
|
||||
[2022/04/18 10:10:58] root INFO: resize_short : 256
|
||||
[2022/04/18 10:10:58] root INFO: CropImage :
|
||||
[2022/04/18 10:10:58] root INFO: size : 224
|
||||
[2022/04/18 10:10:58] root INFO: NormalizeImage :
|
||||
[2022/04/18 10:10:58] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 10:10:58] root INFO: order :
|
||||
[2022/04/18 10:10:58] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 10:10:58] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 10:10:58] root INFO: ToCHWImage : None
|
||||
[2022/04/18 10:10:58] root INFO: Loss :
|
||||
[2022/04/18 10:10:58] root INFO: Eval :
|
||||
[2022/04/18 10:10:58] root INFO: CELoss :
|
||||
[2022/04/18 10:10:58] root INFO: weight : 1.0
|
||||
[2022/04/18 10:10:58] root INFO: Train :
|
||||
[2022/04/18 10:10:58] root INFO: CELoss :
|
||||
[2022/04/18 10:10:58] root INFO: weight : 1.0
|
||||
[2022/04/18 10:10:58] root INFO: Metric :
|
||||
[2022/04/18 10:10:58] root INFO: Eval :
|
||||
[2022/04/18 10:10:58] root INFO: TopkAcc :
|
||||
[2022/04/18 10:10:58] root INFO: topk : [1, 5]
|
||||
[2022/04/18 10:10:58] root INFO: Train :
|
||||
[2022/04/18 10:10:58] root INFO: TopkAcc :
|
||||
[2022/04/18 10:10:58] root INFO: topk : [1, 5]
|
||||
[2022/04/18 10:10:58] root INFO: Optimizer :
|
||||
[2022/04/18 10:10:58] root INFO: lr :
|
||||
[2022/04/18 10:10:58] root INFO: learning_rate : 0.0125
|
||||
[2022/04/18 10:10:58] root INFO: name : Cosine
|
||||
[2022/04/18 10:10:58] root INFO: warmup_epoch : 5
|
||||
[2022/04/18 10:10:58] root INFO: momentum : 0.9
|
||||
[2022/04/18 10:10:58] root INFO: name : Momentum
|
||||
[2022/04/18 10:10:58] root INFO: regularizer :
|
||||
[2022/04/18 10:10:58] root INFO: coeff : 1e-05
|
||||
[2022/04/18 10:10:58] root INFO: name : L2
|
||||
[2022/04/18 10:10:58] root INFO: profiler_options : None
|
||||
[2022/04/18 10:11:26] root INFO:
|
||||
===========================================================
|
||||
== PaddleClas is powered by PaddlePaddle ! ==
|
||||
===========================================================
|
||||
== ==
|
||||
== For more info please go to the following website. ==
|
||||
== ==
|
||||
== https://github.com/PaddlePaddle/PaddleClas ==
|
||||
===========================================================
|
||||
|
||||
[2022/04/18 10:11:26] root INFO: Arch :
|
||||
[2022/04/18 10:11:26] root INFO: class_num : 102
|
||||
[2022/04/18 10:11:26] root INFO: name : ResNet50_vd
|
||||
[2022/04/18 10:11:26] root INFO: pretrained : True
|
||||
[2022/04/18 10:11:26] root INFO: DataLoader :
|
||||
[2022/04/18 10:11:26] root INFO: Eval :
|
||||
[2022/04/18 10:11:26] root INFO: dataset :
|
||||
[2022/04/18 10:11:26] root INFO: cls_label_path : ./dataset/flowers102/val_list.txt
|
||||
[2022/04/18 10:11:26] root INFO: image_root : ./dataset/flowers102/
|
||||
[2022/04/18 10:11:26] root INFO: name : ImageNetDataset
|
||||
[2022/04/18 10:11:26] root INFO: transform_ops :
|
||||
[2022/04/18 10:11:26] root INFO: DecodeImage :
|
||||
[2022/04/18 10:11:26] root INFO: channel_first : False
|
||||
[2022/04/18 10:11:26] root INFO: to_rgb : True
|
||||
[2022/04/18 10:11:26] root INFO: ResizeImage :
|
||||
[2022/04/18 10:11:26] root INFO: resize_short : 256
|
||||
[2022/04/18 10:11:26] root INFO: CropImage :
|
||||
[2022/04/18 10:11:26] root INFO: size : 224
|
||||
[2022/04/18 10:11:26] root INFO: NormalizeImage :
|
||||
[2022/04/18 10:11:26] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 10:11:26] root INFO: order :
|
||||
[2022/04/18 10:11:26] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 10:11:26] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 10:11:26] root INFO: loader :
|
||||
[2022/04/18 10:11:26] root INFO: num_workers : 4
|
||||
[2022/04/18 10:11:26] root INFO: use_shared_memory : True
|
||||
[2022/04/18 10:11:26] root INFO: sampler :
|
||||
[2022/04/18 10:11:26] root INFO: batch_size : 64
|
||||
[2022/04/18 10:11:26] root INFO: drop_last : False
|
||||
[2022/04/18 10:11:26] root INFO: name : DistributedBatchSampler
|
||||
[2022/04/18 10:11:26] root INFO: shuffle : False
|
||||
[2022/04/18 10:11:26] root INFO: Train :
|
||||
[2022/04/18 10:11:26] root INFO: dataset :
|
||||
[2022/04/18 10:11:26] root INFO: cls_label_path : ./dataset/flowers102/train_list.txt
|
||||
[2022/04/18 10:11:26] root INFO: image_root : ./dataset/flowers102/
|
||||
[2022/04/18 10:11:26] root INFO: name : ImageNetDataset
|
||||
[2022/04/18 10:11:26] root INFO: transform_ops :
|
||||
[2022/04/18 10:11:26] root INFO: DecodeImage :
|
||||
[2022/04/18 10:11:26] root INFO: channel_first : False
|
||||
[2022/04/18 10:11:26] root INFO: to_rgb : True
|
||||
[2022/04/18 10:11:26] root INFO: RandCropImage :
|
||||
[2022/04/18 10:11:26] root INFO: size : 224
|
||||
[2022/04/18 10:11:26] root INFO: RandFlipImage :
|
||||
[2022/04/18 10:11:26] root INFO: flip_code : 1
|
||||
[2022/04/18 10:11:26] root INFO: NormalizeImage :
|
||||
[2022/04/18 10:11:26] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 10:11:26] root INFO: order :
|
||||
[2022/04/18 10:11:26] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 10:11:26] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 10:11:26] root INFO: loader :
|
||||
[2022/04/18 10:11:26] root INFO: num_workers : 4
|
||||
[2022/04/18 10:11:26] root INFO: use_shared_memory : True
|
||||
[2022/04/18 10:11:26] root INFO: sampler :
|
||||
[2022/04/18 10:11:26] root INFO: batch_size : 32
|
||||
[2022/04/18 10:11:26] root INFO: drop_last : False
|
||||
[2022/04/18 10:11:26] root INFO: name : DistributedBatchSampler
|
||||
[2022/04/18 10:11:26] root INFO: shuffle : True
|
||||
[2022/04/18 10:11:26] root INFO: Global :
|
||||
[2022/04/18 10:11:26] root INFO: checkpoints : None
|
||||
[2022/04/18 10:11:26] root INFO: device : gpu
|
||||
[2022/04/18 10:11:26] root INFO: epochs : 20
|
||||
[2022/04/18 10:11:26] root INFO: eval_during_train : True
|
||||
[2022/04/18 10:11:26] root INFO: eval_interval : 1
|
||||
[2022/04/18 10:11:26] root INFO: image_shape : [3, 224, 224]
|
||||
[2022/04/18 10:11:26] root INFO: output_dir : ./output/
|
||||
[2022/04/18 10:11:26] root INFO: pretrained_model : None
|
||||
[2022/04/18 10:11:26] root INFO: print_batch_step : 10
|
||||
[2022/04/18 10:11:26] root INFO: save_inference_dir : ./inference
|
||||
[2022/04/18 10:11:26] root INFO: save_interval : 1
|
||||
[2022/04/18 10:11:26] root INFO: use_visualdl : False
|
||||
[2022/04/18 10:11:26] root INFO: Infer :
|
||||
[2022/04/18 10:11:26] root INFO: PostProcess :
|
||||
[2022/04/18 10:11:26] root INFO: class_id_map_file : ./dataset/flowers102/flowers102_label_list.txt
|
||||
[2022/04/18 10:11:26] root INFO: name : Topk
|
||||
[2022/04/18 10:11:26] root INFO: topk : 5
|
||||
[2022/04/18 10:11:26] root INFO: batch_size : 10
|
||||
[2022/04/18 10:11:26] root INFO: infer_imgs : docs/images/inference_deployment/whl_demo.jpg
|
||||
[2022/04/18 10:11:26] root INFO: transforms :
|
||||
[2022/04/18 10:11:26] root INFO: DecodeImage :
|
||||
[2022/04/18 10:11:26] root INFO: channel_first : False
|
||||
[2022/04/18 10:11:26] root INFO: to_rgb : True
|
||||
[2022/04/18 10:11:26] root INFO: ResizeImage :
|
||||
[2022/04/18 10:11:26] root INFO: resize_short : 256
|
||||
[2022/04/18 10:11:26] root INFO: CropImage :
|
||||
[2022/04/18 10:11:26] root INFO: size : 224
|
||||
[2022/04/18 10:11:26] root INFO: NormalizeImage :
|
||||
[2022/04/18 10:11:26] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 10:11:26] root INFO: order :
|
||||
[2022/04/18 10:11:26] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 10:11:26] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 10:11:26] root INFO: ToCHWImage : None
|
||||
[2022/04/18 10:11:26] root INFO: Loss :
|
||||
[2022/04/18 10:11:26] root INFO: Eval :
|
||||
[2022/04/18 10:11:26] root INFO: CELoss :
|
||||
[2022/04/18 10:11:26] root INFO: weight : 1.0
|
||||
[2022/04/18 10:11:26] root INFO: Train :
|
||||
[2022/04/18 10:11:26] root INFO: CELoss :
|
||||
[2022/04/18 10:11:26] root INFO: weight : 1.0
|
||||
[2022/04/18 10:11:26] root INFO: Metric :
|
||||
[2022/04/18 10:11:26] root INFO: Eval :
|
||||
[2022/04/18 10:11:26] root INFO: TopkAcc :
|
||||
[2022/04/18 10:11:26] root INFO: topk : [1, 5]
|
||||
[2022/04/18 10:11:26] root INFO: Train :
|
||||
[2022/04/18 10:11:26] root INFO: TopkAcc :
|
||||
[2022/04/18 10:11:26] root INFO: topk : [1, 5]
|
||||
[2022/04/18 10:11:26] root INFO: Optimizer :
|
||||
[2022/04/18 10:11:26] root INFO: lr :
|
||||
[2022/04/18 10:11:26] root INFO: learning_rate : 0.0125
|
||||
[2022/04/18 10:11:26] root INFO: name : Cosine
|
||||
[2022/04/18 10:11:26] root INFO: warmup_epoch : 5
|
||||
[2022/04/18 10:11:26] root INFO: momentum : 0.9
|
||||
[2022/04/18 10:11:26] root INFO: name : Momentum
|
||||
[2022/04/18 10:11:26] root INFO: regularizer :
|
||||
[2022/04/18 10:11:26] root INFO: coeff : 1e-05
|
||||
[2022/04/18 10:11:26] root INFO: name : L2
|
||||
[2022/04/18 10:11:26] root INFO: profiler_options : None
|
||||
[2022/04/18 14:59:29] root INFO:
|
||||
===========================================================
|
||||
== PaddleClas is powered by PaddlePaddle ! ==
|
||||
===========================================================
|
||||
== ==
|
||||
== For more info please go to the following website. ==
|
||||
== ==
|
||||
== https://github.com/PaddlePaddle/PaddleClas ==
|
||||
===========================================================
|
||||
|
||||
[2022/04/18 14:59:29] root INFO: Arch :
|
||||
[2022/04/18 14:59:29] root INFO: class_num : 100
|
||||
[2022/04/18 14:59:29] root INFO: name : ResNet50_vd
|
||||
[2022/04/18 14:59:29] root INFO: DataLoader :
|
||||
[2022/04/18 14:59:29] root INFO: Eval :
|
||||
[2022/04/18 14:59:29] root INFO: dataset :
|
||||
[2022/04/18 14:59:29] root INFO: cls_label_path : ./dataset/CIFAR100/test_list.txt
|
||||
[2022/04/18 14:59:29] root INFO: image_root : ./dataset/CIFAR100/
|
||||
[2022/04/18 14:59:29] root INFO: name : ImageNetDataset
|
||||
[2022/04/18 14:59:29] root INFO: transform_ops :
|
||||
[2022/04/18 14:59:29] root INFO: DecodeImage :
|
||||
[2022/04/18 14:59:29] root INFO: channel_first : False
|
||||
[2022/04/18 14:59:29] root INFO: to_rgb : True
|
||||
[2022/04/18 14:59:29] root INFO: ResizeImage :
|
||||
[2022/04/18 14:59:29] root INFO: resize_short : 36
|
||||
[2022/04/18 14:59:29] root INFO: CropImage :
|
||||
[2022/04/18 14:59:29] root INFO: size : 32
|
||||
[2022/04/18 14:59:29] root INFO: NormalizeImage :
|
||||
[2022/04/18 14:59:29] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 14:59:29] root INFO: order :
|
||||
[2022/04/18 14:59:29] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 14:59:29] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 14:59:29] root INFO: loader :
|
||||
[2022/04/18 14:59:29] root INFO: num_workers : 4
|
||||
[2022/04/18 14:59:29] root INFO: use_shared_memory : True
|
||||
[2022/04/18 14:59:29] root INFO: sampler :
|
||||
[2022/04/18 14:59:29] root INFO: batch_size : 64
|
||||
[2022/04/18 14:59:29] root INFO: drop_last : False
|
||||
[2022/04/18 14:59:29] root INFO: name : DistributedBatchSampler
|
||||
[2022/04/18 14:59:29] root INFO: shuffle : False
|
||||
[2022/04/18 14:59:29] root INFO: Train :
|
||||
[2022/04/18 14:59:29] root INFO: dataset :
|
||||
[2022/04/18 14:59:29] root INFO: cls_label_path : ./dataset/CIFAR100/train_list.txt
|
||||
[2022/04/18 14:59:29] root INFO: image_root : ./dataset/CIFAR100/
|
||||
[2022/04/18 14:59:29] root INFO: name : ImageNetDataset
|
||||
[2022/04/18 14:59:29] root INFO: transform_ops :
|
||||
[2022/04/18 14:59:29] root INFO: DecodeImage :
|
||||
[2022/04/18 14:59:29] root INFO: channel_first : False
|
||||
[2022/04/18 14:59:29] root INFO: to_rgb : True
|
||||
[2022/04/18 14:59:29] root INFO: RandCropImage :
|
||||
[2022/04/18 14:59:29] root INFO: size : 32
|
||||
[2022/04/18 14:59:29] root INFO: RandFlipImage :
|
||||
[2022/04/18 14:59:29] root INFO: flip_code : 1
|
||||
[2022/04/18 14:59:29] root INFO: NormalizeImage :
|
||||
[2022/04/18 14:59:29] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 14:59:29] root INFO: order :
|
||||
[2022/04/18 14:59:29] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 14:59:29] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 14:59:29] root INFO: loader :
|
||||
[2022/04/18 14:59:29] root INFO: num_workers : 4
|
||||
[2022/04/18 14:59:29] root INFO: use_shared_memory : True
|
||||
[2022/04/18 14:59:29] root INFO: sampler :
|
||||
[2022/04/18 14:59:29] root INFO: batch_size : 64
|
||||
[2022/04/18 14:59:29] root INFO: drop_last : False
|
||||
[2022/04/18 14:59:29] root INFO: name : DistributedBatchSampler
|
||||
[2022/04/18 14:59:29] root INFO: shuffle : True
|
||||
[2022/04/18 14:59:29] root INFO: Global :
|
||||
[2022/04/18 14:59:29] root INFO: checkpoints : None
|
||||
[2022/04/18 14:59:29] root INFO: device : cpu
|
||||
[2022/04/18 14:59:29] root INFO: epochs : 100
|
||||
[2022/04/18 14:59:29] root INFO: eval_during_train : True
|
||||
[2022/04/18 14:59:29] root INFO: eval_interval : 1
|
||||
[2022/04/18 14:59:29] root INFO: image_shape : [3, 32, 32]
|
||||
[2022/04/18 14:59:29] root INFO: output_dir : ./output/
|
||||
[2022/04/18 14:59:29] root INFO: pretrained_model : None
|
||||
[2022/04/18 14:59:29] root INFO: print_batch_step : 10
|
||||
[2022/04/18 14:59:29] root INFO: save_inference_dir : ./inference
|
||||
[2022/04/18 14:59:29] root INFO: save_interval : 1
|
||||
[2022/04/18 14:59:29] root INFO: use_visualdl : False
|
||||
[2022/04/18 14:59:29] root INFO: Infer :
|
||||
[2022/04/18 14:59:29] root INFO: PostProcess :
|
||||
[2022/04/18 14:59:29] root INFO: name : Topk
|
||||
[2022/04/18 14:59:29] root INFO: topk : 5
|
||||
[2022/04/18 14:59:29] root INFO: batch_size : 10
|
||||
[2022/04/18 14:59:29] root INFO: infer_imgs : docs/images/inference_deployment/whl_demo.jpg
|
||||
[2022/04/18 14:59:29] root INFO: transforms :
|
||||
[2022/04/18 14:59:29] root INFO: DecodeImage :
|
||||
[2022/04/18 14:59:29] root INFO: channel_first : False
|
||||
[2022/04/18 14:59:29] root INFO: to_rgb : True
|
||||
[2022/04/18 14:59:29] root INFO: ResizeImage :
|
||||
[2022/04/18 14:59:29] root INFO: resize_short : 36
|
||||
[2022/04/18 14:59:29] root INFO: CropImage :
|
||||
[2022/04/18 14:59:29] root INFO: size : 32
|
||||
[2022/04/18 14:59:29] root INFO: NormalizeImage :
|
||||
[2022/04/18 14:59:29] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 14:59:29] root INFO: order :
|
||||
[2022/04/18 14:59:29] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 14:59:29] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 14:59:29] root INFO: ToCHWImage : None
|
||||
[2022/04/18 14:59:29] root INFO: Loss :
|
||||
[2022/04/18 14:59:29] root INFO: Eval :
|
||||
[2022/04/18 14:59:29] root INFO: CELoss :
|
||||
[2022/04/18 14:59:29] root INFO: weight : 1.0
|
||||
[2022/04/18 14:59:29] root INFO: Train :
|
||||
[2022/04/18 14:59:29] root INFO: CELoss :
|
||||
[2022/04/18 14:59:29] root INFO: weight : 1.0
|
||||
[2022/04/18 14:59:29] root INFO: Metric :
|
||||
[2022/04/18 14:59:29] root INFO: Eval :
|
||||
[2022/04/18 14:59:29] root INFO: TopkAcc :
|
||||
[2022/04/18 14:59:29] root INFO: topk : [1, 5]
|
||||
[2022/04/18 14:59:29] root INFO: Train :
|
||||
[2022/04/18 14:59:29] root INFO: TopkAcc :
|
||||
[2022/04/18 14:59:29] root INFO: topk : [1, 5]
|
||||
[2022/04/18 14:59:29] root INFO: Optimizer :
|
||||
[2022/04/18 14:59:29] root INFO: lr :
|
||||
[2022/04/18 14:59:29] root INFO: learning_rate : 0.04
|
||||
[2022/04/18 14:59:29] root INFO: name : Cosine
|
||||
[2022/04/18 14:59:29] root INFO: momentum : 0.9
|
||||
[2022/04/18 14:59:29] root INFO: name : Momentum
|
||||
[2022/04/18 14:59:29] root INFO: regularizer :
|
||||
[2022/04/18 14:59:29] root INFO: coeff : 0.0001
|
||||
[2022/04/18 14:59:29] root INFO: name : L2
|
||||
[2022/04/18 14:59:29] root INFO: output_dir : output_CIFAR
|
||||
[2022/04/18 14:59:29] root INFO: profiler_options : None
|
||||
[2022/04/18 14:59:29] root INFO: train with paddle 2.2.2 and device CPUPlace
|
||||
[2022/04/18 14:59:42] root WARNING: The training strategy in config files provided by PaddleClas is based on 4 gpus. But the number of gpus is 1 in current training. Please modify the stategy (learning rate, batch size and so on) if use config files in PaddleClas to train.
|
||||
[2022/04/18 14:59:45] root INFO: [Train][Epoch 1/100][Iter: 0/782]lr: 0.04000, top1: 0.00000, top5: 0.00000, CELoss: 5.06183, loss: 5.06183, batch_cost: 3.24200s, reader_cost: 0.06900, ips: 19.74091 images/sec, eta: 2 days, 22:25:24
|
||||
[2022/04/18 15:00:17] root INFO: [Train][Epoch 1/100][Iter: 10/782]lr: 0.04000, top1: 0.00568, top5: 0.04261, CELoss: 8.25212, loss: 8.25212, batch_cost: 3.30698s, reader_cost: 0.00026, ips: 19.35302 images/sec, eta: 2 days, 23:49:32
|
||||
[2022/04/18 15:00:50] root INFO: [Train][Epoch 1/100][Iter: 20/782]lr: 0.04000, top1: 0.00818, top5: 0.04539, CELoss: 8.45065, loss: 8.45065, batch_cost: 3.28671s, reader_cost: 0.00010, ips: 19.47239 images/sec, eta: 2 days, 23:22:34
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,125 @@
|
||||
[2022/04/18 10:43:55] root INFO:
|
||||
===========================================================
|
||||
== PaddleClas is powered by PaddlePaddle ! ==
|
||||
===========================================================
|
||||
== ==
|
||||
== For more info please go to the following website. ==
|
||||
== ==
|
||||
== https://github.com/PaddlePaddle/PaddleClas ==
|
||||
===========================================================
|
||||
|
||||
[2022/04/18 10:43:55] root INFO: Arch :
|
||||
[2022/04/18 10:43:55] root INFO: class_num : 102
|
||||
[2022/04/18 10:43:55] root INFO: name : ShuffleNetV2_x0_25
|
||||
[2022/04/18 10:43:55] root INFO: DataLoader :
|
||||
[2022/04/18 10:43:55] root INFO: Eval :
|
||||
[2022/04/18 10:43:55] root INFO: dataset :
|
||||
[2022/04/18 10:43:55] root INFO: cls_label_path : ./dataset/flowers102/val_list.txt
|
||||
[2022/04/18 10:43:55] root INFO: image_root : ./dataset/flowers102/
|
||||
[2022/04/18 10:43:55] root INFO: name : ImageNetDataset
|
||||
[2022/04/18 10:43:55] root INFO: transform_ops :
|
||||
[2022/04/18 10:43:55] root INFO: DecodeImage :
|
||||
[2022/04/18 10:43:55] root INFO: channel_first : False
|
||||
[2022/04/18 10:43:55] root INFO: to_rgb : True
|
||||
[2022/04/18 10:43:55] root INFO: ResizeImage :
|
||||
[2022/04/18 10:43:55] root INFO: resize_short : 256
|
||||
[2022/04/18 10:43:55] root INFO: CropImage :
|
||||
[2022/04/18 10:43:55] root INFO: size : 224
|
||||
[2022/04/18 10:43:55] root INFO: NormalizeImage :
|
||||
[2022/04/18 10:43:55] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 10:43:55] root INFO: order :
|
||||
[2022/04/18 10:43:55] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 10:43:55] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 10:43:55] root INFO: loader :
|
||||
[2022/04/18 10:43:55] root INFO: num_workers : 4
|
||||
[2022/04/18 10:43:55] root INFO: use_shared_memory : True
|
||||
[2022/04/18 10:43:55] root INFO: sampler :
|
||||
[2022/04/18 10:43:55] root INFO: batch_size : 64
|
||||
[2022/04/18 10:43:55] root INFO: drop_last : False
|
||||
[2022/04/18 10:43:55] root INFO: name : DistributedBatchSampler
|
||||
[2022/04/18 10:43:55] root INFO: shuffle : False
|
||||
[2022/04/18 10:43:55] root INFO: Train :
|
||||
[2022/04/18 10:43:55] root INFO: dataset :
|
||||
[2022/04/18 10:43:55] root INFO: cls_label_path : ./dataset/flowers102/train_list.txt
|
||||
[2022/04/18 10:43:55] root INFO: image_root : ./dataset/flowers102/
|
||||
[2022/04/18 10:43:55] root INFO: name : ImageNetDataset
|
||||
[2022/04/18 10:43:55] root INFO: transform_ops :
|
||||
[2022/04/18 10:43:55] root INFO: DecodeImage :
|
||||
[2022/04/18 10:43:55] root INFO: channel_first : False
|
||||
[2022/04/18 10:43:55] root INFO: to_rgb : True
|
||||
[2022/04/18 10:43:55] root INFO: RandCropImage :
|
||||
[2022/04/18 10:43:55] root INFO: size : 224
|
||||
[2022/04/18 10:43:55] root INFO: RandFlipImage :
|
||||
[2022/04/18 10:43:55] root INFO: flip_code : 1
|
||||
[2022/04/18 10:43:55] root INFO: NormalizeImage :
|
||||
[2022/04/18 10:43:55] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 10:43:55] root INFO: order :
|
||||
[2022/04/18 10:43:55] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 10:43:55] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 10:43:55] root INFO: loader :
|
||||
[2022/04/18 10:43:55] root INFO: num_workers : 4
|
||||
[2022/04/18 10:43:55] root INFO: use_shared_memory : True
|
||||
[2022/04/18 10:43:55] root INFO: sampler :
|
||||
[2022/04/18 10:43:55] root INFO: batch_size : 256
|
||||
[2022/04/18 10:43:55] root INFO: drop_last : False
|
||||
[2022/04/18 10:43:55] root INFO: name : DistributedBatchSampler
|
||||
[2022/04/18 10:43:55] root INFO: shuffle : True
|
||||
[2022/04/18 10:43:55] root INFO: Global :
|
||||
[2022/04/18 10:43:55] root INFO: checkpoints : None
|
||||
[2022/04/18 10:43:55] root INFO: device : cpu
|
||||
[2022/04/18 10:43:55] root INFO: epochs : 20
|
||||
[2022/04/18 10:43:55] root INFO: eval_during_train : True
|
||||
[2022/04/18 10:43:55] root INFO: eval_interval : 1
|
||||
[2022/04/18 10:43:55] root INFO: image_shape : [3, 224, 224]
|
||||
[2022/04/18 10:43:55] root INFO: output_dir : ./output/
|
||||
[2022/04/18 10:43:55] root INFO: pretrained_model : output/ShuffleNetV2_x0_25/best_model
|
||||
[2022/04/18 10:43:55] root INFO: print_batch_step : 10
|
||||
[2022/04/18 10:43:55] root INFO: save_inference_dir : ./inference
|
||||
[2022/04/18 10:43:55] root INFO: save_interval : 1
|
||||
[2022/04/18 10:43:55] root INFO: use_visualdl : False
|
||||
[2022/04/18 10:43:55] root INFO: Infer :
|
||||
[2022/04/18 10:43:55] root INFO: PostProcess :
|
||||
[2022/04/18 10:43:55] root INFO: class_id_map_file : ./dataset/flowers102/flowers102_label_list.txt
|
||||
[2022/04/18 10:43:55] root INFO: name : Topk
|
||||
[2022/04/18 10:43:55] root INFO: topk : 5
|
||||
[2022/04/18 10:43:55] root INFO: batch_size : 10
|
||||
[2022/04/18 10:43:55] root INFO: infer_imgs : dataset/flowers102/jpg/image_00001.jpg
|
||||
[2022/04/18 10:43:55] root INFO: transforms :
|
||||
[2022/04/18 10:43:55] root INFO: DecodeImage :
|
||||
[2022/04/18 10:43:55] root INFO: channel_first : False
|
||||
[2022/04/18 10:43:55] root INFO: to_rgb : True
|
||||
[2022/04/18 10:43:55] root INFO: ResizeImage :
|
||||
[2022/04/18 10:43:55] root INFO: resize_short : 256
|
||||
[2022/04/18 10:43:55] root INFO: CropImage :
|
||||
[2022/04/18 10:43:55] root INFO: size : 224
|
||||
[2022/04/18 10:43:55] root INFO: NormalizeImage :
|
||||
[2022/04/18 10:43:55] root INFO: mean : [0.485, 0.456, 0.406]
|
||||
[2022/04/18 10:43:55] root INFO: order :
|
||||
[2022/04/18 10:43:55] root INFO: scale : 1.0/255.0
|
||||
[2022/04/18 10:43:55] root INFO: std : [0.229, 0.224, 0.225]
|
||||
[2022/04/18 10:43:55] root INFO: ToCHWImage : None
|
||||
[2022/04/18 10:43:55] root INFO: Loss :
|
||||
[2022/04/18 10:43:55] root INFO: Eval :
|
||||
[2022/04/18 10:43:55] root INFO: CELoss :
|
||||
[2022/04/18 10:43:55] root INFO: weight : 1.0
|
||||
[2022/04/18 10:43:55] root INFO: Train :
|
||||
[2022/04/18 10:43:55] root INFO: CELoss :
|
||||
[2022/04/18 10:43:55] root INFO: weight : 1.0
|
||||
[2022/04/18 10:43:55] root INFO: Metric :
|
||||
[2022/04/18 10:43:55] root INFO: Eval :
|
||||
[2022/04/18 10:43:55] root INFO: TopkAcc :
|
||||
[2022/04/18 10:43:55] root INFO: topk : [1, 5]
|
||||
[2022/04/18 10:43:55] root INFO: Train :
|
||||
[2022/04/18 10:43:55] root INFO: TopkAcc :
|
||||
[2022/04/18 10:43:55] root INFO: topk : [1, 5]
|
||||
[2022/04/18 10:43:55] root INFO: Optimizer :
|
||||
[2022/04/18 10:43:55] root INFO: lr :
|
||||
[2022/04/18 10:43:55] root INFO: learning_rate : 0.0125
|
||||
[2022/04/18 10:43:55] root INFO: name : Cosine
|
||||
[2022/04/18 10:43:55] root INFO: warmup_epoch : 5
|
||||
[2022/04/18 10:43:55] root INFO: momentum : 0.9
|
||||
[2022/04/18 10:43:55] root INFO: name : Momentum
|
||||
[2022/04/18 10:43:55] root INFO: regularizer :
|
||||
[2022/04/18 10:43:55] root INFO: coeff : 1e-05
|
||||
[2022/04/18 10:43:55] root INFO: name : L2
|
||||
[2022/04/18 10:43:55] root INFO: train with paddle 2.2.2 and device CPUPlace
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue