zhang-can/CoLA

The code is inconsistent with the parameter configuration of the paper

leftthomas opened this issue · 0 comments

In paper, it said the total iters is 8k for activitynet1.2 dataset, and batch size is 128, but in the code is 100K iters and 256 batch size:

cfg.LR = '[0.0001]*100000'

cfg.BATCH_SIZE = 256