classy_vision/tasks/classification_task.py (3 lines): - line 426: # TODO (zyan3): we move checkpoint hook to the end of the list because some hooks - line 554: # TODO Make distinction between epochs and phases in optimizer clear - line 1286: # TODO: Functions below should be better abstracted into the dataloader classy_vision/generic/profiler.py (2 lines): - line 47: # FIXME (mannatsingh): in case of use_nvprof, exit() is called at the end - line 63: if use_nvprof: # nvprof profiling (TODO: Can we infer this?) classy_vision/models/resnext.py (1 line): - line 432: # TODO: (kaizh) T43794289 exit early if there is no block that has heads classy_vision/dataset/transforms/util.py (1 line): - line 380: # TODO T39752655: Allow this to be configurable classy_vision/dataset/classy_dataset.py (1 line): - line 167: # TODO: Fix naming to be consistent (i.e. everyone uses epoch) classy_vision/models/classy_model.py (1 line): - line 71: # TODO: Make this torchscriptable by inheriting from nn.Module / ClassyModel classy_vision/generic/perf_stats.py (1 line): - line 134: # TODO (T47970762): correct for initialization bias classy_vision/models/densenet.py (1 line): - line 7: # TODO: Some batch-normalization operations are superfluous and can be removed.