Liber

Results 5 issues of Liber

The test models are released?

RuntimeError: size mismatch, m1: [32 x 92160], m2: [2048 x 512]

I just run "python train.py --config 'config.ini'" Got this: Traceback (most recent call last): File "train.py", line 216, in main() File "train.py", line 26, in main train(config['Train'], train_loader, memory_table) File...

File "tools/test.py", line 61, in main model.load_param(cfg.TEST.WEIGHT) File "./modeling/baseline.py", line 176, in load_param for i in param_dict: TypeError: 'Baseline' object is not iterable

bug
TODO