tgc1997 / RMN

IJCAI2020: Learning to Discretely Compose Reasoning Module Networks for Video Captioning
79 stars 12 forks source link

Some questions about hidden size. #4

Closed JincanDeng closed 3 years ago

JincanDeng commented 4 years ago

According to the code, the hidden size is set to 1300 instead of widely-used 1024 or 2048. What is the main concern in this point?

daqingliu commented 4 years ago

There is no special reason, I just like this number :). You can set it to any number in opt.py, e.g., 1024 or 2048.