The architecture of our multi-branch Transformer network.
Install dependency package
pip install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple
Step-1 : The training model was verified by three fold cross test.
python train.py --train_batch_size 32 --gpus 0 1 2 3