func/train.py (4 lines): - line 168: # TODO: Figure a better way to do this ... too slow - line 404: # FIXME need to take into account that the datasets - line 549: # TODO: This is gotten too complex: clean up, make interface better - line 784: # TODO add an option here to support val mode training notebooks/utils.py (3 lines): - line 119: # TODO allow to read only certain keys, eg some times we only need logits - line 176: # TODO: Ideally reuse this from the launch script - line 418: # TODO also compute with many-shot classes for EPIC 55 datasets/base_video_dataset.py (2 lines): - line 230: # TODO replace with RESULTS_SAVE_DIR - line 369: # TODO: Move away from DataFrames... based on conf/config.yaml (1 line): - line 112: # It WILL NOT take the last options as highest precedence. (TODO future) datasets/epic_kitchens.py (1 line): - line 237: # TODO check if that is correct models/base_model.py (1 line): - line 41: backbone_dim = model_cfg.backbone_dim # TODO: Figure automatically conf/data/default.yaml (1 line): - line 11: # TODO Need to use relative interpolation here