mega.pytorch
mega.pytorch copied to clipboard
Results of single frame baseline
Hello,
I am trying to reproduce results for the single frame baselines with ResNet-50 and ResNet-101.
For those I am using the config files configs/vid_R_50_C4_1x.yaml and configs/vid_R_50_C4_1x.yaml respectively. I get the following results by training on 4 gpus:
- ResNet-50: 0.7064, against the reported 0.7178.
- ResNet-101: 0.7598, against the reported 0.7671.
Can I consider my results within std? If not, what could I be missing? Are the config files correct?
Thank you! D