microsoft / unilm

Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
https://aka.ms/GeneralAI
MIT License
20.2k stars 2.55k forks source link

why do you not use mmdet version fp16? #425

Closed miracle-fmh closed 3 years ago

miracle-fmh commented 3 years ago

In "https://github.com/microsoft/unilm/blob/master/beit/semantic_segmentation/configs/beit/upernet/upernet_beit_base_12_512_slide_160k_ade20k_pt2ft.py#L69"

So, why do you not use mmdet version fp16?

addf400 commented 3 years ago

@miracle-fmh We follow the implementation of Swin's repo.

https://github.com/SwinTransformer/Swin-Transformer-Object-Detection/issues/1