YuChen
YuChen
Hi! I'm new in GAN's field. I have a question about why to use "g_runing" and "accumulate" to do a weighted-average to generator's parameter during training? And why to use...
您好,我下载pretrain-model后,使用以下命令,跑10s视频的inference ` python3.7 -B -m paddle.distributed.launch --gpus='0' --log_dir=$LOG_DIR main.py --test -c data/soccernet_inference/soccernet_pptimesformer_k400_one_file_inference.yaml -w $WEIGHT_FILE -o inference_dir=$INFERENCE_DIR -o DATASET.test.file_path=$VIDEO_CONFIG ` 在结果文件中, cls_score_all.shape: [5, 1, 18], event_times.shape: [5, 1, 18], 请问下这里18维对应的label顺序是什么,以及event_times代表什么含义?