Qingyang Zhang

Results 5 comments of Qingyang Zhang

无论是否加载YOLO-small.ckpt,训练出来的模型都无法检测到任何物体。 No matter if I use the pretrained model Yolo-small.ckpt, no thing can be detected with the model I trained by myself.

CLIPTextConfig { "_name_or_path": "openai/clip-vit-large-patch14", "attention_dropout": 0.0, "bos_token_id": 0, "dropout": 0.0, "eos_token_id": 2, "hidden_act": "quick_gelu", "hidden_size": 768, "initializer_factor": 1.0, "initializer_range": 0.02, "intermediate_size": 3072, "layer_norm_eps": 1e-05, "max_position_embeddings": 77, "model_type": "clip_text_model", "num_attention_heads": 12,...