pytorchvideo_trainer/pytorchvideo_trainer/module/video_classification.py (3 lines): - line 158: # TODO: Make sure other dataloaders has this property - line 162: # TODO: Make sure other dataloaders has this property - line 347: ## TODO: Move MixUP transform metrics to sperate method. pytorchvideo_trainer/pytorchvideo_trainer/module/ssl_helper.py (2 lines): - line 264: # TODO: Make sure all dataloader's have this property `dataset._labeled_videos` - line 359: momentum_anneal_cosine: bool = False, # TODO: Refactor out mmt from base class. website/website/siteConfig.js (2 lines): - line 25: {href: "https://pytorchvideo.readthedocs.io/en/latest/index.html", label: 'Docs'}, // TODO: Change this after the repo becomes public. - line 26: {href: "https://github.com/facebookresearch/pytorchvideo/", label: 'GitHub'}, //TODO: Change this after repo becomes public tutorials/video_detection_example/visualization.py (1 line): - line 3: # TODO: Migrate this into the core PyTorchVideo libarary. pytorchvideo/models/slowfast.py (1 line): - line 581: # TODO: move to pytorchvideo/layer once we have a common.py pytorchvideo_trainer/pytorchvideo_trainer/train_app.py (1 line): - line 192: # TODO: Move this to config and replace with `seed_everything` pytorchvideo_trainer/pytorchvideo_trainer/module/moco_v2.py (1 line): - line 276: # TODO: For ad's dataloder this might be different pytorchvideo_trainer/pytorchvideo_trainer/module/optimizer.py (1 line): - line 25: # TODO: Refactor contruct_optimer to torch.optim conf + construct_param_group pytorchvideo_trainer/pytorchvideo_trainer/module/simclr.py (1 line): - line 91: # TODO: Standardize projector conf across all SSL tasks