access/utils/helpers.py (3 lines): - line 114: # TODO: Locking a directory should lock all files in that directory - line 116: # TODO: Nested with lock_directory() should not be blocking - line 218: # TODO: Quick hack to remove empty directories access/preprocessors.py (2 lines): - line 58: # TODO: Default args are not overwritten if provided as args - line 349: # TODO: Do we really need to extract the tokens access/feature_extraction.py (2 lines): - line 22: # TODO: Decrease vocab size or load from smaller file - line 46: return np.log(1 + len(get_word2rank())) # TODO: This is completely arbitrary access/preprocess.py (1 line): - line 46: # TODO: Very basic access/text.py (1 line): - line 16: # TODO: #language_specific access/utils/training.py (1 line): - line 8: # TODO: Move to utils/training.py access/fairseq/main.py (1 line): - line 49: # TODO: Take kwargs as input and separate between get_preprocessors kwargs and generate_kwargs