Pengcheng Wang

Results 3 issues of Pengcheng Wang

Hi, I am trying to use adaptive learning rates for the training process. Here is my config file: ''' num_classes: 31 label_map: {1: airplane, 2: antelope, 3: bear, 4: bicycle,...

Hi, I am training EfficientDet on a custom dataset. I started with freeze the backbone part. ('var_freeze_expr: '(efficientnet)'' in the hyperparameter file) And after 50 epochs, the mAP has achieved...

Hi, I am currently training EfficientDet on a custom dataset. Due to the change of the available GPU resources, I sometimes would like to adjust the batch size accordingly. For...