src/model/qgen_vdst.py (3 lines): - line 45: nn.ReLU() # TODO: swish activation - line 73: # TODO: Make no sense - line 104: # TODO: Weird src/model/vilbert/task_utils.py (1 line): - line 493: # TODO: check if this works with current data generator from disk that relies on next(file) solver/self_play_qgen_vdst_oracle_vilbert_guesser_vilbert.py (1 line): - line 256: # TODO: write log src/model/qgen_vilbert.py (1 line): - line 38: nn.ReLU() # TODO: swish activation src/model/vilbert/utils.py (1 line): - line 771: # TODO: igore torch script here src/model/vilbert/vilbert.py (1 line): - line 1424: # TODO: we want to make the padding_idx == 0, however, with custom initilization, it seems it will have a bias. src/tools/tokenizer.py (1 line): - line 31: # # TODO: load_fasttext src/data/image_features_reader.py (1 line): - line 118: # TODO (kd): Add support to read boxes, classes and scores.