python your_script.py --batch_size 64 --epochs 30 --img_dict_path ./data/release/img --json_src ./data/release/docmsu_all.json --swin_weight ./weights/swin_tiny_patch4_window7_224.pth --saved_weight ./weights/
The above is the content of the 'run.sh' file. The code is incomplete. Could you provide the complete code?
python your_script.py --batch_size 64 --epochs 30 --img_dict_path ./data/release/img --json_src ./data/release/docmsu_all.json --swin_weight ./weights/swin_tiny_patch4_window7_224.pth --saved_weight ./weights/The above is the content of the 'run.sh' file. The code is incomplete. Could you provide the complete code?