lyuwenyu / RT-DETR

[CVPR 2024] Official RT-DETR (RTDETR paddle pytorch), Real-Time DEtection TRansformer, DETRs Beat YOLOs on Real-time Object Detection. 🔥 🔥 🔥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RT-DETR training logs

lyuwenyu opened this issue · comments

请问,在训练时这种log文件要怎么保存?

请问,在训练时这种log文件要怎么保存?

  1. 启动时候fleetrun --log_dir 指定目录,在目录里有 workerlog.0
  2. 通过重定向方式, &> xxxx.log 2>&1

@butn345

您好,请问torch版本的训练日志有吗,我在50vd的基础上进行训练,训练1个epoch map才只有1点多,但是paddle训练1个epoch map有三十多,这是怎么回事阿,下面是我的训练指令,torchrun --nproc_per_node=2 tools/train.py -c configs/rtdetr/rtdetr_r50vd_6x_coco.yml