Michael liu

Results 7 issues of Michael liu

Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. The bug has not been...

### Checklist - I have searched related issues but cannot get the expected help. - I have read related documents and don't know what to do. ### Describe the question...

recently, I have written efficientnet using tensorpack framework, and I have found this net training speed is very slow (efficientnet-b0 is slower than resnet50). Do you have the same situations?

model download here: https://biglmdiag.blob.core.windows.net/oscar/exp/coco_caption/base/checkpoint.zip data download here: https://biglmdiag.blob.core.windows.net/oscar/datasets/coco_caption.zip ```python CUDA_VISIBLE_DEVICES=2 python oscar/run_captioning.py --do_test --do_eval --test_yaml test.yaml --per_gpu_eval_batch_size 64 --num_beams 5 --max_gen_length 20 --eval_model_dir /data/model/Oscar/checkpoint-29-66420/ --data_dir /data/image_cap/coco_caption/ ``` results log ```...

When you used I3D or S3D, what's the construction bewteen I3D/S3D and three output branchs.

hi, thx for your greate work. In code, batch_size=1, it's that your batch size config same as your paper?

Hi, Thx for the great job, but there is a discrepancy that doesn't match the content in the essay. In the essay, It says "We adopt BERT [26] as the...