Closed feemthan closed 7 months ago
in line 418, if not cfg.TRAIN.FINETUNE: should be if cfg.TRAIN.FINETUNE:
https://github.com/facebookresearch/TimeSformer/pull/134
Thank you so much ! I was facing issue with resuming my training. This correction solved it.
in line 418, if not cfg.TRAIN.FINETUNE: should be if cfg.TRAIN.FINETUNE: