├── README.md └── code ├── compute_score.py ├── config4LXMT5_DDP.py ├── dataset4LXMT5.py ├── dataset_val4LXMT5.py ├── dist_train.py ├── model_LXM2T5.py ├── model_ViB2T5.py ├── run_DDP_finetune.sh ├── run_DDP_finetune_visualBERT.sh ├── run_DDP_pretrain.sh ├── run_DDP_pretrain_visualBERT.sh ├── test4LXMT5.py └── train4LXMT5_DDP.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/README.md -------------------------------------------------------------------------------- /code/compute_score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/compute_score.py -------------------------------------------------------------------------------- /code/config4LXMT5_DDP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/config4LXMT5_DDP.py -------------------------------------------------------------------------------- /code/dataset4LXMT5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/dataset4LXMT5.py -------------------------------------------------------------------------------- /code/dataset_val4LXMT5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/dataset_val4LXMT5.py -------------------------------------------------------------------------------- /code/dist_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/dist_train.py -------------------------------------------------------------------------------- /code/model_LXM2T5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/model_LXM2T5.py -------------------------------------------------------------------------------- /code/model_ViB2T5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/model_ViB2T5.py -------------------------------------------------------------------------------- /code/run_DDP_finetune.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/run_DDP_finetune.sh -------------------------------------------------------------------------------- /code/run_DDP_finetune_visualBERT.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/run_DDP_finetune_visualBERT.sh -------------------------------------------------------------------------------- /code/run_DDP_pretrain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/run_DDP_pretrain.sh -------------------------------------------------------------------------------- /code/run_DDP_pretrain_visualBERT.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/run_DDP_pretrain_visualBERT.sh -------------------------------------------------------------------------------- /code/test4LXMT5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/test4LXMT5.py -------------------------------------------------------------------------------- /code/train4LXMT5_DDP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhoebusSi/Thinking-while-Observing/HEAD/code/train4LXMT5_DDP.py --------------------------------------------------------------------------------